ConeyLiu opened a new pull request, #7886: URL: https://github.com/apache/iceberg/pull/7886
This PR adds support to push down system functions' filter by the Spark V2 filters. For example: ```sql -- table(id long, name string) partitioned by bucket(10, id) SELECT * FROM iceberg.db.table WHERE iceberg.system.bucket(10, id) = 2; DELTE TABLE iceberg.db.table WHERE iceberg.system.bucket(10, id) = 2; ``` -- 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]
