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

    https://github.com/apache/spark/pull/19796#discussion_r230554452
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/internal/CatalogSuite.scala ---
    @@ -519,6 +518,28 @@ class CatalogSuite
         }
       }
     
    +  test("createTable with partition columns", Tag("go")) {
    +    withTable("t") {
    +      withTempDir { dir =>
    +        spark.catalog.createTable(
    --- End diff --
    
    May be you need `spark.sessionState.catalog.createTable`?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to