anishshri-db commented on code in PR #53355:
URL: https://github.com/apache/spark/pull/53355#discussion_r2594342919
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/python/streaming/FlatMapGroupsInPandasWithStateExec.scala:
##########
@@ -120,7 +120,8 @@ case class FlatMapGroupsInPandasWithStateExec(
override def requiredChildOrdering: Seq[Seq[SortOrder]] = Seq(
groupingAttributes.map(SortOrder(_, Ascending)))
- override def shortName: String = "applyInPandasWithState"
+ override def shortName: String =
+ StatefulOperatorsUtils.FLAT_MAP_GROUPS_IN_PANDAS_WITH_STATE_EXEC_OP_NAME
Review Comment:
nice - good to move these to utils
--
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]