beliefer commented on code in PR #49961: URL: https://github.com/apache/spark/pull/49961#discussion_r1984790606
########## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/python/UserDefinedPythonDataSource.scala: ########## @@ -300,6 +321,94 @@ private class UserDefinedPythonDataSourceRunner( } } +case class PythonFilterPushdownResult( + dataSource: Array[Byte], + isFilterPushed: collection.Seq[Boolean]) Review Comment: The name `isFilterPushed` looks confused. In fact, it contains both pushed and not pushed. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org