cloud-fan commented on code in PR #36941:
URL: https://github.com/apache/spark/pull/36941#discussion_r903861542


##########
sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala:
##########
@@ -531,6 +534,23 @@ class DataFrameWriterV2Suite extends QueryTest with 
SharedSparkSession with Befo
     assert(table.properties === (Map("provider" -> "foo") ++ 
defaultOwnership).asJava)
   }
 
+  test("SPARK-39543 writeOption should be passed to storage properties when 
fallback to v1") {
+    val provider = classOf[InMemoryV1Provider].getName
+
+    withSQLConf((SQLConf.USE_V1_SOURCE_LIST.key, provider)) {

Review Comment:
   looking at other tests that use `InMemoryV1Provider`, it seems we don't need 
to set `USE_V1_SOURCE_LIST` to trigger v1 fallback?



-- 
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.

To unsubscribe, e-mail: [email protected]

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