riteshghorse commented on code in PR #28855:
URL: https://github.com/apache/beam/pull/28855#discussion_r1348961951


##########
sdks/python/apache_beam/io/avroio.py:
##########
@@ -338,12 +351,15 @@ def split_points_unclaimed(stop_position):
           yield record
 
 
+_create_avro_source = _FastAvroSource

Review Comment:
   I guess this is for not breaking imports in other files. Looks like it is 
referenced in these two files: bigquery.py and bigquery_read_internal.py. So we 
may able to get rid of it. Not blocking though!



-- 
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]

Reply via email to