[Cherry-pick to branch-1.3] [#9374] fix(spark): Fix MySQL datetime filter pushdown in Spark JDBC connector (#11451) - #11508
Merged
Conversation
…connector (#11451) ### What changes were proposed in this pull request? Map MySQL `datetime` to `TimestampType` in Spark JDBC type converters to match Spark's native JDBC behavior. ### Why are the changes needed? Filtering on MySQL `datetime` columns fails with `SQLSyntaxErrorException: near ':07:43)'`. Gravitino maps `datetime` to `TimestampNTZType` (Spark 3.4+), which the MySQL JDBC dialect cannot format as valid SQL literals. Spark's native JDBC catalog maps `datetime` → `TimestampType` correctly. Fix: #9374 ### Does this PR introduce _any_ user-facing change? Yes. MySQL `datetime` columns can now be used as filter predicates via Gravitino's Spark JDBC catalog. ### How was this patch tested? Added unit tests: `TestSparkJdbcTypeConverter`, `TestSparkJdbcTypeConverter34`, `TestSparkJdbcTypeConverter35`.
Author
Code Coverage Report
Files
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick Information:
branch-1.3