Skip to content

Commit

Permalink
Add support for reading orc column statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
wypb committed Dec 19, 2023
1 parent 47c1bd2 commit 2af7412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/dwio/dwrf/common/FileMetadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ class FooterWrapper : public ProtoWrapperBase {
}

const ::facebook::velox::dwrf::proto::ColumnStatistics& statisticsByIndex(
int index) const {
int index) const {
VELOX_CHECK_EQ(format_, DwrfFormat::kDwrf);
return dwrfPtr()->statistics(index);
}
Expand Down

0 comments on commit 2af7412

Please sign in to comment.