AnandInguva commented on code in PR #29849:
URL: https://github.com/apache/beam/pull/29849#discussion_r1439665617
##########
sdks/python/apache_beam/typehints/schemas.py:
##########
@@ -343,14 +343,8 @@ def typing_to_runner_api(self, type_: type) ->
schema_pb2.FieldType:
argument = None
if logical_type.argument_type() is not None:
argument_type = self.typing_to_runner_api(logical_type.argument_type())
- try:
- argument = self.value_to_runner_api(
- argument_type, logical_type.argument())
- except ValueError:
Review Comment:
cc : @Abacn to see if he has any insights
--
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]