samtalki opened a new pull request, #604:
URL: https://github.com/apache/arrow-julia/pull/604

   Refs #184
   
   Depends on apache/arrow-julia#603. Do not merge before #603.
   
   Incremental review diff: 
https://github.com/samtalki/arrow-julia/compare/agent/cdata-import-foundation...agent/cdata-import-breadth-v2
   
   This expands C Data import coverage beyond the foundation PR:
   
   - boolean, utf8, large utf8, binary, large binary, list, large list, fixed 
size binary, fixed size list, temporal, timestamp, duration, interval, and 
decimal formats
   - nested struct columns as imported table columns
   - null_count == -1 handling for broader formats
   - offset, child length, malformed format, overflow, release, copy, collect, 
metadata, and GC rooting tests
   
   Verification:
   
   - julia --project=. -e 'using Arrow, Test, Tables, DataAPI; 
include("test/cdata.jl")'
   - julia --project=. --check-bounds=yes -e 'using Arrow, Test, Tables, 
DataAPI; include("test/cdata.jl")'
   - julia --project=. -e 'using Pkg; Pkg.test()'
   - julia --project=. -e 'using Pkg; Pkg.test(; 
julia_args=["--check-bounds=yes"])'
   - git diff --check upstream/main...HEAD
   
   AI assistance: Generated with OpenAI Codex and reviewed for licensing and 
unsafe code concerns.
   


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