We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5909bfd commit acb839cCopy full SHA for acb839c
src/datanode/src/error.rs
@@ -423,7 +423,7 @@ pub enum Error {
423
},
424
425
#[snafu(display(
426
- "File schema mismatch at index {}, expected table schema: {} but found :{}",
+ "File schema mismatch at index {}, expected table schema: {} but found: {}",
427
index,
428
table_schema,
429
file_schema
src/datanode/src/sql/copy_table_from.rs
@@ -24,7 +24,6 @@ use common_query::Output;
24
use common_recordbatch::error::DataTypesSnafu;
25
use datafusion::parquet::arrow::ParquetRecordBatchStreamBuilder;
26
use datatypes::arrow::datatypes::{DataType, SchemaRef};
27
-use datatypes::arrow::record_batch::RecordBatch;
28
use datatypes::vectors::Helper;
29
use futures_util::StreamExt;
30
use regex::Regex;
0 commit comments