dongjoon-hyun commented on code in PR #47976:
URL: https://github.com/apache/spark/pull/47976#discussion_r1745736128


##########
sql/core/src/test/scala/org/apache/spark/sql/streaming/FileStreamSourceSuite.scala:
##########
@@ -1162,7 +1162,7 @@ class FileStreamSourceSuite extends FileStreamSourceTest {
   }
 
   private def testThresholdLogic(option: String): Unit = {
-    withTempDir { case src =>
+    withTempDir { src =>

Review Comment:
   ?



##########
sql/core/src/test/scala/org/apache/spark/sql/streaming/FileStreamSourceSuite.scala:
##########
@@ -1162,7 +1162,7 @@ class FileStreamSourceSuite extends FileStreamSourceTest {
   }
 
   private def testThresholdLogic(option: String): Unit = {
-    withTempDir { case src =>
+    withTempDir { src =>

Review Comment:
   ?



-- 
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]

Reply via email to