HyukjinKwon commented on a change in pull request #33263:
URL: https://github.com/apache/spark/pull/33263#discussion_r670924591
##########
File path: core/src/test/scala/org/apache/spark/util/FileAppenderSuite.scala
##########
@@ -61,6 +61,15 @@ class FileAppenderSuite extends SparkFunSuite with
BeforeAndAfter with Logging {
assert(Files.toString(testFile, StandardCharsets.UTF_8) === header +
testString)
}
+ test("basic file appender - close stream") {
Review comment:
Let's add a JIRA prefix here e.g.) `"SPARK-35027: basic file ..."`
--
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]