You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--> /home/ritchie46/.cargo/registry/src/github.com-1ecc6299db9ec823/parquet-5.2.0/src/data_type.rs:591:9
|
591 | use arrow::util::bit_util::round_upto_power_of_2;
| ^^^^^ use of undeclared crate or module `arrow`
error[E0433]: failed to resolve: use of undeclared crate or module `arrow`
--> /home/ritchie46/.cargo/registry/src/github.com-1ecc6299db9ec823/parquet-5.2.0/src/util/test_common/file_util.rs:23:28
|
23 | PathBuf::from_str(&arrow::util::test_util::parquet_test_data()).unwrap();
| ^^^^^ use of undeclared crate or module `arrow`
error[E0425]: cannot find function `round_upto_power_of_2` in this scope
--> /home/ritchie46/.cargo/registry/src/github.com-1ecc6299db9ec823/parquet-5.2.0/src/data_type.rs:677:36
|
677 | let bytes_needed = round_upto_power_of_2(bytes_needed, 256);
| ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
Some errors have detailed explanations: E0425, E0433.
For more information about an error, try `rustc --explain E0425`.
error: could not compile `parquet` due to 3 previous errors
Is this related to #690? If not, I really think we should run combinations of feature gates in CI, as these bugs are easy to prevent.
The text was updated successfully, but these errors were encountered:
Cargo.toml
Output
cargo check
Is this related to #690? If not, I really think we should run combinations of feature gates in CI, as these bugs are easy to prevent.
The text was updated successfully, but these errors were encountered: