andygrove commented on issue #929:
URL: https://github.com/apache/arrow-ballista/issues/929#issuecomment-1850358030

   I built Ballista from [this 
PR](https://github.com/apache/arrow-ballista/pull/927) with `cargo build 
--release`.
   
   My client is at https://github.com/sql-benchmarks/sqlbench-runners/pull/32 
and has these dependencies:
   
   ```toml
   [dependencies]
   ballista = { git = "https://github.com/andygrove/arrow-ballista";, 
branch="df-34" }
   datafusion = { git = "https://github.com/apache/arrow-datafusion";, rev = 
"d091b55be6a4ce552023ef162b5d081136d3ff6d" }
   ```
   
   It has been a long time since I worked on this project so maybe I am just 
missing something obvious.


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