Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jphalip authored Jun 29, 2024
1 parent c1ed407 commit 97af3d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public void configureOutputJobProperties(TableDesc tableDesc, Map<String, String
}

try {
createBigQueryTableIfDoesNotExist(jobDetails);
createBigQueryTableIfNotExist(jobDetails);
} catch (Exception e) {
throw new RuntimeException(e + ". The KMS key is: " + opts.getKmsKeyName());
}
Expand Down

0 comments on commit 97af3d5

Please sign in to comment.