dongjoon-hyun commented on a change in pull request #26231: [SPARK-29572][SQL] 
add v1 read fallback API in DS v2
URL: https://github.com/apache/spark/pull/26231#discussion_r340784586
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Strategy.scala
 ##########
 @@ -42,7 +43,7 @@ object DataSourceV2Strategy extends Strategy with 
PredicateHelper {
    */
   private def pushFilters(
       scanBuilder: ScanBuilder,
-      filters: Seq[Expression]): (Seq[Expression], Seq[Expression]) = {
+      filters: Seq[Expression]): (Seq[Filter], Seq[Expression]) = {
 
 Review comment:
   cc @dbtsai since this is related to his on-going nested column filter work.

----------------------------------------------------------------
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]

Reply via email to