The GitHub Actions job "C++ Linter" on 
iceberg-cpp.git/feat/large-list-array-support has failed.
Run started by GitHub user callmepandey (triggered by callmepandey).

Head commit for run:
829b417582d7de3a3e54f065e00948b4c3043e1e / Dipanshu Pandey 
<[email protected]>
feat: Add support for Arrow LargeListArray in Parquet data projection

Add support for projecting Arrow LargeListArray (64-bit offsets) in
addition to the existing ListArray (32-bit offsets) support. This
enables handling of lists with more than 2^31-1 total child elements.

Changes:
- Add templated ProjectListArrayImpl<> to handle both list types
- Add ProjectLargeListArray wrapper function
- Update ProjectNestedArray to dispatch to appropriate handler
- Add test cases for LargeListArray projection

Test results:
- LargeListOfIntegers: PASSED (0 ms)
- LargeListOfStructs: PASSED (0 ms)

Closes #502

Report URL: https://github.com/apache/iceberg-cpp/actions/runs/21000524328

With regards,
GitHub Actions via GitBox

Reply via email to