-
Notifications
You must be signed in to change notification settings - Fork 1.1k
null returned when calling field.getMode() #3509
Copy link
Copy link
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Hello,
when calling
field.getMode()in the com.google.cloud.bigquery.Field, I got null returned when I creating field bywhich only set the name and type, do you think this should set the default mode of
nullablewhen not specified a mode