Skip to content

Commit

Permalink
Merge pull request #1923 from cdapio/build-fix-cherrypick
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 9d40962 + 0ab38a3 commit 1682e0c
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 1682e0c

Please sign in to comment.