[ https://issues.apache.org/jira/browse/HIVE-9954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14360745#comment-14360745 ]
Jason Dere commented on HIVE-9954: ---------------------------------- +1 > 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 > Attachments: HIVE-9954.1.patch > > > {code} > if (jsonString == null || jsonString == "" || pathString == null > || pathString == "") { > return null; > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)