You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a BigQuery table with the following field (make sure the type=NUMERIC): Field{name=risk_level, type=NUMERIC, mode=null, description=null, policyTags=null, maxLength=null, scale=null, precision=null}
Use boilerplate code to set up JsonStreamWriter.
Call append with an object that has the field above and provide a double. For example: [{"risk_level":2.3}]
Steps to reproduce
Have a BigQuery table with the following field (make sure the
type=NUMERIC):Field{name=risk_level, type=NUMERIC, mode=null, description=null, policyTags=null, maxLength=null, scale=null, precision=null}Use boilerplate code to set up JsonStreamWriter.
Call append with an object that has the field above and provide a double. For example:
[{"risk_level":2.3}]Code example
Stack trace
getRowIndexToErrorMessage Result: