spark git commit: [SPARK-8770][SQL] Create BinaryOperator abstract class.

2015-07-01 Thread rxin
Repository: spark Updated Branches: refs/heads/master 3a342dedc - 9fd13d561 [SPARK-8770][SQL] Create BinaryOperator abstract class. Our current BinaryExpression abstract class is not for generic binary expressions, i.e. it requires left/right children to have the same type. However, due to

spark git commit: [SPARK-8770][SQL] Create BinaryOperator abstract class.

2015-07-01 Thread rxin
Repository: spark Updated Branches: refs/heads/master f958f27e2 - 272778999 [SPARK-8770][SQL] Create BinaryOperator abstract class. Our current BinaryExpression abstract class is not for generic binary expressions, i.e. it requires left/right children to have the same type. However, due to