You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Zha Ji (Jira)" <ji...@apache.org> on 2022/08/23 09:54:00 UTC

[jira] [Created] (FLINK-29083) how to split String to Array with scalar functions

Zha Ji created FLINK-29083:
------------------------------

             Summary: how to split String to Array<String> with scalar functions
                 Key: FLINK-29083
                 URL: https://issues.apache.org/jira/browse/FLINK-29083
             Project: Flink
          Issue Type: New Feature
            Reporter: Zha Ji


as hive

split('a,b,c,d',',') -> ["a","b","c","d"]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)