mxm commented on a change in pull request #11279: [BEAM-9653] remove _AvroSource in favor of using _FastAvroSource URL: https://github.com/apache/beam/pull/11279#discussion_r401445445
########## File path: sdks/python/apache_beam/io/avroio.py ########## @@ -451,7 +404,6 @@ class _FastAvroSource(filebasedsource.FileBasedSource): common to all file-based sources such as file-pattern expansion and splitting into bundles for parallel processing. - TODO: remove ``_AvroSource`` in favor of using ``_FastAvroSource`` everywhere once it has been more widely tested Review comment: Perhaps @chamikaramj or @aaltay have an opinion on how mature the fast Avro IO is? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
