[
https://issues.apache.org/jira/browse/DRILL-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Nadeau updated DRILL-2913:
----------------------------------
Fix Version/s: 1.2.0
> Directory explorer UDFs causing warnings from failed janino compilation
> -----------------------------------------------------------------------
>
> Key: DRILL-2913
> URL: https://issues.apache.org/jira/browse/DRILL-2913
> Project: Apache Drill
> Issue Type: Bug
> Components: Functions - Drill
> Reporter: Jason Altekruse
> Assignee: Jason Altekruse
> Fix For: 1.2.0
>
>
> The functions added in DRILL-2173 never need to be compiled using janino
> because they are never used during the regular java code generation based
> evaluation, they are only useful if they can be folded at planning time to
> allow pruning partitions dynamically. As they are being registered in Drill
> they are currently causing warnings as they are using generics which jainino
> does not support. They need to be modified to remove the generics or forced
> to use the JDK compiler upon registration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)