apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
11.8k stars 3.11k forks source link

[fix](array)fix array_except/union for left const return only one row result #36986

Closed amorynan closed 1 day ago

amorynan commented 3 days ago

Proposed changes

backport: https://github.com/apache/doris/pull/36776 Issue Number: close #xxx

doris-robot commented 3 days ago

Thank you for your contribution to Apache Doris. Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website. See Doris Document.

amorynan commented 3 days ago

run buildall

github-actions[bot] commented 3 days ago

clang-tidy review says "All clean, LGTM! :+1:"

amorynan commented 3 days ago

run buildall

github-actions[bot] commented 3 days ago

clang-tidy review says "All clean, LGTM! :+1:"

doris-robot commented 3 days ago

TeamCity be ut coverage result: Function Coverage: 36.33% (9145/25174) Line Coverage: 27.87% (74602/267692) Region Coverage: 26.78% (38478/143676) Branch Coverage: 23.48% (19505/83078) Coverage Report: http://coverage.selectdb-in.cc/coverage/7c2374a636e4f6445862744ccc4ef63ee5912877_7c2374a636e4f6445862744ccc4ef63ee5912877/report/index.html

amorynan commented 3 days ago

run p0