tvalentyn commented on a change in pull request #12638:
URL: https://github.com/apache/beam/pull/12638#discussion_r486660991



##########
File path: sdks/python/apache_beam/io/avroio.py
##########
@@ -90,7 +78,7 @@ def __init__(
       file_pattern=None,
       min_bundle_size=0,
       validate=True,
-      use_fastavro=_use_fastavro()):
+      use_fastavro=True):

Review comment:
       It's possible to force FastAvro -> Avro, although we currently have 
avro==1.8.2 on Dataflow workers, which is outdated and may have Py3 bugs. It's 
unclear if it's safe to update.
   There is a comment: 
   
       # Do not upgrade avro library to 1.9.0 until
       # https://issues.apache.org/jira/browse/AVRO-2429 has been
       # resolved (see http://b/133317612 for more context)




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to