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

Allow lazy init when dynamic UDF support is disabled

    XMLWordPrintableJSON

Details

    Description

      Steps in 2 nodes cluster:

      In 1st node:
      1. Register jar
      2. Run function (success)
      3. Disable dynamic UDF support
      4. Run function again (success)

      In 2nd node:
      5. Try to run function (failed).

      In 1st node the function was initialized before disabling dynamic UDF support. But in 2nd node the function was not initialized. So It seems we need to allow lazy initialization when dynamic UDF support is disabled.

      Attachments

        Issue Links

          Activity

            People

              arina Arina Ielchiieva
              RomanKulyk Roman Kulyk
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: