You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by wangyum <gi...@git.apache.org> on 2018/11/03 13:03:23 UTC

[GitHub] spark pull request #19796: [SPARK-22581][SQL] Catalog api does not allow to ...

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-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org