spark git commit: [MINOR][BUILD] Remove duplicate test-jar:test spark-sql dependency from Hive module

2017-08-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 438c38158 -> 39e044e3d [MINOR][BUILD] Remove duplicate test-jar:test spark-sql dependency from Hive module ## What changes were proposed in this pull request? Remove duplicate test-jar:test spark-sql dependency from Hive module; move

spark git commit: Add "full_outer" name to join types

2017-08-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 55aa4da28 -> 438c38158 Add "full_outer" name to join types I have discovered that "full_outer" name option is working in Spark 2.0, but it is not printed in exception. Please verify. ## What changes were proposed in this pull request?

spark git commit: [SPARK-21622][ML][SPARKR] Support offset in SparkR GLM

2017-08-06 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 74b47845e -> 55aa4da28 [SPARK-21622][ML][SPARKR] Support offset in SparkR GLM ## What changes were proposed in this pull request? Support offset in SparkR GLM #16699 Author: actuaryzhang Closes #18831 from

spark git commit: [SPARK-20963][SQL][FOLLOW-UP] Use UnresolvedSubqueryColumnAliases for visitTableName

2017-08-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 10b3ca3e9 -> 74b47845e [SPARK-20963][SQL][FOLLOW-UP] Use UnresolvedSubqueryColumnAliases for visitTableName ## What changes were proposed in this pull request? This pr (follow-up of #18772) used `UnresolvedSubqueryColumnAliases` for

spark git commit: [SPARK-21574][SQL] Point out user to set hive config before SparkSession is initialized

2017-08-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/master d4e7f20f5 -> 10b3ca3e9 [SPARK-21574][SQL] Point out user to set hive config before SparkSession is initialized ## What changes were proposed in this pull request? Since Spark 2.0.0, SET hive config commands do not pass the values to

spark git commit: [SPARKR][BUILD] AppVeyor change to latest R version

2017-08-06 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 1ba967b25 -> d4e7f20f5 [SPARKR][BUILD] AppVeyor change to latest R version ## What changes were proposed in this pull request? R version update ## How was this patch tested? AppVeyor Author: Felix Cheung

spark git commit: [SPARK-21588][SQL] SQLContext.getConf(key, null) should return null

2017-08-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.1 734b144dc -> 5634fadb0 [SPARK-21588][SQL] SQLContext.getConf(key, null) should return null ## What changes were proposed in this pull request? In SQLContext.get(key,null) for a key that is not defined in the conf, and doesn't have a

spark git commit: [SPARK-21588][SQL] SQLContext.getConf(key, null) should return null

2017-08-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.2 841bc2f86 -> 098aaec30 [SPARK-21588][SQL] SQLContext.getConf(key, null) should return null ## What changes were proposed in this pull request? In SQLContext.get(key,null) for a key that is not defined in the conf, and doesn't have a

spark git commit: [SPARK-21588][SQL] SQLContext.getConf(key, null) should return null

2017-08-06 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 990efad1c -> 1ba967b25 [SPARK-21588][SQL] SQLContext.getConf(key, null) should return null ## What changes were proposed in this pull request? In SQLContext.get(key,null) for a key that is not defined in the conf, and doesn't have a