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 13F26F9D2 for ; Tue, 9 Apr 2013 19:10:18 +0000 (UTC) Received: (qmail 92869 invoked by uid 500); 9 Apr 2013 19:10:17 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 92796 invoked by uid 500); 9 Apr 2013 19:10:17 -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 92785 invoked by uid 500); 9 Apr 2013 19:10:17 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 92770 invoked by uid 99); 9 Apr 2013 19:10:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 19:10:17 +0000 Date: Tue, 9 Apr 2013 19:10:17 +0000 (UTC) From: "Phabricator (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4306) PTFDeserializer should reconstruct OIs based on InputOI passed to PTFOperator 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/HIVE-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-4306: ------------------------------ Attachment: HIVE-4306.D10017.2.patch hbutani updated the revision "HIVE-4306 [jira] PTFDeserializer should reconstruct OIs based on InputOI passed to PTFOperator". - update comments - Merge branch 'ptf' into HIVE-4306 - don't filter virtual cols; fix npath Reviewers: ashutoshc, JIRA REVISION DETAIL https://reviews.facebook.net/D10017 CHANGE SINCE LAST DIFF https://reviews.facebook.net/D10017?vs=31371&id=31533#toc AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/optimizer/ColumnPrunerProcFactory.java ql/src/java/org/apache/hadoop/hive/ql/parse/PTFTranslator.java ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java ql/src/java/org/apache/hadoop/hive/ql/plan/PTFDeserializer.java ql/src/java/org/apache/hadoop/hive/ql/udf/ptf/NPath.java ql/src/test/queries/clientpositive/auto_join26.q ql/src/test/results/clientpositive/ptf.q.out testutils/hadoop To: JIRA, ashutoshc, hbutani > PTFDeserializer should reconstruct OIs based on InputOI passed to PTFOperator > ----------------------------------------------------------------------------- > > Key: HIVE-4306 > URL: https://issues.apache.org/jira/browse/HIVE-4306 > Project: Hive > Issue Type: Improvement > Components: PTF-Windowing > Reporter: Harish Butani > Assignee: Prajakta Kalmegh > Attachments: HIVE-4306.2.patch.txt, HIVE-4306.D10017.1.patch, HIVE-4306.D10017.2.patch > > > Currently PTFDesc holds onto shape information that is used by the PTFDeserializer to reconstruct OIs during runtime. This could interfere with changes made to OIs during Optimization. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira