maropu commented on a change in pull request #31491:
URL: https://github.com/apache/spark/pull/31491#discussion_r573709268
##########
File path: docs/sql-migration-guide.md
##########
@@ -24,6 +24,8 @@ license: |
## Upgrading from Spark SQL 3.1 to 3.2
+ - Since Spark 3.2, all the supported JDBC dialects use StringType for ROWID.
In Spark 3.1 or earlier, Oracle dialect uses StringType and the other dialects
use LongType.
Review comment:
`dialects` is an internal word? If so, how about saying "Since Spark
3.2, \`java.sql.ROWID\` is mapped to \`StringType\` when reading data from
other databases via JDBC"?
----------------------------------------------------------------
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]