HyukjinKwon commented on a change in pull request #24598: [SPARK-27699][SQL]
Partially push down disjunctive predicated in Parquet/ORC
URL: https://github.com/apache/spark/pull/24598#discussion_r284053026
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala
##########
@@ -529,9 +529,9 @@ private[parquet] class ParquetFilters(
case sources.Or(lhs, rhs) =>
for {
lhsFilter <-
- createFilterHelper(nameToParquetField, lhs,
canPartialPushDownConjuncts = false)
Review comment:
Can we add some comments like we did in AND?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]