Skip to content

Commit

Permalink
st
Browse files Browse the repository at this point in the history
  • Loading branch information
wypb committed Feb 26, 2024
1 parent ae61c3d commit 6b3e52d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion velox/dwio/dwrf/common/Statistics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace facebook::velox::dwrf {
using namespace dwio::common;

std::unique_ptr<ColumnStatistics> buildColumnStatisticsFromProto(
ColumnStatisticsWrapper stats,
const ColumnStatisticsWrapper& stats,
const StatsContext& statsContext) {
ColumnStatistics colStats(
stats.hasNumberOfValues() ? std::optional(stats.numberOfValues())
Expand Down
2 changes: 1 addition & 1 deletion velox/dwio/dwrf/common/Statistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ struct StatsContext : public dwio::common::StatsContext {
};

std::unique_ptr<dwio::common::ColumnStatistics> buildColumnStatisticsFromProto(
ColumnStatisticsWrapper stats,
const ColumnStatisticsWrapper& stats,
const StatsContext& statsContext);

} // namespace facebook::velox::dwrf

0 comments on commit 6b3e52d

Please sign in to comment.