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 6726519EBC for ; Tue, 26 Apr 2016 02:07:13 +0000 (UTC) Received: (qmail 26423 invoked by uid 500); 26 Apr 2016 02:07:12 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 26347 invoked by uid 500); 26 Apr 2016 02:07:12 -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 26332 invoked by uid 99); 26 Apr 2016 02:07:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2016 02:07:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C6A142C1F54 for ; Tue, 26 Apr 2016 02:07:12 +0000 (UTC) Date: Tue, 26 Apr 2016 02:07:12 +0000 (UTC) From: "Jason Dere (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-13609) Fix UDTFs to allow local fetch task to fetch rows forwarded by GenericUDTF.close() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jason Dere created HIVE-13609: --------------------------------- Summary: Fix UDTFs to allow local fetch task to fetch rows forwarded by GenericUDTF.close() Key: HIVE-13609 URL: https://issues.apache.org/jira/browse/HIVE-13609 Project: Hive Issue Type: Bug Reporter: Jason Dere Assignee: Jason Dere >From [~ashutoshc]'s comments in HIVE-13586, attempt to fix whatever is causing the local fetch task to not get the rows forwarded by UDTF close(). -- This message was sent by Atlassian JIRA (v6.3.4#6332)