Skip to content

Commit

Permalink
Add support for parquet_prefetch_rowgroups flag in TpchBenchmark (fac…
Browse files Browse the repository at this point in the history
…ebookincubator#9873)

Summary:
Resolves facebookincubator#8693

Pull Request resolved: facebookincubator#9873

Reviewed By: bikramSingh91

Differential Revision: D58370045

Pulled By: kevinwilfong

fbshipit-source-id: a8ce5f1534c53c3e797c72f784a59feaba6030de
  • Loading branch information
jkhaliqi authored and facebook-github-bot committed Jun 11, 2024
1 parent 1ff6816 commit e410c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions velox/benchmarks/tpch/TpchBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ class TpchBenchmark {
configurationValues
[connector::hive::HiveConfig::kMaxCoalescedDistanceBytes] =
std::to_string(FLAGS_max_coalesced_distance_bytes);
configurationValues[connector::hive::HiveConfig::kPrefetchRowGroups] =
std::to_string(FLAGS_parquet_prefetch_rowgroups);
auto properties =
std::make_shared<const core::MemConfig>(configurationValues);

Expand Down

0 comments on commit e410c0f

Please sign in to comment.