Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQueryStorageReader should produce Rows, rather than GenericRecords #21076

Open
damccorm opened this issue Jun 4, 2022 · 0 comments
Open

Comments

@damccorm
Copy link
Contributor

damccorm commented Jun 4, 2022

Currently BigQueryStorageReader interface expects a GenericRecord to be returned in the readSingleRecord method for both Arrow and Avro implementations. It should be modified to produce a Row to avoid converting Arrow data to GenericRecord.

Imported from Jira BEAM-12551. Original Jira may contain additional context.
Reported by: miguel.anzo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant