jerrypeng commented on code in PR #52891:
URL: https://github.com/apache/spark/pull/52891#discussion_r2501291744


##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/UnsupportedOperationsSuite.scala:
##########
@@ -853,6 +853,19 @@ class UnsupportedOperationsSuite extends SparkFunSuite 
with SQLHelper {
         Deduplicate(Seq(attribute), streamRelation)), outputMode = Append)
   }
 
+  /*
+  
=======================================================================================
+                                 REAL-TIME STREAMING
+  
=======================================================================================
+ */
+
+  assertNotSupportedForRealTime(
+    "real-time without operators - append mode",
+    streamRelation, Append,
+    "STREAMING_REAL_TIME_MODE.OUTPUT_MODE_NOT_SUPPORTED"
+    //    Map("outputMode" -> "Append")

Review Comment:
   forgot the push a commit that removes this :)



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