Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now str_to_map('a=1 b=2 c=3', ' ', '=') will generate "a=null", "b=null", "2=null", etc, rather than a=1, b=2, etc.
Attachments
Issue Links
- Is contained by
-
HIVE-11436 CBO: Calcite Operator To Hive Operator (Calcite Return Path) : dealing with empty char
- Closed