onthebridgetonowhere commented on issue #627: URL: https://github.com/apache/arrow-ballista/issues/627#issuecomment-1445161836
I took a look at it but I cannot reproduce the problem. Can you please provide more info about your configuration, version, build commit? The first thing I'd try is to update to latest commit on `main` branch if possible. Here's what I've done that works for me: - update to latest [commit - 22029020](https://github.com/apache/arrow-ballista/commit/2202902072e54dbb558b69212356ca1655bfccf8) - cd ballista/scheduler && cargo run RUST_LOG=info ballista-scheduler - cd ballista/executor && cargo run RUST_LOG=info ballista-executor - cd ballista/scheduler/ui && yarn start - cd examples && cargo run --release --bin sql -- 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]
