rahulpenti opened a new pull request, #434:
URL: https://github.com/apache/arrow-ballista/pull/434

   # Which issue does this PR close?
   
   Closes https://github.com/apache/arrow-ballista/issues/363
   
    # Rationale for this change
   Ensures testing of python bindings as part of the integration test. 
   
   # What changes are included in this PR?
   - Execution of TPCH benchmarks using the python client 
   - Build Ballista python library as part of integration tests to enable the 
above benchmarks
   
   Open points for discussion
   - Modified the builder base image from buster to bullseye given buster has 
python 3.7 as default python and numpy 1.22 has dropped support for 3.7. 
Bullseye provides 3.9.2 by default
   - The wheel generated has the version info and some suffix included (i.e 
`ballista-0.8.0-cp37-abi3-manylinux_2_31_x86_64.whl`) in the name. Currently 
using regex to transfer these to docker.  
   
   


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