Re: [I] [Bug] array_map里面lamda执行不符合预期 [doris]

2024-01-29 Thread via GitHub
amorynan commented on issue #29931: URL: https://github.com/apache/doris/issues/29931#issuecomment-1914197134 in this sql , json1 is from ```select json_parse(concat("{",group_concat(concat('"',id,'":"',name,'"')),"}")``` which is agg func ,and not support in array_map func -- This is an

Re: [I] [Bug] array_map里面lamda执行不符合预期 [doris]

2024-01-17 Thread via GitHub
paything commented on issue #29931: URL: https://github.com/apache/doris/issues/29931#issuecomment-1897851549 you can excute the sql the sample data is a sub query select json1, array_map(x->x,array1) as test1, array_map(x->concat('$.',x),array1) as test2, get_json_stri

Re: [I] [Bug] array_map里面lamda执行不符合预期 [doris]

2024-01-15 Thread via GitHub
ccoffline commented on issue #29931: URL: https://github.com/apache/doris/issues/29931#issuecomment-1891666312 Please provide ddl and sample data. -- 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

[I] [Bug] array_map里面lamda执行不符合预期 [doris]

2024-01-12 Thread via GitHub
paything opened a new issue, #29931: URL: https://github.com/apache/doris/issues/29931 ### 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