Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/669#discussion_r89848425
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/DropFunctionHandler.java
---
@@ -143,7 +143,7 @@ private Jar unregister(String jarName,
RemoteFunctionRegistry remoteFunctionRegi
if (retryAttempts-- == 0) {
throw new DrillRuntimeException("Failed to update remote
function registry. Exceeded retry attempts limit.");
}
- unregister(jarName, remoteFunctionRegistry, retryAttempts);
+ return unregister(jarName, remoteFunctionRegistry, retryAttempts);
--- End diff --
Comments from registration process apply here as well.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---