Skip to content

Commit

Permalink
[FLINK-37092][e2e] Add adaptive skewed join optimization to e2e tpc-d…
Browse files Browse the repository at this point in the history
…s tests

This closes apache#25985
  • Loading branch information
noorall authored and JunRuiLee committed Jan 16, 2025
1 parent b3e7f9b commit ed6de58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flink-end-to-end-tests/test-scripts/test_tpcds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ function run_test() {
set_config_key "slow-task-detector.execution-time.baseline-lower-bound" "0s"
set_config_key "table.optimizer.adaptive-broadcast-join.strategy" "auto"
set_config_key "table.optimizer.join.broadcast-threshold" "10485760L"
set_config_key "table.optimizer.skewed-join-optimization.strategy" "auto"
set_config_key "table.optimizer.skewed-join-optimization.skewed-threshold" "100kb"
set_config_key "table.optimizer.skewed-join-optimization.skewed-factor" "1.0"
else
echo "ERROR: Scheduler ${scheduler} is unsupported for tpcds test. Aborting..."
exit 1
Expand Down

0 comments on commit ed6de58

Please sign in to comment.