Abacn commented on code in PR #34603: URL: https://github.com/apache/beam/pull/34603#discussion_r2040364830
########## sdks/python/apache_beam/io/avroio.py: ########## @@ -163,6 +163,8 @@ def __init__( super().__init__() self._source = _FastAvroSource( file_pattern, min_bundle_size, validate=validate) + # Disable fastavro's automatic logical type conversion + fastavro.read.LOGICAL_READERS.clear() Review Comment: Yeah agree, a generic suggestion is to avoid breaking change to users. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org