sjwiesman commented on a change in pull request #11854:
URL: https://github.com/apache/flink/pull/11854#discussion_r415821336



##########
File path: 
flink-libraries/flink-state-processing-api/src/main/java/org/apache/flink/state/api/runtime/SavepointEnvironment.java
##########
@@ -198,6 +199,11 @@ public GlobalAggregateManager getGlobalAggregateManager() {
                throw new UnsupportedOperationException(ERROR_MSG);
        }
 
+       @Override
+       public Map<String, ExternalResourceDriver> getExternalResourceDrivers() 
{
+               return Collections.emptyMap();
+       }

Review comment:
       +1 for the empty map




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to