Skip to content

Commit

Permalink
chore: rebase onto develop
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r committed Apr 10, 2023
1 parent 5909bfd commit acb839c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/datanode/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ pub enum Error {
},

#[snafu(display(
"File schema mismatch at index {}, expected table schema: {} but found :{}",
"File schema mismatch at index {}, expected table schema: {} but found: {}",
index,
table_schema,
file_schema
Expand Down
1 change: 0 additions & 1 deletion src/datanode/src/sql/copy_table_from.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ use common_query::Output;
use common_recordbatch::error::DataTypesSnafu;
use datafusion::parquet::arrow::ParquetRecordBatchStreamBuilder;
use datatypes::arrow::datatypes::{DataType, SchemaRef};
use datatypes::arrow::record_batch::RecordBatch;
use datatypes::vectors::Helper;
use futures_util::StreamExt;
use regex::Regex;
Expand Down

0 comments on commit acb839c

Please sign in to comment.