Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/574#discussion_r77402584
--- 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
+ */
--- End diff --
Are these only for dynamic UDFs? Do we have settings for (non-dynamic)
UDFs? If so, should we have
drill.exec.udf
prop1
dynamic
prop1
prop2
---
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.
---