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 0ab6572 commit 724d484Copy full SHA for 724d484
src/query/storages/fuse/src/io/read/block/parquet/deserialize.rs
@@ -47,7 +47,6 @@ pub fn column_chunks_to_record_batch(
47
TableDataType::Decimal(DecimalDataType::Decimal256(_))
48
)
49
});
50
- log::info!("deserialize {block_path} with use_v1: {use_v1}");
51
let arrow_schema = table_schema_to_arrow_schema(original_schema);
52
let parquet_schema = if !use_v1 {
53
arrow_to_parquet_schema(&arrow_schema)?
0 commit comments