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

   Fixes #184
   
   Depends on apache/arrow-julia#603, apache/arrow-julia#604, and 
apache/arrow-julia#605. Do not merge before those PRs land.
   
   Incremental review diff: 
https://github.com/samtalki/arrow-julia/compare/agent/cdata-export...agent/cdata-hardening
   
   This adds final C Data validation and interop hardening coverage:
   
   - deterministic malformed import fuzzing, with ARROW_CDATA_FUZZ_ITERS for 
local expansion
   - extra malformed nested import and export layout cases
   - C producer smoke test compiled with the local C compiler when available
   - repeated GC stress over exported and reimported tables
   - optional PyArrow C Data smoke test that skips when Python, PyArrow, or the 
C capsule API is unavailable
   
   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