Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

IAvroRows serializedBinaryRows typedef is a Buffer but defined as (Uint8Array|string|null) #335

@kitsunde

Description

@kitsunde

Avro's Type.decode expects a Buffer and serializedBinaryRows is a Buffer, but it's defined as (Uint8Array|string|null) which shows up as a type issue.

Presumably either the typedef is missing, or serializedBinaryRows is wrong.

Metadata

Metadata

Assignees

Labels

api: bigquerystorageIssues related to the googleapis/nodejs-bigquery-storage API.priority: p3Desirable enhancement or fix. May not be included in next release.type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions