zhengruifeng commented on code in PR #53758:
URL: https://github.com/apache/spark/pull/53758#discussion_r3308822731
##########
python/pyspark/sql/streaming/__init__.py:
##########
@@ -23,4 +23,5 @@
StatefulProcessor, # noqa: F401
StatefulProcessorHandle, # noqa: F401
) # noqa: F401
+from pyspark.sql.streaming.tws_tester import TwsTester # noqa: F401
Review Comment:
@fedimser @HeartSaVioR is this a new feature in pyspark.sql.streaming?
do we want to add it into the 4.2 API references?
cc @huaxingao @dongjoon-hyun
--
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]