Mihai Budiu created CALCITE-7468:
------------------------------------
Summary: The SPLIT_PART implementation is incorrect for regex
patterns
Key: CALCITE-7468
URL: https://issues.apache.org/jira/browse/CALCITE-7468
Project: Calcite
Issue Type: Bug
Components: core
Affects Versions: 1.41.0
Reporter: Mihai Budiu
SPLIT_PART(string, delimiter, n) is supposed to interpret the delimiter as a
string, but the actual implementation uses String.split which treats it as a
regex. Thus the results are wrong for a delimiter such as '.'
--
This message was sent by Atlassian Jira
(v8.20.10#820010)