You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-52384][CONNECT] Fix bug Connect should insensitive for JDBC options
### What changes were proposed in this pull request?
This PR aims to fix bug Connect should insensitive for JDBC options.
Please refer to the comments. apache#50059 (comment)
In fact, the built-in Scala API ensures these parameters are lowercase.
https://github.com/apache/spark/blob/b18b956f967038db4b751a3845154f2b1d4f5f79/sql/connect/common/src/main/scala/org/apache/spark/sql/connect/DataFrameReader.scala#L126
### Why are the changes needed?
Fix bug Connect should insensitive for JDBC options.
### Does this PR introduce _any_ user-facing change?
'Yes'.
Restore the original behavior.
### How was this patch tested?
GA.
### Was this patch authored or co-authored using generative AI tooling?
'No'.
Closesapache#51068 from beliefer/SPARK-52384.
Authored-by: beliefer <beliefer@163.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
0 commit comments