cloud-fan commented on code in PR #50040: URL: https://github.com/apache/spark/pull/50040#discussion_r1971357977
########## sql/core/src/test/scala/org/apache/spark/sql/DataFrameWriterV2Suite.scala: ########## @@ -839,4 +839,30 @@ class DataFrameWriterV2Suite extends QueryTest with SharedSparkSession with Befo condition = "CALL_ON_STREAMING_DATASET_UNSUPPORTED", parameters = Map("methodName" -> "`writeTo`")) } + + test("SPARK-51281: create/replace file source tables") { Review Comment: ```suggestion test("SPARK-51281: DataFrameWriterV2 should respect the path option") { ``` -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org