Skip to content

Conversation

@LuciferYang
Copy link
Contributor

@LuciferYang LuciferYang commented Apr 27, 2025

What changes were proposed in this pull request?

This pull request revises the usage of PythonEvalType in #50704 by referencing the modifications made in #50728, as follows:

  1. Renames PythonEvalType.SQL_TRANSFORM_WITH_STATE_UDF to PythonEvalType.SQL_TRANSFORM_WITH_STATE_PYTHON_ROW_UDF.
  2. Renames PythonEvalType.SQL_TRANSFORM_WITH_STATE_INIT_STATE_UDF to PythonEvalType.SQL_TRANSFORM_WITH_STATE_PYTHON_ROW_INIT_STATE_UDF.

This issue appears to stem from a code synchronization problem caused by the merging order of #50728 and #50704.

Why are the changes needed?

Fix incorrect PythonEvalType reference in python/pyspark/sql/connect/group.py and restore master GA

image

image

Does this PR introduce any user-facing change?

No

How was this patch tested?

  • Pass Github Actions

Was this patch authored or co-authored using generative AI tooling?

No

@LuciferYang LuciferYang changed the title [SPARK-51827][FOLLOWUP] Re-Sync missing Python function types [SPARK-51827][PYTHON][CONNECT][FOLLOWUP] Fix incorrect PythonEvalType reference in python/pyspark/sql/connect/group.py Apr 27, 2025
@LuciferYang
Copy link
Contributor Author

@LuciferYang
Copy link
Contributor Author

Since the change for SPARK-51827 has already been reverted, let's close this fix for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant