dongjoon-hyun commented on a change in pull request #24005: [SPARK-27085][SQL]
Migrate CSV to File Data Source V2
URL: https://github.com/apache/spark/pull/24005#discussion_r267462716
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/sources/v2/DataSourceV2Suite.scala
##########
@@ -375,7 +375,8 @@ class DataSourceV2Suite extends QueryTest with
SharedSQLContext {
}
}
- test("SPARK-25700: do not read schema when writing in other modes except
append and overwrite") {
+ test("SPARK-25700: do not read schema when writing in other modes" +
+ " except append and overwrite") {
Review comment:
Ur, do we need to break the test title? For me, it looks like exactly same
and this pass ScalaStyle before, doesn't it?
----------------------------------------------------------------
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]