Alexander Pivovarov created HIVE-9954:
-----------------------------------------
Summary: UDFJson uses the == operator to compare Strings
Key: HIVE-9954
URL: https://issues.apache.org/jira/browse/HIVE-9954
Project: Hive
Issue Type: Bug
Components: UDF
Reporter: Alexander Pivovarov
Assignee: Alexander Pivovarov
Priority: Minor
{code}
if (jsonString == null || jsonString == "" || pathString == null
|| pathString == "") {
return null;
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)