spark git commit: [SPARK-18458][CORE] Fix signed integer overflow problem at an expression in RadixSort.java

2016-11-19 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.1 15eb86c29 -> b0b2f1081 [SPARK-18458][CORE] Fix signed integer overflow problem at an expression in RadixSort.java ## What changes were proposed in this pull request? This PR avoids that a result of an expression is negative due to sig

spark git commit: [SPARK-18458][CORE] Fix signed integer overflow problem at an expression in RadixSort.java

2016-11-19 Thread rxin
Repository: spark Updated Branches: refs/heads/master 856e00420 -> d93b65524 [SPARK-18458][CORE] Fix signed integer overflow problem at an expression in RadixSort.java ## What changes were proposed in this pull request? This PR avoids that a result of an expression is negative due to signed