spark git commit: [SPARK-16135][SQL] Remove hashCode and euqals in ArrayBasedMapData

2016-06-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 664426e00 -> 22fe336c8 [SPARK-16135][SQL] Remove hashCode and euqals in ArrayBasedMapData ## What changes were proposed in this pull request? This pr is to remove `hashCode` and `equals` in `ArrayBasedMapData` because the type cannot

spark git commit: [SPARK-16135][SQL] Remove hashCode and euqals in ArrayBasedMapData

2016-06-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 11f420b4b -> 3e4e868c8 [SPARK-16135][SQL] Remove hashCode and euqals in ArrayBasedMapData ## What changes were proposed in this pull request? This pr is to remove `hashCode` and `equals` in `ArrayBasedMapData` because the type cannot be