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

ScriptOperator replaceAll uses unescaped dot and result is not assigned

    XMLWordPrintableJSON

Details

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

    Description

      ScriptOperator line 155

      //now
      b.replaceAll(".", "_");
      // should be
      b = b.replace('.', '_');
      

      Attachments

        1. HIVE-9947.3.patch
          0.6 kB
          Alexander Pivovarov
        2. HIVE-9947.2.patch
          1 kB
          Alexander Pivovarov
        3. HIVE-9947.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: