Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-2913

Directory explorer UDFs causing warnings from failed janino compilation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • Future
    • Functions - Drill
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jaltekruse Jason Altekruse
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: