You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Jarek Jarcec Cecho (JIRA)" <ji...@apache.org> on 2015/07/23 01:19:04 UTC

[jira] [Created] (SQOOP-2422) Test TestJSONIntermediateDataFormat is failing on JDK8

Jarek Jarcec Cecho created SQOOP-2422:
-----------------------------------------

             Summary: Test TestJSONIntermediateDataFormat is failing on JDK8
                 Key: SQOOP-2422
                 URL: https://issues.apache.org/jira/browse/SQOOP-2422
             Project: Sqoop
          Issue Type: Bug
            Reporter: Jarek Jarcec Cecho
            Assignee: Jarek Jarcec Cecho
             Fix For: 1.99.7


The problem is that we're comparing serialized JSON strings. But JSON is key/value pair without specified order and hence this character to character comparison is failing on JDK8 that might order the underlaying hash map differently.



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