issues
search
einride
/
protobuf-bigquery-go
Seamlessly save and load protocol buffers to and from BigQuery using Go.
https://pkg.go.dev/go.einride.tech/protobuf-bigquery
MIT License
49
stars
7
forks
source link
fix #368: respect synthetic oneof in marshaller
#369
Open
ubunatic
opened
9 months ago
ubunatic
commented
9 months ago
fixes #368
skips marshalling of synthetic oneof fields when
UseOneofFields
is
true
this makes it process these fields in the same way as they are processed by
InferSchema
UseOneofFields
istrue
InferSchema