[GitHub] spark pull request #13631: [SPARK-15911][SQL] Remove the additional Project ...

2016-06-20 Thread viirya
Github user viirya closed the pull request at: https://github.com/apache/spark/pull/13631 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #13631: [SPARK-15911][SQL] Remove the additional Project ...

2016-06-14 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/13631#discussion_r67091914 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -470,20 +470,16 @@ class Analyzer( // A

[GitHub] spark pull request #13631: [SPARK-15911][SQL] Remove the additional Project ...

2016-06-14 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/13631#discussion_r67008835 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -470,20 +470,16 @@ class Analyzer( /

[GitHub] spark pull request #13631: [SPARK-15911][SQL] Remove the additional Project ...

2016-06-14 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/13631#discussion_r66929775 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -480,10 +480,10 @@ class Analyzer( in

[GitHub] spark pull request #13631: [SPARK-15911][SQL] Remove the additional Project ...

2016-06-14 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/13631#discussion_r66927656 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertIntoHiveTableSuite.scala --- @@ -257,27 +257,6 @@ class InsertIntoHiveTableSuite extends Qu

[GitHub] spark pull request #13631: [SPARK-15911][SQL] Remove the additional Project ...

2016-06-13 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/13631#discussion_r66827140 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -480,10 +480,10 @@ class Analyzer(

[GitHub] spark pull request #13631: [SPARK-15911][SQL] Remove the additional Project ...

2016-06-13 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/13631#discussion_r66826931 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertIntoHiveTableSuite.scala --- @@ -257,27 +257,6 @@ class InsertIntoHiveTableSuite extends

[GitHub] spark pull request #13631: [SPARK-15911][SQL] Remove the additional Project ...

2016-06-12 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/13631 [SPARK-15911][SQL] Remove the additional Project to be consistent with SQL ## What changes were proposed in this pull request? Currently In `DataFrameWriter`'s `insertInto` and `ResolveRelat