You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2014/11/14 02:03:05 UTC

[jira] [Comment Edited] (HIVE-8862) Fix ordering diferences on TestParse tests due to Java8

    [ https://issues.apache.org/jira/browse/HIVE-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14211632#comment-14211632 ] 

Brock Noland edited comment on HIVE-8862 at 11/14/14 12:59 AM:
---------------------------------------------------------------

Holy hell [~spena]!

I am impressed! I feel like the amount of time we spend maintaining these tests is more than they are worth. [~ashutoshc] you felt [similarly|https://issues.apache.org/jira/browse/HIVE-1511?focusedCommentId=13744359&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13744359] before. Additionally I haven't see any new tests added here for sometime.

Should we delete TestParse?


was (Author: brocknoland):
Holy hell [~spena]!

I am impressed! I feel like the amount of time we spend maintaining these tests is more than they are worth. [~ashutoshc] you felt [similarly|https://issues.apache.org/jira/browse/HIVE-1511?focusedCommentId=13744359&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13744359] before.

I haven't see any new tests added here for sometime.

> Fix ordering diferences on TestParse tests due to Java8
> -------------------------------------------------------
>
>                 Key: HIVE-8862
>                 URL: https://issues.apache.org/jira/browse/HIVE-8862
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Sergio Peña
>            Assignee: Sergio Peña
>         Attachments: HIVE-8862.1.patch
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)