anishshri-db commented on code in PR #47133: URL: https://github.com/apache/spark/pull/47133#discussion_r1680017992
########## python/pyspark/sql/streaming/__init__.py: ########## @@ -19,3 +19,4 @@ from pyspark.sql.streaming.readwriter import DataStreamReader, DataStreamWriter # noqa: F401 from pyspark.sql.streaming.listener import StreamingQueryListener # noqa: F401 from pyspark.errors import StreamingQueryException # noqa: F401 +from pyspark.sql.streaming.stateful_processor import StatefulProcessor, StatefulProcessorHandle # noqa: F401 Review Comment: Where is this change used ? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org