jingz-db commented on code in PR #48005:
URL: https://github.com/apache/spark/pull/48005#discussion_r1830054453
##########
python/pyspark/util.py:
##########
@@ -567,7 +568,9 @@ class PythonEvalType:
SQL_GROUPED_MAP_ARROW_UDF: "ArrowGroupedMapUDFType" = 209
SQL_COGROUPED_MAP_ARROW_UDF: "ArrowCogroupedMapUDFType" = 210
SQL_TRANSFORM_WITH_STATE_PANDAS_UDF:
"PandasGroupedMapUDFTransformWithStateType" = 211
-
+ SQL_TRANSFORM_WITH_STATE_PANDAS_INIT_STATE_UDF:
"PandasGroupedMapUDFTransformWithStateInitStateType" = ( # noqa: E501
Review Comment:
Had to add the #noqa here else we won't pass `./dev/lint-python` or `flake8`
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]