Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
code gen fix
  • Loading branch information
bogao007 committed Dec 11, 2024
commit ece3dbdeaf45189185c2774f8a0d438b936ebccd
2 changes: 1 addition & 1 deletion python/pyspark/sql/streaming/proto/StateMessage_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class _HandleState:
class _HandleStateEnumTypeWrapper(
google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_HandleState.ValueType],
builtins.type,
):
): # noqa: F821
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
CREATED: _HandleState.ValueType # 0
INITIALIZED: _HandleState.ValueType # 1
Expand Down
Loading