sarutak commented on a change in pull request #31442:
URL: https://github.com/apache/spark/pull/31442#discussion_r575974118
##########
File path: docs/sql-migration-guide.md
##########
@@ -24,6 +24,8 @@ license: |
## Upgrading from Spark SQL 3.1 to 3.2
+ - In Spark 3.2, PostgreSQL JDBC dialect uses StringType for MONEY and
MONEY[] is not supported due to the JDBC driver for PostgreSQL can't handle
those types properly. In Spark 3.1 or earlier, DoubleType and ArrayType of
DoubleType are used respectively.
Review comment:
@maropu Any more concern?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]