You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2015/04/30 01:58:06 UTC

[jira] [Created] (DRILL-2913) Directory explorer UDFs causing warnings from failed janino compilation

Jason Altekruse created DRILL-2913:
--------------------------------------

             Summary: 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


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)