Skip to content

Commit

Permalink
feat(query): address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Oct 9, 2024
1 parent 823411a commit e516b76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ select json_array_transform(try_cast(col1 as Variant), a -> a::Int + col2), json
NULL NULL
[12,13] []

query T
query TT
select json_array_reduce([1,2,3,4]::Variant, (x, y) -> 3 + x + y), json_array_transform(parse_json('"aa"'), data -> CONCAT(data::String, 'bend'));
----
19 []
Expand Down

0 comments on commit e516b76

Please sign in to comment.