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

    https://github.com/apache/spark/pull/23108#discussion_r239266791
  
    --- Diff: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveDDLSuite.scala 
---
    @@ -2370,4 +2370,51 @@ class HiveDDLSuite
           ))
         }
       }
    +
    +  test("SPARK-25993 Add test cases for resolution of Parquet table 
location") {
    +    withTempPath { path =>
    +        val someDF1 = Seq((1, 1, "parq1"), (2, 2, "parq2")).toDF("c1", 
"c2", "c3").repartition(1)
    +        withTable("tbl1", "tbl2", "tbl3") {
    +        val dataDir = s"${path.getCanonicalPath}/l3/l2/l1/"
    --- End diff --
    
    fixed


---

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

Reply via email to