jingz-db commented on code in PR #49560:
URL: https://github.com/apache/spark/pull/49560#discussion_r1943609674
##########
python/pyspark/sql/connect/plan.py:
##########
@@ -2546,6 +2546,70 @@ def plan(self, session: "SparkConnectClient") ->
proto.Relation:
return self._with_relations(plan, session)
+class TransformWithStateInPandas(LogicalPlan):
Review Comment:
Do you mean class docstring? I have one line comment of docstring in line
2550.
--
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]