Skip to content

Commit

Permalink
disable dict and enforce plain
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtmac committed Dec 23, 2024
1 parent 61957cb commit 313ce5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/parquet/arrow/size_stats_benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ void WriteColumn(::benchmark::State& state, const std::shared_ptr<::arrow::Table
auto properties = WriterProperties::Builder()
.enable_statistics()
->enable_write_page_index()
->disable_dictionary()
->encoding(Encoding::PLAIN)
->set_size_statistics_level(stats_level)
->build();

Expand Down

0 comments on commit 313ce5e

Please sign in to comment.