spark git commit: [SPARK-22602][SQL] remove ColumnVector#loadBytes

2017-11-26 Thread lixiao
Repository: spark Updated Branches: refs/heads/master d49d9e403 -> 5a02e3a2a [SPARK-22602][SQL] remove ColumnVector#loadBytes ## What changes were proposed in this pull request? `ColumnVector#loadBytes` is only used as an optimization for reading UTF8String in `WritableColumnVector`, this

spark git commit: [SPARK-21693][R][FOLLOWUP] Reduce shuffle partitions running R worker in few tests to speed up

2017-11-26 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master fba63c1a7 -> d49d9e403 [SPARK-21693][R][FOLLOWUP] Reduce shuffle partitions running R worker in few tests to speed up ## What changes were proposed in this pull request? This is a followup to reduce AppVeyor test time. This PR proposes

spark git commit: [SPARK-22607][BUILD] Set large stack size consistently for tests to avoid StackOverflowError

2017-11-26 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 455cea622 -> 2cd4898f3 [SPARK-22607][BUILD] Set large stack size consistently for tests to avoid StackOverflowError Set `-ea` and `-Xss4m` consistently for tests, to fix in particular: ``` OrderingSuite: ... - GenerateOrdering with

spark git commit: [SPARK-22607][BUILD] Set large stack size consistently for tests to avoid StackOverflowError

2017-11-26 Thread srowen
Repository: spark Updated Branches: refs/heads/master 4d8ace486 -> fba63c1a7 [SPARK-22607][BUILD] Set large stack size consistently for tests to avoid StackOverflowError ## What changes were proposed in this pull request? Set `-ea` and `-Xss4m` consistently for tests, to fix in particular: