Skip to content

Commit

Permalink
fix parent class method definition
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankit-google committed Jan 27, 2025
1 parent 8ef7236 commit aeb1c2d
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 aeb1c2d

Please sign in to comment.