[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15688 --- 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

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-06 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r86707724 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -1628,29 +1628,56 @@ class DDLSuite extends QueryTest with

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-05 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r86677982 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -1628,29 +1628,56 @@ class DDLSuite extends QueryTest with

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-05 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r86672283 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -1628,29 +1628,56 @@ class DDLSuite extends QueryTest with

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-02 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r86080979 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/InMemoryCatalog.scala --- @@ -471,11 +471,30 @@ class InMemoryCatalog(

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-02 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r86079926 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/InMemoryCatalog.scala --- @@ -471,11 +471,30 @@ class InMemoryCatalog(

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-01 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r86023753 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/InMemoryCatalog.scala --- @@ -471,11 +471,30 @@ class InMemoryCatalog(

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-01 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r86007181 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/InMemoryCatalog.scala --- @@ -471,11 +471,30 @@ class InMemoryCatalog(

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-11-01 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r86007168 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog/InMemoryCatalog.scala --- @@ -471,11 +471,30 @@ class InMemoryCatalog(

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-10-31 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r85834452 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -1636,15 +1635,23 @@ class DDLSuite extends QueryTest

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-10-30 Thread jaceklaskowski
Github user jaceklaskowski commented on a diff in the pull request: https://github.com/apache/spark/pull/15688#discussion_r85665836 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -1636,15 +1635,23 @@ class DDLSuite extends QueryTest

[GitHub] spark pull request #15688: [SPARK-18173][SQL] data source tables should supp...

2016-10-30 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/15688 [SPARK-18173][SQL] data source tables should support truncating partition ## What changes were proposed in this pull request? Previously `TRUNCATE TABLE ... PARTITION` will always