brkyvz commented on a change in pull request #25465: [SPARK-28747][SQL] merge
the two data source v2 fallback configs
URL: https://github.com/apache/spark/pull/25465#discussion_r317818777
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/sources/v2/FileDataSourceV2FallBackSuite.scala
##########
@@ -130,55 +130,9 @@ class FileDataSourceV2FallBackSuite extends QueryTest
with SharedSparkSession {
}
}
- test("Fall back to v1 when reading file with write only FileDataSourceV2") {
- val df = spark.range(10).toDF()
- withTempPath { file =>
- val path = file.getCanonicalPath
- // Dummy File writer should fail as expected.
Review comment:
I think the reason is the broader `FileDataSourceV2` check
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]