We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24df6a2 commit 04cbd5dCopy full SHA for 04cbd5d
sdks/python/apache_beam/coders/coder_impl.py
@@ -351,7 +351,7 @@ def decode(self, value):
351
ITERABLE_LIKE_TYPE = 10
352
353
PROTO_TYPE = 100
354
-DATACLASS_TYPE = 101 # TODO: Deprecate and use only DATACLASS_KW_ONLY_TYPE.
+DATACLASS_TYPE = 101
355
NAMED_TUPLE_TYPE = 102
356
ENUM_TYPE = 103
357
NESTED_STATE_TYPE = 104
0 commit comments