alamb commented on code in PR #9772:
URL: https://github.com/apache/arrow-datafusion/pull/9772#discussion_r1545340700
##########
.github/workflows/rust.yml:
##########
@@ -65,42 +65,73 @@ jobs:
# this key equals the ones on `linux-build-lib` for re-use
key: cargo-cache-benchmark-${{ hashFiles('datafusion/**/Cargo.toml',
'benchmarks/Cargo.toml', 'datafusion-cli/Cargo.toml') }}
- - name: Check workspace without default features
+ - name: Check datafusion without default features
+ # Some of the test binaries require the parquet feature still
Review Comment:
I think ideally datafusion would work / compile correctly without the
parquet feature. The problem is that there are a bunch of old tests that still
require parquet but haven't been updated to reflect that
--
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]