We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a399df commit f8013e6Copy full SHA for f8013e6
1 file changed
sdks/python/apache_beam/coders/coders.py
@@ -1575,7 +1575,7 @@ def value_coder(self):
1575
def __repr__(self):
1576
return (
1577
f'WindowedValueCoder[window_coder={self.window_coder}, '
1578
- f'value_coder={self.value_coder()}]')
+ f'wrapped_value_coder={self.wrapped_value_coder}]')
1579
1580
def __eq__(self, other):
1581
0 commit comments