dongjoon-hyun commented on code in PR #37964:
URL: https://github.com/apache/spark/pull/37964#discussion_r977211125
##########
python/pyspark/sql/pandas/group_ops.py:
##########
@@ -257,10 +257,10 @@ def applyInPandasWithState(
user-defined state. The value of the state will be presented as a
tuple, as well as the
update should be performed with the tuple. The corresponding Python
types for
:class:DataType are supported. Please refer to the page
- https://spark.apache.org/docs/latest/sql-ref-datatypes.html (python
tab).
+ https://spark.apache.org/docs/latest/sql-ref-datatypes.html (Python
tab).
- The size of each DataFrame in both the input and output can be
arbitrary. The number of
- DataFrames in both the input and output can also be arbitrary.
+ The size of each `pandas.DataFrame` in both the input and output can
be arbitrary. The
+ number `pandas.DataFrame` in both the input and output can also be
arbitrary.
Review Comment:
`number` -> `number of`?
--
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]