Skip to content

[Bug] [daily] be core when union query #12958

@zhangy5

Description

@zhangy5

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/

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions