spark git commit: [SPARK-17108][SQL] Fix BIGINT and INT comparison failure in spark sql

2016-11-07 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master b06c23db9 -> 0d95662e7 [SPARK-17108][SQL] Fix BIGINT and INT comparison failure in spark sql ## What changes were proposed in this pull request? Add a function to check if two integers are compatible when invoking `acceptsType()` in

spark git commit: [SPARK-17108][SQL] Fix BIGINT and INT comparison failure in spark sql

2016-11-07 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.1 7a84edb24 -> d1eac3ef4 [SPARK-17108][SQL] Fix BIGINT and INT comparison failure in spark sql ## What changes were proposed in this pull request? Add a function to check if two integers are compatible when invoking `acceptsType()` in