ahmedabu98 commented on issue #23541:
URL: https://github.com/apache/beam/issues/23541#issuecomment-1275102783

   The `BigQueryAvroUtils.toGenericAvroSchema()` method used 
[here](https://github.com/apache/beam/blob/51bcda973cf5452ae6a11bbbc3224e328f458254/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQuerySourceBase.java#L240-L241)
 returns a null "type" value for the Numeric type: 
   ```
   
{"type":"record","name":"root","namespace":"org.apache.beam.sdk.io.gcp.bigquery","doc":"Translated
 Avro Schema for 
root","fields":[{"name":"numeric_field","type":["null","bytes"]}]}
   ```
   


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