spark git commit: [SPARK-16034][SQL] Checks the partition columns when calling dataFrame.write.mode("append").saveAsTable

2016-06-18 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.0 8d2fc010b -> ee6eea644 [SPARK-16034][SQL] Checks the partition columns when calling dataFrame.write.mode("append").saveAsTable ## What changes were proposed in this pull request? `DataFrameWriter` can be used to append data to existin

spark git commit: [SPARK-16034][SQL] Checks the partition columns when calling dataFrame.write.mode("append").saveAsTable

2016-06-18 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 3d010c837 -> ce3b98bae [SPARK-16034][SQL] Checks the partition columns when calling dataFrame.write.mode("append").saveAsTable ## What changes were proposed in this pull request? `DataFrameWriter` can be used to append data to existing da

spark git commit: [SPARK-16036][SPARK-16037][SQL] fix various table insertion problems

2016-06-18 Thread yhuai
Repository: spark Updated Branches: refs/heads/master e574c9973 -> 3d010c837 [SPARK-16036][SPARK-16037][SQL] fix various table insertion problems ## What changes were proposed in this pull request? The current table insertion has some weird behaviours: 1. inserting into a partitioned table w

spark git commit: [SPARK-16036][SPARK-16037][SQL] fix various table insertion problems

2016-06-18 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-2.0 f159eb521 -> 8d2fc010b [SPARK-16036][SPARK-16037][SQL] fix various table insertion problems ## What changes were proposed in this pull request? The current table insertion has some weird behaviours: 1. inserting into a partitioned tab