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 9CDAB200B41 for ; Thu, 23 Jun 2016 00:36:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9B8A5160A64; Wed, 22 Jun 2016 22:36:37 +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 DBB1D160A36 for ; Thu, 23 Jun 2016 00:36:36 +0200 (CEST) Received: (qmail 55672 invoked by uid 500); 22 Jun 2016 22:36:36 -0000 Mailing-List: contact dev-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 dev@drill.apache.org Received: (qmail 55660 invoked by uid 99); 22 Jun 2016 22:36:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2016 22:36:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8E346DFEDA; Wed, 22 Jun 2016 22:36:35 +0000 (UTC) From: jinfengni To: dev@drill.apache.org Reply-To: dev@drill.apache.org References: In-Reply-To: Subject: [GitHub] drill pull request #521: DRILL-4715: Fix java compilation error in run-time ... Content-Type: text/plain Message-Id: <20160622223635.8E346DFEDA@git1-us-west.apache.org> Date: Wed, 22 Jun 2016 22:36:35 +0000 (UTC) archived-at: Wed, 22 Jun 2016 22:36:37 -0000 Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/521#discussion_r68148042 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/FunctionImplementationRegistry.java --- @@ -186,4 +186,9 @@ public boolean isFunctionComplexOutput(String name) { } return false; } + + public OptionManager getOptionManager() { --- End diff -- Removed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---