danny0405 commented on code in PR #14205:
URL: https://github.com/apache/hudi/pull/14205#discussion_r2516633611


##########
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?



-- 
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]

Reply via email to