avantgardnerio commented on PR #3007:
URL:
https://github.com/apache/arrow-datafusion/pull/3007#issuecomment-1207124051
@tustvold I think I'm stuck on these failures:
```
---- physical_plan::file_format::parquet::tests::parquet_exec_with_error
stdout ----
thread 'physical_plan::file_format::parquet::tests::parquet_exec_with_error'
panicked at 'called `Result::unwrap()` on an `Err` value: InvalidPath { path:
"." }', datafusion/core/src/physical_plan/file_format/parquet.rs:1243:14
---- test_util::tests::test_data_dir stdout ----
thread 'test_util::tests::test_data_dir' panicked at 'assertion failed:
`(left == right)`
left: `"/Users/runner/work/arrow-datafusion/arrow-datafusion/datafusion"`,
right:
`"/Users/runner/work/arrow-datafusion/arrow-datafusion/datafusion/core/.."`',
datafusion/core/src/test_util.rs:345:9
```
It appears they are because this branch is referencing `../objectstore`
instead of `object_store = "0.3.0"` on master. I'm a little reticent to switch
is back as this seems more appropriate and there's build errors either way.
When you get a moment, I'd appreciate input, thanks!
--
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]