Re: [PR] fix bug in column prune with union const expr [doris]

2024-10-09 Thread via GitHub
feiniaofeiafei commented on PR #41613: URL: https://github.com/apache/doris/pull/41613#issuecomment-2401859685 run buildall -- 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.

Re: [PR] fix bug in column prune with union const expr [doris]

2024-10-09 Thread via GitHub
doris-robot commented on PR #41613: URL: https://github.com/apache/doris/pull/41613#issuecomment-2401859145 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] fix bug in column prune with union const expr [doris]

2024-10-09 Thread via GitHub
feiniaofeiafei opened a new pull request, #41613: URL: https://github.com/apache/doris/pull/41613 ```sql select count(1) from(select 3, 6 union all select 1, 3) t ``` wrong LogicalUnion plan: ```sql LogicalUnion( qualifier=ALL, outputs=[3#6], regularChildrenOutputs=[], constan