wangyum commented on pull request #29642: URL: https://github.com/apache/spark/pull/29642#issuecomment-803815504
This patch is used to push down the data column when the `InSet` value exceeds `spark.sql.parquet.pushdown.inFilterThreshold`. This is benchmark and benchmark result: https://github.com/apache/spark/blob/3aa659ce29877f386a24da9d04e66069d04afaa8/sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala#L281-L296 Before: https://github.com/apache/spark/blob/f5118f81e395bde0cd8253dbef6a9e6455c3958a/sql/core/benchmarks/FilterPushdownBenchmark-results.txt#L430-L482 After: https://github.com/apache/spark/blob/2310a69cc30dda338e4c5c7f4d1ca2ca03371c30/sql/core/benchmarks/FilterPushdownBenchmark-results.txt#L439-L482 -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
