-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0, 1.10.1
-
Fix Version/s: 1.11.2
-
Component/s: Table SQL / Runtime
-
Labels:None
If we run sql
select split_index('ab-123"xyz\cd','-',1) ;
or
select split('ab-123"xyz\cd','-')[2] ;
in sql-client, we should get result 123"xyz\cd, not 123\"xyz\\cd