alamb commented on issue #6277:
URL:
https://github.com/apache/arrow-datafusion/issues/6277#issuecomment-1554584495
FWIW I also run mac osx and I can't reproduce the problem on main at
412867aa2596a2df93635b6ac31d48aa14111c40
```shell
(arrow_dev) alamb@MacBook-Pro-8:~/Software/arrow-datafusion$ git rev-parse
HEAD
412867aa2596a2df93635b6ac31d48aa14111c40
(arrow_dev) alamb@MacBook-Pro-8:~/Software/arrow-datafusion$
RUST_BACKTRACE=1 CARGO_TARGET_DIR=/Users/alamb/Software/target-df cargo test -p
datafusion --test tpcds_planning -- tpcds_logical_q64
Finished test [unoptimized + debuginfo] target(s) in 0.27s
Running tests/tpcds_planning.rs
(/Users/alamb/Software/target-df/debug/deps/tpcds_planning-66152470902f3ea8)
running 1 test
test tpcds_logical_q64 ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 197 filtered
out; finished in 2.04s
(arrow_dev) alamb@MacBook-Pro-8:~/Software/arrow-datafusion$
```
--
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]