Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r161378393
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -1082,24 +1173,21 @@ class DDLSuite extends QueryTest wit
Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r160889706
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -1082,24 +1173,21 @@ class DDLSuite extends QueryTest with
Github user windpiger commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r105111257
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/test/SQLTestUtils.scala ---
@@ -306,6 +306,11 @@ private[sql] trait SQLTestUtils
val fs =
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/16592
---
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 user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r105098789
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/test/SQLTestUtils.scala ---
@@ -306,6 +306,11 @@ private[sql] trait SQLTestUtils
val fs =
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r105097838
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -115,6 +229,11 @@ class DDLSuite extends QueryTest with Sh
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r105026703
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -1254,7 +1364,15 @@ class DDLSuite extends QueryTest with
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104821577
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -867,8 +965,10 @@ class DDLSuite extends QueryTest with S
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104820498
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -978,11 +1070,7 @@ class DDLSuite extends QueryTest with
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104819938
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -867,8 +965,10 @@ class DDLSuite extends QueryTest with S
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104819845
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -867,8 +965,10 @@ class DDLSuite extends QueryTest with S
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104792176
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala
---
@@ -27,16 +27,90 @@ import org.scalatest.BeforeAndAfterEach
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104789280
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -978,11 +1070,7 @@ class DDLSuite extends QueryTest with
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104789068
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -867,8 +965,10 @@ class DDLSuite extends QueryTest with Sh
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104788809
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -513,7 +635,11 @@ class DDLSuite extends QueryTest with Sh
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104788767
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -484,7 +602,11 @@ class DDLSuite extends QueryTest with Sh
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104788662
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -420,27 +548,17 @@ class DDLSuite extends QueryTest with
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104788571
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -192,16 +314,22 @@ class DDLSuite extends QueryTest with
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104784527
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -30,23 +30,170 @@ import org.apache.spark.sql.catalyst.cat
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104784388
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -145,11 +265,13 @@ class DDLSuite extends QueryTest with
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104514638
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala
---
@@ -1823,28 +1842,4 @@ class HiveDDLSuite
}
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r104514616
--- Diff:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala
---
@@ -1691,61 +1765,6 @@ class HiveDDLSuite
}
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r97150888
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -102,6 +76,198 @@ class DDLSuite extends QueryTest with Sh
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r97149674
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -192,15 +367,21 @@ class DDLSuite extends QueryTest with
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r97149615
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -115,6 +281,16 @@ class DDLSuite extends QueryTest with Sh
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r97030540
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -115,6 +281,16 @@ class DDLSuite extends QueryTest with Sha
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r97029679
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -102,6 +76,198 @@ class DDLSuite extends QueryTest with Sha
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r97030333
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -192,15 +367,21 @@ class DDLSuite extends QueryTest with
S
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r96166442
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -102,6 +76,198 @@ class DDLSuite extends QueryTest with Sh
Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/16592#discussion_r96166347
--- Diff:
sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala
---
@@ -102,6 +76,198 @@ class DDLSuite extends QueryTest with Sh
GitHub user gatorsmile opened a pull request:
https://github.com/apache/spark/pull/16592
[SPARK-19235] [SQL] [TESTS] Enable Test Cases in DDLSuite with Hive
Metastore
### What changes were proposed in this pull request?
So far, the test cases in DDLSuites only verify the behavio
31 matches
Mail list logo