hanyuzheng7 commented on PR #24365:
URL: https://github.com/apache/flink/pull/24365#issuecomment-2115611425
> @MartijnVisser To confirm, you suggest to support an empty delimiter and
in that case split all characters, meaning:
>
> ```
> SPLIT('abcde', '') = ['a', 'b', 'c', 'd', 'e']
> SPLIT('It is', '')=['I', 't', ' ', 'i', 's']
> ```
> @MartijnVisser To confirm, you suggest to support an empty delimiter and
in that case split all characters, meaning:
>
> ```
> SPLIT('abcde', '') = ['a', 'b', 'c', 'd', 'e']
> SPLIT('It is', '')=['I', 't', ' ', 'i', 's']
> ```
> @MartijnVisser To confirm, you suggest to support an empty delimiter and
in that case split all characters, meaning:
>
> ```
> SPLIT('abcde', '') = ['a', 'b', 'c', 'd', 'e']
> SPLIT('It is', '')=['I', 't', ' ', 'i', 's']
> ```
Now if the delimiter is empty, we will return input string, here is a test
case.
https://github.com/apache/flink/pull/24365/files#r1603638142
--
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 the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]