Gabriel39 opened a new pull request, #66819: URL: https://github.com/apache/doris/pull/66819
### What problem does this PR solve? ADBC maps Arrow ListView and LargeListView fields to Doris arrays, but the execution path passed those encoding variants directly to the array SerDe, which only materializes List, LargeList, and FixedSizeList arrays. ### What is changed and how does it work? - Classify ListView and LargeListView as Arrow encoding variants that require normalization. - Convert them with Arrow's canonical ListView conversion APIs, preserving logical order when ranges are shared or out of order. - Add regression tests for ListView and LargeListView materialization. ### Check List - [x] Arrow array normalizer ASAN unit tests - [x] ADBC reader ASAN unit tests - [x] clang-format 16 -- 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]
