github-actions[bot] commented on code in PR #64251:
URL: https://github.com/apache/doris/pull/64251#discussion_r3384681938
##########
regression-test/suites/nereids_syntax_p0/sub_query_correlated.groovy:
##########
@@ -383,9 +383,12 @@ suite ("sub_query_correlated") {
"""
//----------subquery with order and limit----------
- order_qt_scalar_subquery_with_order_and_limit """
- select * from sub_query_correlated_subquery1 where
sub_query_correlated_subquery1.k1 > (select
sum(sub_query_correlated_subquery3.k3) a from sub_query_correlated_subquery3
where sub_query_correlated_subquery3.v2 = sub_query_correlated_subquery1.k2
order by a limit 1);
- """
+ test {
Review Comment:
This `qt` block was converted to an expected-error `test`, but the generated
result file still has the old `-- !scalar_subquery_with_order_and_limit --`
block in `regression-test/data/nereids_syntax_p0/sub_query_correlated.out`
(currently lines 259-262). Please regenerate/update the `.out` file so the
checked-in expected results match this suite; otherwise a later forced
generation will show unrelated drift from this PR.
--
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]