comphead commented on issue #2476:
URL: 
https://github.com/apache/arrow-datafusion/issues/2476#issuecomment-1121460363

   I was able to build the project with 
   ```
   
   [dependencies]
   ballista = "0.6"
   datafusion = "6.0.0"
   futures = "0.3"
   num_cpus = "1.13.0"
   prost = "0.10"
   tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", 
"sync", "parking_lot"] }
   tonic = "0.7"
   quote = "=1.0.10"
   ```
   
   But in that case `main.rs` won't be compiled anyway. 
   Perhaps @andygrove knows when its expected new ballista release with 
datafusion 7.0.0
   
   Alternatively you can try ballista and datafusion by cloning the entire 
datafusion repo and building it locally.


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