spark git commit: [SPARK-19152][SQL][FOLLOWUP] simplify CreateHiveTableAsSelectCommand

2017-01-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/master cfcfc92f7 -> f7c07db85 [SPARK-19152][SQL][FOLLOWUP] simplify CreateHiveTableAsSelectCommand ## What changes were proposed in this pull request? After https://github.com/apache/spark/pull/16552 , `CreateHiveTableAsSelectCommand` becomes ve

spark git commit: [SPARK-19359][SQL] Revert Clear useless path after rename a partition with upper-case by HiveExternalCatalog

2017-01-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 42ad93b2c -> cfcfc92f7 [SPARK-19359][SQL] Revert Clear useless path after rename a partition with upper-case by HiveExternalCatalog ### What changes were proposed in this pull request? This PR is to revert the changes made in https://git

spark git commit: [SPARK-19384][ML] forget unpersist input dataset in IsotonicRegression

2017-01-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master 1b5ee2003 -> 42ad93b2c [SPARK-19384][ML] forget unpersist input dataset in IsotonicRegression ## What changes were proposed in this pull request? unpersist the input dataset if `handlePersistence` = true ## How was this patch tested? exist