Re: [I] [Bug] Only support subquery in binary predicate in case statement [doris]

2024-04-11 Thread via GitHub
starocean999 closed issue #31308: [Bug] Only support subquery in binary predicate in case statement URL: https://github.com/apache/doris/issues/31308 -- 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

Re: [I] [Bug] Only support subquery in binary predicate in case statement [doris]

2024-03-25 Thread via GitHub
da-neng-mao commented on issue #31308: URL: https://github.com/apache/doris/issues/31308#issuecomment-2019318060 非常感谢您的帮助。 At 2024-03-15 16:23:33, "zzwwhh" ***@***.***> wrote: CREATETABLEtest_varchar ( str varchar

Re: [I] [Bug] Only support subquery in binary predicate in case statement [doris]

2024-03-16 Thread via GitHub
iwanttobepowerful commented on issue #31300: URL: https://github.com/apache/doris/issues/31300#issuecomment-2002003801 try add this ```sql /*+SET_VAR(disable_nereids_rules='TRANSPOSE_LOGICAL_SEMI_JOIN_AGG_PROJECT, TRANSPOSE_LOGICAL_SEMI_JOIN_AGG')*/ ``` @wmtbnbo -- This is an

Re: [I] [Bug] Only support subquery in binary predicate in case statement [doris]

2024-03-15 Thread via GitHub
iwanttobepowerful commented on issue #31308: URL: https://github.com/apache/doris/issues/31308#issuecomment-1999150927 ` CREATE TABLE test_varchar ( str varchar(100), len int ) DUPLICATE KEY(str) DISTRIBUTED BY HASH(str) BUCKETS 10 PROPERTIES("replication_num" =

[I] [Bug] Only support subquery in binary predicate in case statement [doris]

2024-02-22 Thread via GitHub
da-neng-mao opened a new issue, #31308: URL: https://github.com/apache/doris/issues/31308 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### Wh

Re: [I] [Bug] Only support subquery in binary predicate in case statement [doris]

2024-02-22 Thread via GitHub
liugddx commented on issue #31300: URL: https://github.com/apache/doris/issues/31300#issuecomment-1960650638 Let me see. -- 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

[I] [Bug] Only support subquery in binary predicate in case statement [doris]

2024-02-22 Thread via GitHub
wmtbnbo opened a new issue, #31300: URL: https://github.com/apache/doris/issues/31300 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.4 ### What's