m-trieu commented on code in PR #34222: URL: https://github.com/apache/beam/pull/34222#discussion_r2014557616
########## sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java: ########## @@ -962,13 +962,17 @@ static class InsertBatchofRowsCallable implements Callable<List<InsertErrors>> { private final TableReference ref; private final Boolean skipInvalidRows; - private final Boolean ignoreUnkownValues; + private final Boolean ignoreUnknownValues; Review Comment: Can this be the primitive `boolean` type? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org