aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlok Singh <singhal@Aloks-MacBook-Pro.local>2015-07-02 09:58:57 -0700
committerXiangrui Meng <meng@databricks.com>2015-07-02 09:58:57 -0700
commit99c40cd0d8465525cac34dfa373b81532ef3d719 (patch)
tree9b778d421e1c4a418825dd315f9927c01162bbbe /.gitignore
parent246265f2bb056d5e9011d3331b809471a24ff8d7 (diff)
downloadspark-99c40cd0d8465525cac34dfa373b81532ef3d719.tar.gz
spark-99c40cd0d8465525cac34dfa373b81532ef3d719.tar.bz2
spark-99c40cd0d8465525cac34dfa373b81532ef3d719.zip
[SPARK-8647] [MLLIB] Potential issue with constant hashCode
I added the code, // see [SPARK-8647], this achieves the needed constant hash code without constant no. override def hashCode(): Int = this.getClass.getName.hashCode() does getting the constant hash code as per jira Author: Alok Singh <singhal@Aloks-MacBook-Pro.local> Closes #7146 from aloknsingh/aloknsingh_SPARK-8647 and squashes the following commits: e58bccf [Alok Singh] [SPARK-8647][MLlib] to avoid the class derivation issues, change the constant hashCode to override def hashCode(): Int = classOf[MatrixUDT].getName.hashCode() 43cdb89 [Alok Singh] [SPARK-8647][MLlib] Potential issue with constant hashCode
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions