luoyuxia opened a new issue, #2963: URL: https://github.com/apache/fluss/issues/2963
## Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ## Description This issue tracks the Arrow-to-Parquet conversion part of splitting parent task #437. We need a reusable utility or writer path that can convert Arrow directly into Parquet without first converting through row-oriented representations. This would improve the efficiency and clarity of Arrow-native data flows, especially for tiering and other lakehouse-related write paths. Possible scope: - provide a reusable Arrow to Parquet conversion utility; - define the supported Arrow/Parquet type mapping and failure behavior; - make the conversion path suitable for direct reuse by tiering writers and other lake components. This is intended to be one sub-task of #437, while enabling tiering source to read data as Arrow is tracked separately. ## 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]
