spark git commit: [SPARK-19500] [SQL] Fix off-by-one bug in BytesToBytesMap

2017-02-17 Thread davies
Repository: spark Updated Branches: refs/heads/branch-2.0 29268125e -> 5c3e56fd2 [SPARK-19500] [SQL] Fix off-by-one bug in BytesToBytesMap ## What changes were proposed in this pull request? Radix sort require that half of array as free (as temporary space), so we use 0.5 as the scale factor

spark git commit: [SPARK-19500] [SQL] Fix off-by-one bug in BytesToBytesMap

2017-02-17 Thread davies
Repository: spark Updated Branches: refs/heads/branch-2.1 55958bcd1 -> 6e3abed8f [SPARK-19500] [SQL] Fix off-by-one bug in BytesToBytesMap ## What changes were proposed in this pull request? Radix sort require that half of array as free (as temporary space), so we use 0.5 as the scale factor

spark git commit: [SPARK-19500] [SQL] Fix off-by-one bug in BytesToBytesMap

2017-02-17 Thread davies
Repository: spark Updated Branches: refs/heads/master 021062af0 -> 3d0c3af0a [SPARK-19500] [SQL] Fix off-by-one bug in BytesToBytesMap ## What changes were proposed in this pull request? Radix sort require that half of array as free (as temporary space), so we use 0.5 as the scale factor to