fqaiser94 opened a new pull request, #17390: URL: https://github.com/apache/iceberg/pull/17390
Enables **_nested_** projection pushdown in the Flink v2.1 Iceberg source. Previously `supportsNestedProjection()` returned `false` so a query like `SELECT user.name FROM t` read the entire `user` struct. This PR pushes the nested field paths down to the reader so only the selected leaf columns are scanned. -- 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]
