Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.4.0
Description
MySQL JSON type is converted into JDBC VARCHAR type with precision of -1 on some MariaDB drivers.
When receiving VARCHAR with negative precision, Spark will throw an error.
This ticket purposes to special case this scenario by directly converting JSON type into StringType in MySQLDialect.
Attachments
Attachments
Issue Links
- links to