michaelzhan-db opened a new pull request, #43390: URL: https://github.com/apache/spark/pull/43390
### What changes were proposed in this pull request? Change MySql Dialect to convert catalyst TINYINT and SMALLINT into MySQL TINYINT and SMALLINT rather than BYTE and INTEGER. BYTE does not exist in MySQL. ### Why are the changes needed? Since BYTE type does not exist in MySQL, any casts that could be pushed down involving BYTE type would fail. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? UT pass. ### Was this patch authored or co-authored using generative AI tooling? No -- 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]
