alamb commented on issue #8541:
URL:
https://github.com/apache/arrow-datafusion/issues/8541#issuecomment-1856179065
It also worked fine on a fresh checkout
I can reproduce the error if I delete the
`./datafusion/sqllogictest/test_files` directory 🤔
```
andrewlamb@Andrews-MacBook-Pro:~/Software/arrow-datafusion$ rm -rf
./datafusion/sqllogictest/test_files
andrewlamb@Andrews-MacBook-Pro:~/Software/arrow-datafusion$ cargo test
--test sqllogictests
Finished test [unoptimized + debuginfo] target(s) in 0.13s
Running bin/sqllogictests.rs
(target/debug/deps/sqllogictests-a4acaa02cc91a4e3)
thread 'main' panicked at
datafusion/sqllogictest/bin/sqllogictests.rs:264:14:
Readable directory: Os { code: 2, kind: NotFound, message: "No such file or
directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: test failed, to rerun pass `-p datafusion-sqllogictest --test
sqllogictests`
```
--
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]