adriangb commented on code in PR #22346:
URL: https://github.com/apache/datafusion/pull/22346#discussion_r3263508603


##########
datafusion/datasource-parquet/src/opener/mod.rs:
##########
@@ -36,9 +42,7 @@ use std::collections::{HashMap, VecDeque};
 use std::fmt;
 use std::future::Future;
 use std::mem;
-use std::pin::Pin;
 use std::sync::Arc;
-use std::task::{Context, Poll};
 
 use arrow::datatypes::{SchemaRef, TimeUnit};
 use datafusion_common::encryption::FileDecryptionProperties;

Review Comment:
   Good catch — both uses in this file are `#[cfg(feature = 
"parquet_encryption")]`, so I've gated the import the same way in 5bb94e08d6. 
Verified both default-features and `--features parquet_encryption` build 
cleanly.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to