xudong963 commented on code in PR #22346:
URL: https://github.com/apache/datafusion/pull/22346#discussion_r3263276906
##########
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:
After this refactor, with default features, this import becomes unused
--
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]