HyukjinKwon commented on code in PR #40691:
URL: https://github.com/apache/spark/pull/40691#discussion_r1160348218


##########
python/pyspark/sql/streaming/readwriter.py:
##########
@@ -1150,6 +1150,7 @@ def foreach(self, f: Union[Callable[[Row], None], 
"SupportsProcess"]) -> "DataSt
         This API is evolving.
 
         Examples
+        TODO(SPARK-43054): remove the SKIP flags below

Review Comment:
   no biggie but should probably put this comment on the top of this method .. 
otherwise it'll be shown in API reference documentation ..



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