Skip to content

Commit

Permalink
fix for comment
Browse files Browse the repository at this point in the history
Signed-off-by: yanz <[email protected]>
  • Loading branch information
dirtysalt committed Jul 3, 2023
1 parent 17a5dcb commit b5dc558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/formats/parquet/group_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ bool GroupReader::_can_use_any_column() const {
}

void GroupReader::_init_use_any_column() {
VLOG_FILE << "[xxx] init_use_any_column = OK";
UseAnyColumnContext& ctx = _use_any_column_ctx;
ctx.row_count = _row_group_metadata->num_rows;

Expand Down

0 comments on commit b5dc558

Please sign in to comment.