doki23 opened a new issue #2014: URL: https://github.com/apache/arrow-datafusion/issues/2014
**Describe the bug** A clear and concise description of what the bug is. When I try to run ballista-examples/src/bin/ballista-sql.rs, I got an error: > thread 'main' panicked at 'failed to get arrow data dir: env `ARROW_TEST_DATA` is undefined or has empty value, and the pre-defined data dir `/Users/doki/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-10.0.0/../testing/data` not found I find test data dir in df unit tests is: > datafusion::test_util::arrow_test_data() in the example it's > datafusion::arrow::util::test_util::arrow_test_data() -- 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]
