yyanyy commented on code in PR #55252:
URL: https://github.com/apache/spark/pull/55252#discussion_r3054406427
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/V2ScanRelationPushDown.scala:
##########
@@ -95,6 +95,13 @@ object V2ScanRelationPushDown extends Rule[LogicalPlan] with
PredicateHelper {
val postScanFilters = postScanFiltersWithoutSubquery ++
normalizedFiltersWithSubquery
+ // Compute the pushed filter expressions: the normalized filters that
were fully pushed
+ // down (i.e., not in postScanFilters). These are stored on the scan
relation for
+ // potential future use in constraint propagation.
Review Comment:
thanks for the info, TIL!
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]