JunRuiLee commented on code in PR #21829:
URL: https://github.com/apache/flink/pull/21829#discussion_r1095528234
##########
flink-end-to-end-tests/test-scripts/test_tpcds.sh:
##########
@@ -66,10 +66,10 @@ function run_test() {
set_config_key "taskmanager.numberOfTaskSlots" "4"
elif [ "${scheduler}" == "AdaptiveBatch" ]; then
Review Comment:
After offline discussion, this test is used for the function of the default
scheduler and the correctness of the adaptive batch scheduler after all
functions(auto-parallelism, speculative) are enabled. So there will not change
to use `execution.batch.adaptive.auto-parallelism.enabled`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]