Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E9C69200BAD for ; Tue, 25 Oct 2016 19:01:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E6CF4160AFA; Tue, 25 Oct 2016 17:01:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 28AF1160AD8 for ; Tue, 25 Oct 2016 19:01:04 +0200 (CEST) Received: (qmail 89313 invoked by uid 500); 25 Oct 2016 17:01:03 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 89281 invoked by uid 99); 25 Oct 2016 17:01:03 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2016 17:01:03 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2A4432C2A66 for ; Tue, 25 Oct 2016 17:01:03 +0000 (UTC) Date: Tue, 25 Oct 2016 17:01:03 +0000 (UTC) From: "Roman (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-4962) Drill registers UDFs from packages which were not included in drill-module.conf MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 25 Oct 2016 17:01:05 -0000 Roman created DRILL-4962: ---------------------------- Summary: Drill registers UDFs from packages which were not included in drill-module.conf Key: DRILL-4962 URL: https://issues.apache.org/jira/browse/DRILL-4962 Project: Apache Drill Issue Type: Bug Components: Functions - Drill Affects Versions: 1.8.0 Reporter: Roman Priority: Minor Example of UDF structure: ... package.test ... package.test2 ... package.test3 If I add "package.test2" into the drill-module.conf I will see UDFs from this package after jar registering (as expected). But if I add "package.test" or "package.te" into the drill-module.conf I will see all UDFs from all packages (test, test2, test3) after jar registering. So it seems Drill has specific registration logic for UDFs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)