viirya commented on a change in pull request #23802: [SPARK-26893][SQL] Allow
pushdown of partition pruning subquery filters to file source
URL: https://github.com/apache/spark/pull/23802#discussion_r257460660
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileSourceStrategy.scala
##########
@@ -147,7 +147,7 @@ object FileSourceStrategy extends Strategy with Logging {
// - filters that need to be evaluated again after the scan
val filterSet = ExpressionSet(filters)
- val normalizedFilters = DataSourceStrategy.normalizeFilters(filters,
l.output)
+ val normalizedFilters = DataSourceStrategy.normalizeFilters(filters,
l.output, true)
Review comment:
By doing this, is it meaning the issue at #22518 is back again?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]