TheR1sing3un commented on code in PR #14205:
URL: https://github.com/apache/hudi/pull/14205#discussion_r2516652497
##########
hudi-client/hudi-spark-client/src/main/scala/org/apache/spark/sql/hudi/SparkAdapter.scala:
##########
@@ -245,6 +245,8 @@ trait SparkAdapter extends Serializable {
def getRebaseSpec(policy: String): RebaseSpec
+ def enableParquetFilterPushDownStringPredicate(conf: SQLConf): Boolean
Review Comment:
> is the `conf.parquetFilterPushDownStringPredicate` and
`conf.parquetFilterPushDownStringStartWith` bahaves as the same functionality?
Since Spark3.4, if `parquetFilterPushDownStringPredicate ` is not
configured,`parquetFilterPushDownStringStartWith ` will be used in fallbackļ¼
<img width="903" height="215" alt="image"
src="https://github.com/user-attachments/assets/0668559c-8955-4a2c-8db7-9f9333db100b"
/>
--
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]