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
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
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
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