spark git commit: [SPARK-20132][DOCS] Add documentation for column string functions

2017-04-22 Thread holden
Repository: spark Updated Branches: refs/heads/master b3c572a6b -> 8765bc17d [SPARK-20132][DOCS] Add documentation for column string functions ## What changes were proposed in this pull request? Add docstrings to column.py for the Column functions `rlike`, `like`, `startswith`, and `endswith`

spark git commit: [SPARK-20407][TESTS][BACKPORT-2.1] ParquetQuerySuite 'Enabling/disabling ignoreCorruptFiles' flaky test

2017-04-22 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.1 fb0351a3f -> ba505805d [SPARK-20407][TESTS][BACKPORT-2.1] ParquetQuerySuite 'Enabling/disabling ignoreCorruptFiles' flaky test ## What changes were proposed in this pull request? SharedSQLContext.afterEach now calls DebugFilesystem.as

spark git commit: [SPARK-20430][SQL] Initialise RangeExec parameters in a driver side

2017-04-22 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 d68e0a3a5 -> 807c71892 [SPARK-20430][SQL] Initialise RangeExec parameters in a driver side ## What changes were proposed in this pull request? This pr initialised `RangeExec` parameters in a driver side. In the current master, a query b

spark git commit: [SPARK-20430][SQL] Initialise RangeExec parameters in a driver side

2017-04-22 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 05a451491 -> b3c572a6b [SPARK-20430][SQL] Initialise RangeExec parameters in a driver side ## What changes were proposed in this pull request? This pr initialised `RangeExec` parameters in a driver side. In the current master, a query below

spark git commit: [SPARK-20386][SPARK CORE] modify the log info if the block exists on the slave already

2017-04-22 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.2 6c2489c66 -> d68e0a3a5 [SPARK-20386][SPARK CORE] modify the log info if the block exists on the slave already ## What changes were proposed in this pull request? Modify the added memory size to memSize-originalMemSize if the block exi

spark git commit: [SPARK-20386][SPARK CORE] modify the log info if the block exists on the slave already

2017-04-22 Thread srowen
Repository: spark Updated Branches: refs/heads/master ad290402a -> 05a451491 [SPARK-20386][SPARK CORE] modify the log info if the block exists on the slave already ## What changes were proposed in this pull request? Modify the added memory size to memSize-originalMemSize if the block exists