Skip to content

Commit

Permalink
fix failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Jun 2, 2022
1 parent cca9911 commit 9d15b7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion query/src/storages/result/result_table_sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ impl ResultTableSink {
uncompressed_byte_size: acc.in_memory_size,
compressed_byte_size: acc.file_size,
col_stats,
cluster_stats: None,
});

let meta = ResultTableMeta {
Expand Down

0 comments on commit 9d15b7f

Please sign in to comment.