corwinjoy commented on code in PR #16649: URL: https://github.com/apache/datafusion/pull/16649#discussion_r2183847859
########## datafusion/core/src/test/mod.rs: ########## @@ -38,6 +38,7 @@ use crate::test_util::{aggr_test_schema, arrow_test_data}; use arrow::array::{self, Array, ArrayRef, Decimal128Builder, Int32Array}; use arrow::datatypes::{DataType, Field, Schema}; use arrow::record_batch::RecordBatch; +#[cfg(feature = "compression")] use datafusion_common::DataFusionError; Review Comment: This is only used by compression. Got warning via ``` cargo check --profile ci --no-default-features -p datafusion --features=parquet_encryption ``` Figured I may as well fix it while I am here. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org