Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7613E18991 for ; Wed, 5 Aug 2015 04:39:11 +0000 (UTC) Received: (qmail 39211 invoked by uid 500); 5 Aug 2015 04:39:04 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 39124 invoked by uid 500); 5 Aug 2015 04:39:04 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 39047 invoked by uid 99); 5 Aug 2015 04:39:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2015 04:39:04 +0000 Date: Wed, 5 Aug 2015 04:39:04 +0000 (UTC) From: "Gopal V (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-11462) GenericUDFStruct should constant fold at compile time MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gopal V created HIVE-11462: ------------------------------ Summary: GenericUDFStruct should constant fold at compile time Key: HIVE-11462 URL: https://issues.apache.org/jira/browse/HIVE-11462 Project: Hive Issue Type: Bug Components: UDF Affects Versions: 2.0.0 Reporter: Gopal V HIVE-11428 introduces a constant Struct Object, which is available for the runtime operators to assume as a constant parameter. This operator isn't constant folded during compilation since the UDF returns a complex type, which is logged as warning by the constant propogation layer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)