You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ajith S (Jira)" <ji...@apache.org> on 2020/01/02 06:45:00 UTC

[jira] [Created] (SPARK-30405) ArrayKeyIndexType should use Arrays.hashCode

Ajith S created SPARK-30405:
-------------------------------

             Summary: ArrayKeyIndexType should use Arrays.hashCode
                 Key: SPARK-30405
                 URL: https://issues.apache.org/jira/browse/SPARK-30405
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.4.4, 2.3.4
            Reporter: Ajith S


hashCode on a array, returns arrays's identity hash and does not reflect the array's content instead. this cann be corrected by using Arrays.hashCode(array)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org