jrmccluskey commented on code in PR #29666:
URL: https://github.com/apache/beam/pull/29666#discussion_r1419473601
##########
sdks/python/apache_beam/yaml/yaml_io.py:
##########
@@ -152,10 +152,11 @@ def _create_parser(
elif format == 'avro':
beam_schema = avroio.avro_schema_to_beam_schema(schema)
covert_to_row = avroio.avro_dict_to_beam_row(schema, beam_schema)
+ # pylint: disable=line-too-long
Review Comment:
I'm not sure that would actually ignore the check on the appropriate line
with the split, I'm inclined to leave this as-is since it's _ideally_ a
temporary change
--
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]