spark git commit: [SPARK-22122][SQL] Use analyzed logical plans to count input rows in TPCDSQueryBenchmark

2017-09-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 530fe6832 -> c6610a997 [SPARK-22122][SQL] Use analyzed logical plans to count input rows in TPCDSQueryBenchmark ## What changes were proposed in this pull request? Since the current code ignores WITH clauses to check input relations in

spark git commit: [SPARK-21904][SQL] Rename tempTables to tempViews in SessionCatalog

2017-09-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 472864014 -> 530fe6832 [SPARK-21904][SQL] Rename tempTables to tempViews in SessionCatalog ### What changes were proposed in this pull request? `tempTables` is not right. To be consistent, we need to rename the internal variable

spark git commit: Revert "[SPARK-22142][BUILD][STREAMING] Move Flume support behind a profile"

2017-09-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 9ed7394a6 -> 472864014 Revert "[SPARK-22142][BUILD][STREAMING] Move Flume support behind a profile" This reverts commit a2516f41aef68e39df7f6380fd2618cc148a609e. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

spark git commit: [SPARK-22146] FileNotFoundException while reading ORC files containing special characters

2017-09-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 ac9a0f692 -> 7bf25e086 [SPARK-22146] FileNotFoundException while reading ORC files containing special characters ## What changes were proposed in this pull request? Reading ORC files containing special characters like '%' fails with

[1/2] spark git commit: Preparing Spark release v2.1.2-rc3

2017-09-29 Thread holden
Repository: spark Updated Branches: refs/heads/branch-2.1 60f78c20c -> 78661f95e Preparing Spark release v2.1.2-rc3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/efdbef41 Tree:

[spark] Git Push Summary

2017-09-29 Thread holden
Repository: spark Updated Tags: refs/tags/v2.1.2-rc3 [created] efdbef412 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[2/2] spark git commit: Preparing development version 2.1.3-SNAPSHOT

2017-09-29 Thread holden
Preparing development version 2.1.3-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/78661f95 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/78661f95 Diff:

spark git commit: [SPARK-22161][SQL] Add Impala-modified TPC-DS queries

2017-09-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 8b2d8385c -> ac9a0f692 [SPARK-22161][SQL] Add Impala-modified TPC-DS queries ## What changes were proposed in this pull request? Added IMPALA-modified TPCDS queries to TPC-DS query suites. - Ref:

spark git commit: [SPARK-22129][SPARK-22138] Release script improvements

2017-09-29 Thread holden
Repository: spark Updated Branches: refs/heads/branch-2.2 8c5ab4e10 -> 8b2d8385c [SPARK-22129][SPARK-22138] Release script improvements ## What changes were proposed in this pull request? Use the GPG_KEY param, fix lsof to non-hardcoded path, remove version swap since it wasn't really

spark git commit: [SPARK-22129][SPARK-22138] Release script improvements

2017-09-29 Thread holden
Repository: spark Updated Branches: refs/heads/branch-2.1 361aa0efc -> 60f78c20c [SPARK-22129][SPARK-22138] Release script improvements ## What changes were proposed in this pull request? Use the GPG_KEY param, fix lsof to non-hardcoded path, remove version swap since it wasn't really

spark git commit: [SPARK-22129][SPARK-22138] Release script improvements

2017-09-29 Thread holden
Repository: spark Updated Branches: refs/heads/master a2516f41a -> ecbe416ab [SPARK-22129][SPARK-22138] Release script improvements ## What changes were proposed in this pull request? Use the GPG_KEY param, fix lsof to non-hardcoded path, remove version swap since it wasn't really needed.

spark git commit: [SPARK-22142][BUILD][STREAMING] Move Flume support behind a profile

2017-09-29 Thread srowen
Repository: spark Updated Branches: refs/heads/master 0fa4dbe4f -> a2516f41a [SPARK-22142][BUILD][STREAMING] Move Flume support behind a profile ## What changes were proposed in this pull request? Add 'flume' profile to enable Flume-related integration modules ## How was this patch tested?

spark git commit: [SPARK-22141][FOLLOWUP][SQL] Add comments for the order of batches

2017-09-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 161ba7eaa -> 0fa4dbe4f [SPARK-22141][FOLLOWUP][SQL] Add comments for the order of batches ## What changes were proposed in this pull request? Add comments for specifying the position of batch "Check Cartesian Products", as rxin suggested

spark git commit: [SPARK-22146] FileNotFoundException while reading ORC files containing special characters

2017-09-29 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 323806e68 -> 161ba7eaa [SPARK-22146] FileNotFoundException while reading ORC files containing special characters ## What changes were proposed in this pull request? Reading ORC files containing special characters like '%' fails with a