[jira] [Commented] (SPARK-3847) Enum.hashCode is only consistent within the same JVM

2020-01-28 Thread Kaspar Fischer (Jira)
[ https://issues.apache.org/jira/browse/SPARK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17025631#comment-17025631 ] Kaspar Fischer commented on SPARK-3847: --- This issue is still present in Spark 2.4.0. The PR

[jira] [Commented] (SPARK-3847) Enum.hashCode is only consistent within the same JVM

2016-06-15 Thread Brett Stime (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15332587#comment-15332587 ] Brett Stime commented on SPARK-3847: Another option: have the default behavior be 'safe' and not share

[jira] [Commented] (SPARK-3847) Enum.hashCode is only consistent within the same JVM

2016-06-15 Thread Brett Stime (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15332453#comment-15332453 ] Brett Stime commented on SPARK-3847: Seems like, rather than a warning about the specifics of enums,

[jira] [Commented] (SPARK-3847) Enum.hashCode is only consistent within the same JVM

2015-06-18 Thread Josh Rosen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14592425#comment-14592425 ] Josh Rosen commented on SPARK-3847: --- My pull request for this issue has stalled

[jira] [Commented] (SPARK-3847) Enum.hashCode is only consistent within the same JVM

2014-12-24 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14258649#comment-14258649 ] Apache Spark commented on SPARK-3847: - User 'JoshRosen' has created a pull request for

[jira] [Commented] (SPARK-3847) Enum.hashCode is only consistent within the same JVM

2014-10-08 Thread Mridul Muralidharan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14163407#comment-14163407 ] Mridul Muralidharan commented on SPARK-3847: Wow, nice bug ! This is

[jira] [Commented] (SPARK-3847) Enum.hashCode is only consistent within the same JVM

2014-10-08 Thread Patrick Wendell (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14164246#comment-14164246 ] Patrick Wendell commented on SPARK-3847: We might be able to reflect on the key

[jira] [Commented] (SPARK-3847) Enum.hashCode is only consistent within the same JVM

2014-10-08 Thread Josh Rosen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14164280#comment-14164280 ] Josh Rosen commented on SPARK-3847: --- Java arrays' hashCodes have a similar problem: they

[jira] [Commented] (SPARK-3847) Enum.hashCode is only consistent within the same JVM

2014-10-08 Thread Mridul Muralidharan (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14164775#comment-14164775 ] Mridul Muralidharan commented on SPARK-3847: [~joshrosen] array hashcode might