Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A232817657 for ; Thu, 11 Jun 2015 23:42:00 +0000 (UTC) Received: (qmail 17326 invoked by uid 500); 11 Jun 2015 23:42:00 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 17298 invoked by uid 500); 11 Jun 2015 23:42:00 -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 17281 invoked by uid 99); 11 Jun 2015 23:42:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2015 23:42:00 +0000 Date: Thu, 11 Jun 2015 23:42:00 +0000 (UTC) From: "Venki Korukanti (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-3273) Hive function 'concat_ws' not working from drill MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-3273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venki Korukanti updated DRILL-3273: ----------------------------------- Attachment: DRILL-3273-2.patch Updated patch to handle nulls in ObjectInspector implementations for nullable Drill types. > Hive function 'concat_ws' not working from drill > ------------------------------------------------ > > Key: DRILL-3273 > URL: https://issues.apache.org/jira/browse/DRILL-3273 > Project: Apache Drill > Issue Type: Bug > Components: Functions - Hive > Reporter: Rahul Challapalli > Assignee: Venki Korukanti > Attachments: DRILL-3273-1.patch, DRILL-3273-2.patch, error.log > > > git.commit.id.abbrev=5f26b8b > The below query from drill fails. It works from hive. > {code} > 0: jdbc:drill:schema=dfs_eea> select concat_ws(varchar_col, interval_col, '|') from hive.crosssources.fewtypes_null_hive; > Error: SYSTEM ERROR: java.lang.RuntimeException: GenericUDF.evaluate method failed > Fragment 0:0 > [Error Id: 2d318049-26c9-4903-a7d5-78fa61aee70c on qa-node190.qa.lab:31010] (state=,code=0) > {code} > I attached the error log from drill. Let me know if you need anything. -- This message was sent by Atlassian JIRA (v6.3.4#6332)