Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-9954

UDFJson uses the == operator to compare Strings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.2.0
    • UDF
    • None

    Description

      if (jsonString == null || jsonString == "" || pathString == null
          || pathString == "") {
        return null;
      }
      

      Attachments

        1. HIVE-9954.1.patch
          0.6 kB
          Alexander Pivovarov

        Issue Links

          Activity

            People

              apivovarov Alexander Pivovarov
              apivovarov Alexander Pivovarov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: