jingz-db commented on code in PR #49560:
URL: https://github.com/apache/spark/pull/49560#discussion_r1953356645


##########
python/pyspark/sql/pandas/group_ops.py:
##########
@@ -376,7 +363,7 @@ def transformWithStateInPandas(
         timeMode: str,
         initialState: Optional["GroupedData"] = None,
         eventTimeColumnName: str = "",
-    ) -> DataFrame:
+    ) -> "DataFrame":

Review Comment:
   I was failing on this CI for doc compatibility check: 
https://github.com/apache/spark/pull/49560#pullrequestreview-2588032803. This 
extra `""` will help pass on the check.



-- 
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]

Reply via email to