platinumhamburg opened a new issue, #1979: URL: https://github.com/apache/fluss/issues/1979
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Motivation Support column projection for Array/NestedRow/Map types in Flink connector ### Solution Enable column projection (pushdown) for complex types to improve query performance by reducing data transfer. ### Anything else? - Implement column projection logic for Array type (including nested element projection) - Implement column projection logic for NestedRow type (including nested field projection) - Implement column projection logic for Map type (including key/value projection) - Add end-to-end tests for column projection with complex types in Flink connector ### Willingness to contribute - [ ] I'm willing to submit a PR! -- 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]
