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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org