Skip to content

Commit 1e5c71e

Browse files
committed
chore: remove redundant modules
Signed-off-by: StandingMan <jmtangcs@gmail.com>
1 parent abb331d commit 1e5c71e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/operator/src/statement/copy_table_from.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use common_base::readable_size::ReadableSize;
2222
use common_datasource::file_format::csv::CsvFormat;
2323
use common_datasource::file_format::json::JsonFormat;
2424
use common_datasource::file_format::orc::{ReaderAdapter, infer_orc_schema, new_orc_stream_reader};
25-
use common_datasource::file_format::{FileFormat, Format};
25+
use common_datasource::file_format::{FileFormat, Format, file_to_stream};
2626
use common_datasource::lister::{Lister, Source};
2727
use common_datasource::object_store::{FS_SCHEMA, build_backend, parse_url};
2828
use common_datasource::util::find_dir_and_filename;
@@ -33,7 +33,6 @@ use common_telemetry::{debug, tracing};
3333
use datafusion::datasource::physical_plan::{CsvSource, FileSource, JsonSource};
3434
use datafusion::parquet::arrow::ParquetRecordBatchStreamBuilder;
3535
use datafusion::parquet::arrow::arrow_reader::ArrowReaderMetadata;
36-
use datafusion::physical_plan::metrics::ExecutionPlanMetricsSet;
3736
use datafusion_common::SchemaExt;
3837
use datafusion_expr::Expr;
3938
use datatypes::arrow::compute::can_cast_types;

0 commit comments

Comments
 (0)