cloud-fan commented on a change in pull request #35768:
URL: https://github.com/apache/spark/pull/35768#discussion_r824527764
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/V2ScanRelationPushDown.scala
##########
@@ -410,6 +412,8 @@ case class ScanBuilderHolder(
var sortOrders: Seq[SortOrder] = Seq.empty[SortOrder]
var pushedSample: Option[TableSampleInfo] = None
+
+ var pushedPredicates: Seq[Predicate] = Seq.empty[Predicate]
Review comment:
do you know why the v1 filter was not tracked here?
--
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]