Skip to content

Commit

Permalink
Merge pull request #1922 from cdapio/build-fix
Browse files Browse the repository at this point in the history
fix parent class method definition
  • Loading branch information
itsankit-google authored Jan 27, 2025
2 parents 8ef7236 + aeb1c2d commit 6fe73db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ protected String getErrorDetailsProviderClassName() {
return null;
}

protected ValidatingOutputFormat getOutputFormatForRun(BatchSinkContext context) {
protected ValidatingOutputFormat getOutputFormatForRun(BatchSinkContext context)
throws InstantiationException {
FailureCollector collector = context.getFailureCollector();
String fileFormat = config.getFormatName();
try {
Expand Down

0 comments on commit 6fe73db

Please sign in to comment.