github-actions[bot] commented on code in PR #65461:
URL: https://github.com/apache/doris/pull/65461#discussion_r3558046117
##########
regression-test/suites/shape_check/tpcds_sf1000/dphyper/query85.groovy:
##########
@@ -38,6 +38,7 @@ suite("query85") {
sql "SET enable_dphyp_optimizer = true"
sql "set max_table_count_use_cascades_join_reorder = 1"
sql "set dphyper_limit=2600"
+ sql "set join_reorder_time_limit=10000"
Review Comment:
This setting name does not exist in Doris. The registered session variable
is `join_order_time_limit` (`SessionVariable.JOIN_REORDER_TIME_LIMIT`), and
`joinReorderTimeLimit` is annotated with that name; for an unknown name,
`VariableMgr.setVar` raises `ERR_UNKNOWN_SYSTEM_VARIABLE`. As written, this
test fails on the `SET` before it reaches the `qt_ds_shape_85` plan check, so
it will not stabilize the DPHyp shape. Did you mean `set
join_order_time_limit=10000`?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]