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

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

Closed
dark0dave opened this issue Mar 25, 2022 · 0 comments · Fixed by #1588
Closed

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

dark0dave opened this issue Mar 25, 2022 · 0 comments · Fixed by #1588
Assignees
Labels
api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@dark0dave
Copy link
Contributor

dark0dave commented Mar 25, 2022

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.

@product-auto-label product-auto-label bot added the api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. label Mar 25, 2022
@meredithslota meredithslota added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Mar 25, 2022
@dark0dave dark0dave changed the title Parse String to Ints Parse String to Ints, Longs, Floats, Bools Mar 28, 2022
@stephaniewang526 stephaniewang526 self-assigned this Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants