stczwd commented on pull request #35669: URL: https://github.com/apache/spark/pull/35669#issuecomment-1061461311
> After my fix, you can still do your optimization, but need to change some code . Hm, I think you mean the [FileScanBuilder.pushFilters](https://github.com/apache/spark/blob/master/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/FileScanBuilder.scala#L71) should split the partitionFilter and dataFilter? And for parquet or orc, they should overwrite the method and get the filters before split? is it what you mean? @huaxingao -- 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]
