paleolimbot commented on issue #40898:
URL: https://github.com/apache/arrow/issues/40898#issuecomment-2032988712

   I managed to get a more minimal reproducer with a local build; however, I'm 
still working on how to step through that in a debugger to see where exactly 
things are going awry:
   
   From the root arrow checkout of https://github.com/paleolimbot/arrow
   plus `git switch archery-nanoarrow-integration`:
   
   Make sure archery is installed:
   
   ```
   pip install -e "dev/archery[all]"
   ```
   
   From the csharp/ subdirectory run
   
   ```
   dotnet build
   ```
   
   From the arrow checkout, clone + build nanoarrow where the default Archery
   options look for the integration test binary.
   
   ```
   git clone https://github.com/paleolimbot/arrow-nanoarrow.git nanoarrow
   cd nanoarrow && git switch integration-fixes
   mkdir cdata && cd cdata && cmake .. -DNANOARROW_BUILD_INTEGRATION_TESTS=ON 
&& cmake --build .
   cd ../..
   ```
   
   Run the integration test for exactly one file that is failing
   
   ```
   python -m "archery.cli" integration \
       --with-nanoarrow=true \
       --with-csharp=true \
       --run-c-data \
       --match=primitive_zerolength
   ```


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