YuzhouSun commented on a change in pull request #32530:
URL: https://github.com/apache/spark/pull/32530#discussion_r632113264



##########
File path: 
sql/core/src/test/scala/org/apache/spark/sql/sources/InsertSuite.scala
##########
@@ -950,6 +951,84 @@ class InsertSuite extends DataSourceTest with 
SharedSparkSession {
       checkAnswer(spark.table("t2"), Nil)
     }
   }
+
+  test("SPARK-35106: insert overwrite with custom partition path") {

Review comment:
       With the change in DebugFileSystem, this test fails with
   ```
   == Results ==
   !== Correct Answer - 1 ==   == Spark Answer - 0 ==
   struct<>                   struct<>
   ![2,1,1]
   ```
   Will add a test for dynamic partition overwriting to custom partition path.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to