x-tong opened a new pull request, #1930: URL: https://github.com/apache/auron/pull/1930
## Summary - Implement Flink RowData to Arrow format conversion for Auron-Flink integration - Add FlinkArrowUtils, FlinkArrowWriter, FlinkArrowFieldWriter, and FlinkArrowFFIExporter - Support all common Flink types including primitives, temporal, and complex types - Add comprehensive unit tests ## Test plan - [x] Unit tests for FlinkArrowUtils type conversion - [x] Unit tests for FlinkArrowWriter data writing - [x] Unit tests for FlinkArrowFFIExporter (skipped when native libs unavailable) - [x] Build passes with `./auron-build.sh --pre --sparkver 3.5 --scalaver 2.12 -DskipBuildNative` - [x] Code formatted with `./dev/reformat` Closes #1850 -- 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]
