HeartSaVioR commented on code in PR #40561:
URL: https://github.com/apache/spark/pull/40561#discussion_r1159195364
##########
python/pyspark/sql/tests/connect/test_parity_dataframe.py:
##########
@@ -41,6 +41,11 @@ def test_observe(self):
def test_observe_str(self):
super().test_observe_str()
+ # TODO(SPARK-XXXXX): Support Structured Streaming
Review Comment:
Yeah, I deferred implementing API in Spark connect because we don't support
withWatermark now, but we wouldn't need to mention about streaming. We could
just say it's not implemented yet.
--
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]