You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alexander Pivovarov (JIRA)" <ji...@apache.org> on 2015/03/13 06:46:38 UTC

[jira] [Created] (HIVE-9954) UDFJson uses the == operator to compare Strings

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)