dongjoon-hyun commented on code in PR #45658:
URL: https://github.com/apache/spark/pull/45658#discussion_r1535089717


##########
docs/sql-migration-guide.md:
##########
@@ -22,6 +22,14 @@ license: |
 * Table of contents
 {:toc}
 
+## Upgrading from Spark SQL 3.5.1 to 3.5.2
+
+- Since 3.5.2, MySQL JDBC datasource will read TINYINT UNSIGNED as ShortType, 
while in 3.5.0 and 3.5.1, it was wrongly read as ByteType.

Review Comment:
   `3.5.0 and 3.5.1, it was wrongly read as ByteType` part seems to conflict 
with the following section, `Upgrading from Spark SQL 3.5.0 to 3.5.1`'s ` 
TINYINT UNSIGNED as ByteType, while in Spark 3.5.0 and below, they were read as 
IntegerType` line.



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

To unsubscribe, e-mail: [email protected]

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