RustedBones opened a new pull request, #33221:
URL: https://github.com/apache/beam/pull/33221

   Fix #33197
   
   Add missing `avro -> BQ` conversions:
   - `float` -> `INTEGER`
   - `time-millis` -> `TIME`
   - `timestamp-millis` -> `TIMESTAMP`
   - `local-timestamp-millis` -> `DATETIME`
   - `local-timestamp-micros` -> `DATETIME`
   - `enum` -> `STRING`
   - `fixed` -> `BYTES`
   - `map` -> `RECORD` key/value
   
   Reworked `BigQueryAvroUtilsTest` to test conversions in isolation.
   
   Ideally `BigQueryAvroUtils` should also provide a schema converter 
`avro.Schema -> TableSchema` to facilitate write of avro model to BQ


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