x-tong opened a new pull request, #1959:
URL: https://github.com/apache/auron/pull/1959

   ## Summary
   
   Part 1/3 of Flink RowData to Arrow conversion implementation (split from 
#1930).
   
   This PR adds the foundational type conversion utilities:
   - `FlinkArrowUtils`: Bidirectional conversion between Flink LogicalType and 
Arrow types
   - Support for all common Flink types including primitives, temporal, and 
complex types
   - Comprehensive unit tests for type conversion
   
   ## Follow-up PRs
   - Part 2: FlinkArrowFieldWriter + FlinkArrowWriter
   - Part 3: FlinkArrowFFIExporter
   
   ## Test plan
   - [x] Unit tests for FlinkArrowUtils type conversion
   - [x] Build passes with `./auron-build.sh --pre --sparkver 3.5 --scalaver 
2.12 -DskipBuildNative`
   - [x] Code formatted with `./dev/reformat`
   
   Related: #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]

Reply via email to