rdblue commented on a change in pull request #24416: [SPARK-27521][SQL] Move data source v2 to catalyst module URL: https://github.com/apache/spark/pull/24416#discussion_r289049928
########## File path: sql/core/src/main/java/org/apache/spark/sql/sources/v2/reader/SupportsPushDownFilters.java ########## @@ -25,6 +25,7 @@ * push down filters to the data source and reduce the size of the data to be read. */ @Evolving +// TODO: create data source v2 filter API and move this interface to the catalyst module. Review comment: Why can't we move the filter API as well? ---------------------------------------------------------------- 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]
