Skip to content

Commit 56aa09e

Browse files
committed
fix build
1 parent 4f4fda7 commit 56aa09e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

be/src/format/orc/vorc_reader.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2770,9 +2770,6 @@ Status OrcReader::_get_next_block_impl(Block* block, size_t* read_rows, bool* eo
27702770
*read_rows = block->rows();
27712771
}
27722772

2773-
if (max_block_bytes > 0 && *read_rows > 0) {
2774-
_load_bytes_per_row = block->bytes() / *read_rows;
2775-
}
27762773
return Status::OK();
27772774
}
27782775

0 commit comments

Comments
 (0)