You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by sandeep-katta <gi...@git.apache.org> on 2018/10/05 04:58:25 UTC

[GitHub] spark pull request #22466: [SPARK-25464][SQL] Create Database to the locatio...

Github user sandeep-katta commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22466#discussion_r222891525
  
    --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/command/DDLSuite.scala ---
    @@ -407,6 +407,7 @@ abstract class DDLSuite extends QueryTest with SQLTestUtils {
     
       test("create a managed table with the existing non-empty directory") {
         withTable("tab1") {
    +      Utils.createDirectory(spark.sessionState.conf.warehousePath)
    --- End diff --
    
    As per line 414 it is trying to create empty directory under warehouse path,this statement will fail as parent folder(ware house) does not exists


---

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