Skip to content

Commit e67b4f3

Browse files
committed
chore: Remove default value
1 parent 65c9271 commit e67b4f3

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-bigquery/src/main/java/com/google/cloud/bigquery

1 file changed

+1
-1
lines changed

google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Field.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static final class Builder {
9090
private Long maxLength;
9191
private Long scale;
9292
private Long precision;
93-
private Long timestampPrecision = 6L; // Default to microsecond precision
93+
private Long timestampPrecision;
9494
private String defaultValueExpression;
9595
private String collation;
9696
private FieldElementType rangeElementType;

0 commit comments

Comments
 (0)