Skip to content

Commit

Permalink
remove some log
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd-Pottiger <[email protected]>
  • Loading branch information
Lloyd-Pottiger committed May 23, 2023
1 parent b693c04 commit bab4cfa
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ Block LateMaterializationBlockInputStream::readImpl()
rest_column_stream->read();
LOG_ERROR(log, "Late materialization skip block failed, at start_offset: {}, rows: {}", filter_column_block.startOffset(), filter_column_block.rows());
}
else
{
RUNTIME_CHECK(skipped_rows == rows);
LOG_DEBUG(log, "Late materialization skip read block at start_offset: {}, rows: {}", filter_column_block.startOffset(), filter_column_block.rows());
}
}
else
{
Expand Down

0 comments on commit bab4cfa

Please sign in to comment.