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

Parse String to Ints, Longs, Floats, Bools #1586

@dark0dave

Description

@dark0dave

Describe the solution you'd like
If the schema contains an int32/int64/double/float/bool but the value type is a string. The library should be able to deal with that.

Additional context
data = {"l": "2","f":"2.2","b":"true"}
and the schema is l is Long, f is Double, b is bool, then the library should convert.

Metadata

Metadata

Labels

api: bigquerystorageIssues related to the googleapis/java-bigquerystorage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions