You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2021/10/19 12:31:00 UTC

[jira] [Closed] (FLINK-24387) Support a JSON_STRING

     [ https://issues.apache.org/jira/browse/FLINK-24387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timo Walther closed FLINK-24387.
--------------------------------
    Fix Version/s: 1.15.0
       Resolution: Fixed

Fixed in master:

commit 6bb15f3cbeabc43143134168927415dd39a059fd
[table] Support JSON_STRING()

commit ab7c38aa223eb89e818c3a1ca2a1bcea1dffa137
[table-planner] Remove code generation dependency on actual JSON node

> Support a JSON_STRING
> ---------------------
>
>                 Key: FLINK-24387
>                 URL: https://issues.apache.org/jira/browse/FLINK-24387
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Ingo Bürk
>            Assignee: Ingo Bürk
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> We should consider adding a JSON_STRING function which can simply convert some (supported) type directly into a JSON representation, e.g. the equivalent of doing
> {code:java}
> JSON_QUERY(JSON_ARRAY(x), '$.[0]'){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)