Pengcheng Xiong created HIVE-11465:
--------------------------------------
Summary: CBO: Calcite Operator To Hive Operator (Calcite Return
Path): fix stringToMap
Key: HIVE-11465
URL: https://issues.apache.org/jira/browse/HIVE-11465
Project: Hive
Issue Type: Sub-task
Reporter: Pengcheng Xiong
Assignee: Pengcheng Xiong
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
