Parse String to Ints, Longs, Floats, Bools #1586
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.
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.
The text was updated successfully, but these errors were encountered: