[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-03-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17055 --- 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 #17055: [SPARK-19723][SQL]create datasource table with an...

2017-03-10 Thread windpiger
Github user windpiger commented on a diff in the pull request: https://github.com/apache/spark/pull/17055#discussion_r105526116 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -2016,48 +2016,79 @@ abstract class DDLSuite extends Query

[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-03-10 Thread windpiger
Github user windpiger commented on a diff in the pull request: https://github.com/apache/spark/pull/17055#discussion_r105520260 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala --- @@ -1663,95 +1663,127 @@ class HiveDDLSuite }

[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-03-10 Thread windpiger
Github user windpiger commented on a diff in the pull request: https://github.com/apache/spark/pull/17055#discussion_r105519542 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -2016,48 +2016,79 @@ abstract class DDLSuite extends Query

[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-03-10 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17055#discussion_r105490533 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -2016,48 +2016,79 @@ abstract class DDLSuite extends Quer

[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-03-10 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17055#discussion_r105473200 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala --- @@ -1663,95 +1663,127 @@ class HiveDDLSuite }

[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-03-05 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17055#discussion_r104351251 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala --- @@ -1588,8 +1588,102 @@ class HiveDDLSuite }

[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-03-05 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17055#discussion_r104351051 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -1950,8 +1950,53 @@ class DDLSuite extends QueryTest with

[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-03-05 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17055#discussion_r104351006 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -1950,8 +1950,53 @@ class DDLSuite extends QueryTest with

[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-03-05 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17055#discussion_r104350967 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -1950,8 +1950,53 @@ class DDLSuite extends QueryTest with

[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-02-24 Thread windpiger
Github user windpiger commented on a diff in the pull request: https://github.com/apache/spark/pull/17055#discussion_r102915883 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala --- @@ -1952,4 +1952,49 @@ class DDLSuite extends QueryTest with

[GitHub] spark pull request #17055: [SPARK-19723][SQL]create datasource table with an...

2017-02-23 Thread windpiger
GitHub user windpiger opened a pull request: https://github.com/apache/spark/pull/17055 [SPARK-19723][SQL]create datasource table with an non-existent location should work ## What changes were proposed in this pull request? This JIRA is a follow up work after SPARK-19583