spark git commit: [SPARK-24452][SQL][CORE] Avoid possible overflow in int add or multiple

2018-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.3 a7d378e78 -> d42610440 [SPARK-24452][SQL][CORE] Avoid possible overflow in int add or multiple This PR fixes possible overflow in int add or multiply. In particular, their overflows in multiply are detected by [Spotbugs](https://spotbu

spark git commit: [SPARK-24452][SQL][CORE] Avoid possible overflow in int add or multiple

2018-06-15 Thread wenchen
Repository: spark Updated Branches: refs/heads/master b5ccf0d39 -> 90da7dc24 [SPARK-24452][SQL][CORE] Avoid possible overflow in int add or multiple ## What changes were proposed in this pull request? This PR fixes possible overflow in int add or multiply. In particular, their overflows in m