Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/574#discussion_r77402402
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java ---
@@ -106,11 +105,19 @@
String RETURN_ERROR_FOR_FAILURE_IN_CANCELLED_FRAGMENTS =
"drill.exec.debug.return_error_for_failure_in_cancelled_fragments";
+ String CLIENT_SUPPORT_COMPLEX_TYPES =
"drill.client.supports-complex-types";
+ /**
+ * Configuration properties connected with dynamic UDFs support
+ */
+ String UDF_RETRY_TIMES = "drill.exec.udf.retry.times";
--- End diff --
Since retry is not a group, just use retry-times (or retry_times).
---
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.
---