gaborgsomogyi commented on a change in pull request #25514: [SPARK-28784][SS]
Use CheckpointFileManager in StreamExecution/StreamingQueryManager for
checkpoint dirs
URL: https://github.com/apache/spark/pull/25514#discussion_r326328252
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamSuite.scala
##########
@@ -444,7 +444,9 @@ class StreamSuite extends StreamTest {
val inputData = MemoryStream[String]
val df = inputData.toDS().map(_ + "foo").groupBy("value").agg(count("*"))
// Test StreamingQuery.display
+ val dir1 = Utils.createTempDir().getCanonicalFile
val q =
df.writeStream.queryName("memory_explain").outputMode("complete").format("memory")
Review comment:
Why do we need this (and similar changes)? The original test is running fine
with temp checkpoint.
----------------------------------------------------------------
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]