jingz-db commented on code in PR #48005: URL: https://github.com/apache/spark/pull/48005#discussion_r1828499971
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/pythonLogicalOperators.scala: ########## @@ -168,26 +168,53 @@ case class FlatMapGroupsInPandasWithState( * methods for new rows in each trigger and the user's state/state variables will be stored * persistently across invocations. * @param functionExpr function called on each group - * @param groupingAttributes used to group the data + * @param groupingAttributesLen length of the seq of grouping attributes for input dataframe Review Comment: Added the prerequisite to the docstring. -- 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]
