chore: Merge branch 'ntran/grpc_storage' of https://github.com/influxdata/influxdb_iox into ntran/grpc_storage

pull/24376/head
Nga Tran 2021-10-14 11:23:29 -04:00
commit 69d1253240
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ pub async fn make_chunk_with_deletes_at_different_stages(
//
// There may be more than one tables in the lp data
let tables = write_lp(&db, &lp_lines.join("\n")).await;
//let table_count = tables.len();
for table in &tables {
let num_mubs = count_mub_table_chunks(&db, table.as_str(), partition_key);
// must be one MUB per table