shuke987 opened a new pull request, #65044:
URL: https://github.com/apache/doris/pull/65044

   ### What
   
   Add BE unit tests for `array<smallint>` Arrow layout and IPC round trips.
   
   The tests cover:
   - native Arrow C++ `list<int16>` IPC layout as a control
   - Doris `Block` to Arrow `RecordBatch`
   - Doris Arrow schema IPC round trip before batch conversion
   - Doris Arrow record batch IPC round trip
   - schema IPC plus record batch IPC, close to the BE remote reader path
   
   ### Why
   
   This helps narrow an Arrow Flight SQL regression where Java Arrow Flight 
JDBC sees the parent list offsets but an empty child `SmallIntVector`.
   
   ### Tests
   
   Not run locally.
   


-- 
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]

Reply via email to