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


##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/UnsupportedOperationsSuite.scala:
##########
@@ -853,6 +853,24 @@ class UnsupportedOperationsSuite extends SparkFunSuite 
with SQLHelper {
         Deduplicate(Seq(attribute), streamRelation)), outputMode = Append)
   }
 
+  /*
+  
=======================================================================================
+                                 REAL-TIME STREAMING

Review Comment:
   BTW, for the actual test methods, it seems that the following `{...}` 
grouping is used in this file, doesn't it?
   
   ```
   // REAL-TIME STREAMING
   {
      ...
   }
   ```



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