-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Search before asking
- I had searched in the issues and found no similar issues.
Version
master
What's Wrong?
a daily failed case: https://ci-builds.apache.org/job/Doris/job/doris_daily_enable_vectorized/61/testReport/(root)/test_query_grouping_sets/test_grouping_sets_base/
What You Expected?
query ok
How to Reproduce?
SELECT * FROM (SELECT k10, k11, MAX( k9 ) FROM test_query_qa.baseall GROUP BY k10, k11 UNION SELECT k10, null, MAX( k9 ) FROM test_query_qa.baseall GROUP BY k10 UNION SELECT null, null, MAX( k9 ) FROM test_query_qa.baseall ) t ORDER BY k10, k11
create table baseall like: https://github.com/apache/doris/blob/master/regression-test/suites/query_p0/load.groovy
Anything Else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
