satybald commented on pull request #15185: URL: https://github.com/apache/beam/pull/15185#issuecomment-892214935
> @satybald it also looks like you're using `fastavro` with the export-based source, which isn't implemented for the storage API source yet. Out of curiosity, how fast is your **v1** pipeline if you don't specify `use_fastavro` as an experiment? Yes, the pipeline that I am running is using `fast_avro` library with export-based source. However, I didn't specify `use_avro` experiment flag. The SDK automatically set this flag on. > how fast is your **v1** pipeline if you don't specify `use_fastavro` as an experiment? Sorry for confusion, I believe you mean **v3** the one with export-based source. To my knowledge, there's no option to turn off `fast_avro` usage as it's hard-coded for export based source i.e. [_CustomBigQuerySource](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/gcp/bigquery.py#L765) -- 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]
