-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.Issues related to the googleapis/java-bigquerystorage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Is your feature request related to a problem? Please describe.
Currently only JsonStreamWriter with JSONArray/JSONObject can be used
We have data in Avro GenericRecord format
Describe the solution you'd like
Avro GenericRecord StreamWriter implementation
Describe alternatives you've considered
Any alternative solutions or features you've considered.
Additional context
- WIP Pull Request - feat: Add writer for Avro GenericRecord #2663
- GenericRecord has quite similar structure as JSONObject so quite a lot of code can be shared/reused
Metadata
Metadata
Assignees
Labels
api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.Issues related to the googleapis/java-bigquerystorage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.