spark git commit: [SPARK-16690][TEST] rename SQLTestUtils.withTempTable to withTempView

2016-07-23 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 da34e8e8f -> 31c3bcb46 [SPARK-16690][TEST] rename SQLTestUtils.withTempTable to withTempView after https://github.com/apache/spark/pull/12945, we renamed the `registerTempTable` to `createTempView`, as we do create a view actually.

spark git commit: [SPARK-16380][EXAMPLES] Update SQL examples and programming guide for Python language binding

2016-07-23 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 28bb2b044 -> da34e8e8f [SPARK-16380][EXAMPLES] Update SQL examples and programming guide for Python language binding This PR is based on PR #14098 authored by wangmiao1981. ## What changes were proposed in this pull request? This PR

spark git commit: [SPARK-16380][EXAMPLES] Update SQL examples and programming guide for Python language binding

2016-07-23 Thread rxin
Repository: spark Updated Branches: refs/heads/master 86c275206 -> 53b2456d1 [SPARK-16380][EXAMPLES] Update SQL examples and programming guide for Python language binding This PR is based on PR #14098 authored by wangmiao1981. ## What changes were proposed in this pull request? This PR

spark git commit: [SPARK-16662][PYSPARK][SQL] fix HiveContext warning bug

2016-07-23 Thread srowen
Repository: spark Updated Branches: refs/heads/master 25db51675 -> ab6e4aea5 [SPARK-16662][PYSPARK][SQL] fix HiveContext warning bug ## What changes were proposed in this pull request? move the `HiveContext` deprecate warning printing statement into `HiveContext` constructor. so that this

spark git commit: [SPARK-16561][MLLIB] fix multivarOnlineSummary min/max bug

2016-07-23 Thread srowen
Repository: spark Updated Branches: refs/heads/master e10b8741d -> 25db51675 [SPARK-16561][MLLIB] fix multivarOnlineSummary min/max bug ## What changes were proposed in this pull request? renaming var names to make code more clear: nnz => weightSum weightSum => totalWeightSum and add a new