spark git commit: [SPARK-8658][SQL] AttributeReference's equals method compares all the members

2015-11-16 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.6 6c8e0c0ff -> e042780cd [SPARK-8658][SQL] AttributeReference's equals method compares all the members This fix is to change the equals method to check all of the specified fields for equality of AttributeReference. Author: gatorsmile

spark git commit: [SPARK-8658][SQL] AttributeReference's equals method compares all the members

2015-11-16 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 31296628a -> 75ee12f09 [SPARK-8658][SQL] AttributeReference's equals method compares all the members This fix is to change the equals method to check all of the specified fields for equality of AttributeReference. Author: gatorsmile