Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-8607 Java 8 support for Hive
  3. HIVE-8862

Fix ordering diferences on TestParse tests due to Java8

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • None
    • None

    Description

      This bug is related to HIVE-8607. All TestParse tests are failing on Java8 due to XML serialization incomptabilities with JDK7.

      This serialization issues are just ordering differences with the XML files
      generated with JDK7 because the hash function for HashMap/HashSet. In order to fix this, we should use LinkedHashMap/LinkedHashSet instead, so we can get the correct.

      Attachments

        1. HIVE-8862.1.patch
          5.20 MB
          Sergio Peña
        2. HIVE-8862.2.patch
          2.67 MB
          Sergio Peña

        Activity

          People

            spena Sergio Peña
            spena Sergio Peña
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: