Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
natashasehgal committed Dec 18, 2024
1 parent 8f1f5ca commit 799cef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,7 @@ SessionProperties::SessionProperties() {
BOOLEAN(),
false,
QueryConfig::kTableScanScaledProcessingEnabled,
std::to_string(
c.tableScanScaledProcessingEnabled()));
std::to_string(c.tableScanScaledProcessingEnabled()));

addSessionProperty(
kTableScanScaleUpMemoryUsageRatio,
Expand Down
4 changes: 2 additions & 2 deletions presto-native-execution/presto_cpp/main/SessionProperties.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ class SessionProperties {
kTableScanScaledProcessingEnabled =
"native_table_scan_scaled_processing_enabled";

/// Minimum amount of data processed by all the logical table partitions to
/// trigger skewed partition rebalancing by scale writer exchange.
/// Controls the ratio of available memory that can be used for scaling up table scans.
/// The value is in the range of (0, 1].
static constexpr const char* kTableScanScaleUpMemoryUsageRatio =
"native_table_scan_scale_up_memory_usage_ratio";

Expand Down

0 comments on commit 799cef6

Please sign in to comment.