sarutak commented on a change in pull request #31491:
URL: https://github.com/apache/spark/pull/31491#discussion_r573846295



##########
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:
       At least, I use `dialects` here as a general word, not represents 
specific implementations like `PostgresDialect`.
   `dialect` and `dialects` have used from before in the migration guide.




----------------------------------------------------------------
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]

Reply via email to