Stevo Mitric created SPARK-47563: ------------------------------------ Summary: Map normalization upon creation Key: SPARK-47563 URL: https://issues.apache.org/jira/browse/SPARK-47563 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 4.0.0 Reporter: Stevo Mitric
Add handling of map normalization upon creation in ArrayBasedMapBuilder. Currently a map with keys 0.0 and -0.0 will behave as if they are separate values. This will cause issues when doing GROUP BY on map types. Refer to this conversion [https://github.com/apache/spark/pull/45549#discussion_r1537803505] -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org