Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 3.1.0
-
ghx-label-7
Description
select get_json_object('{"1": 5}', '$.1');
returns error:
"Expected key at position 2"
I guess it's caused by using function FindEndOfIdentifier that expects first symbol of key to be a letter.
Hive version of get_json_object works fine in this case.