wecharyu opened a new pull request, #46539: URL: https://github.com/apache/spark/pull/46539
### What changes were proposed in this pull request? Add a new configure `spark.sql.hive.metastorePartitionPruningVarchar` to support push down `char` and `varchar` into HMS. ### Why are the changes needed? Function enhancement. ### Does this PR introduce _any_ user-facing change? Yes, add a new configure. ### How was this patch tested? Add unit test. ```bash mvn test -Dtest=none -Dsuites="org.apache.spark.sql.hive.client.FiltersSuite" -pl :spark-hive_2.13 ``` ### 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]
