Skip to content

Commit acb839c

Browse files
committed
chore: rebase onto develop
1 parent 5909bfd commit acb839c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/datanode/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ pub enum Error {
423423
},
424424

425425
#[snafu(display(
426-
"File schema mismatch at index {}, expected table schema: {} but found :{}",
426+
"File schema mismatch at index {}, expected table schema: {} but found: {}",
427427
index,
428428
table_schema,
429429
file_schema

src/datanode/src/sql/copy_table_from.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ use common_query::Output;
2424
use common_recordbatch::error::DataTypesSnafu;
2525
use datafusion::parquet::arrow::ParquetRecordBatchStreamBuilder;
2626
use datatypes::arrow::datatypes::{DataType, SchemaRef};
27-
use datatypes::arrow::record_batch::RecordBatch;
2827
use datatypes::vectors::Helper;
2928
use futures_util::StreamExt;
3029
use regex::Regex;

0 commit comments

Comments
 (0)