Github user liancheng commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13270#discussion_r64674180
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/ShowCreateTableSuite.scala ---
    @@ -28,11 +28,11 @@ class ShowCreateTableSuite extends QueryTest with 
SQLTestUtils with TestHiveSing
       import testImplicits._
     
       test("data source table with user specified schema") {
    -    withTable("ddl_test1") {
    +    withTable("ddl_test") {
    --- End diff --
    
    I firstly noticed this bug while writing tests in this test suite. I found 
that test cases always fail if I use the same table names in multiple test 
cases. That's why I made the changes to this file as additional tests.


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to