spark git commit: [SPARK-15184][SQL] Fix Silent Removal of An Existent Temp Table by Rename Table

2016-05-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 cb090df74 -> c0c5c264f [SPARK-15184][SQL] Fix Silent Removal of An Existent Temp Table by Rename Table What changes were proposed in this pull request? Currently, if we rename a temp table `Tab1` to another existent temp table

spark git commit: [SPARK-15184][SQL] Fix Silent Removal of An Existent Temp Table by Rename Table

2016-05-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/master e9131ec27 -> a59ab594c [SPARK-15184][SQL] Fix Silent Removal of An Existent Temp Table by Rename Table What changes were proposed in this pull request? Currently, if we rename a temp table `Tab1` to another existent temp table

spark git commit: [SPARK-15185][SQL] InMemoryCatalog: Silent Removal of an Existent Table/Function/Partitions by Rename

2016-05-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 454ba4d67 -> e9131ec27 [SPARK-15185][SQL] InMemoryCatalog: Silent Removal of an Existent Table/Function/Partitions by Rename What changes were proposed in this pull request? So far, in the implementation of InMemoryCatalog, we do not

spark git commit: [SPARK-15185][SQL] InMemoryCatalog: Silent Removal of an Existent Table/Function/Partitions by Rename

2016-05-08 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 cf156e611 -> cb090df74 [SPARK-15185][SQL] InMemoryCatalog: Silent Removal of an Existent Table/Function/Partitions by Rename What changes were proposed in this pull request? So far, in the implementation of InMemoryCatalog, we do

spark git commit: [SPARK-12479][SPARKR] sparkR collect on GroupedData throws R error "missing value where TRUE/FALSE needed"

2016-05-08 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-2.0 69f3edc32 -> cf156e611 [SPARK-12479][SPARKR] sparkR collect on GroupedData throws R error "missing value where TRUE/FALSE needed" ## What changes were proposed in this pull request? This PR is a workaround for NA handling in hash

spark git commit: [SPARK-12479][SPARKR] sparkR collect on GroupedData throws R error "missing value where TRUE/FALSE needed"

2016-05-08 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 6e268b9ee -> 454ba4d67 [SPARK-12479][SPARKR] sparkR collect on GroupedData throws R error "missing value where TRUE/FALSE needed" ## What changes were proposed in this pull request? This PR is a workaround for NA handling in hash code