Skip to content

Commit 724d484

Browse files
authored
chore(query): remove block level info log (#16977)
1 parent 0ab6572 commit 724d484

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/query/storages/fuse/src/io/read/block/parquet/deserialize.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ pub fn column_chunks_to_record_batch(
4747
TableDataType::Decimal(DecimalDataType::Decimal256(_))
4848
)
4949
});
50-
log::info!("deserialize {block_path} with use_v1: {use_v1}");
5150
let arrow_schema = table_schema_to_arrow_schema(original_schema);
5251
let parquet_schema = if !use_v1 {
5352
arrow_to_parquet_schema(&arrow_schema)?

0 commit comments

Comments
 (0)