vibhatha commented on PR #44241:
URL: https://github.com/apache/arrow/pull/44241#issuecomment-2377267775

   Right, so there are few things we have to do here. 
   First try to build the C data interface related code, you can get an idea 
[here](https://arrow.apache.org/docs/developers/java/building.html#building-jni-libraries-dylib-so-dll).
 This way you can run the test cases. 
   
   For integration tests, you need to make sure to use `archery`. Refer to 
[this](https://arrow.apache.org/docs/developers/java/development.html#integration-testing).
 Make sure archery is installed and all other relevant things. I would use a 
mamba environment for this. Please refer to the Python development guidelines 
to learn more about using conda/mamba for that. CLI help menu can give more 
guidance. Make sure to test both IPC, and C Data tests. 
   
   One more important thing is the `ComplexWriter` component which contains the 
JSON based writers and readers which are key factors for these tests. 
   
   If you have any questions, please ask here. And thanks for pushing this 
effort. 
   


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