Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 85720ac

Browse files
committed
fix NPE
1 parent f8172e8 commit 85720ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ private Builder(com.google.api.services.bigquery.model.JobConfiguration configur
219219
this.nullMarker = loadConfigurationPb.getNullMarker();
220220
}
221221
if (loadConfigurationPb.getAllowJaggedRows() != null
222+
|| loadConfigurationPb.getPreserveAsciiControlCharacters() != null
222223
|| loadConfigurationPb.getAllowQuotedNewlines() != null
223224
|| loadConfigurationPb.getEncoding() != null
224225
|| loadConfigurationPb.getFieldDelimiter() != null

0 commit comments

Comments
 (0)