HyukjinKwon commented on code in PR #49560:
URL: https://github.com/apache/spark/pull/49560#discussion_r1938763020
##########
python/pyspark/sql/streaming/stateful_processor_util.py:
##########
@@ -26,3 +42,185 @@ class TransformWithStateInPandasFuncMode(Enum):
PROCESS_TIMER = 2
COMPLETE = 3
PRE_INIT = 4
+
+
+class TransformWithStateInPandasUdfUtils:
Review Comment:
Nope, typing is optional so won't have any side effect during execution.
--
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]