We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c9271 commit e67b4f3Copy full SHA for e67b4f3
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Field.java
@@ -90,7 +90,7 @@ public static final class Builder {
90
private Long maxLength;
91
private Long scale;
92
private Long precision;
93
- private Long timestampPrecision = 6L; // Default to microsecond precision
+ private Long timestampPrecision;
94
private String defaultValueExpression;
95
private String collation;
96
private FieldElementType rangeElementType;
0 commit comments