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 8A2641089C for ; Thu, 25 Jul 2013 08:01:56 +0000 (UTC) Received: (qmail 21763 invoked by uid 500); 25 Jul 2013 08:01:55 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 21629 invoked by uid 500); 25 Jul 2013 08:01:54 -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 21617 invoked by uid 500); 25 Jul 2013 08:01:54 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 21612 invoked by uid 99); 25 Jul 2013 08:01:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jul 2013 08:01:54 +0000 Date: Thu, 25 Jul 2013 08:01:54 +0000 (UTC) From: "Phabricator (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4932) PTFOperator fails resetting PTFPersistence 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-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-4932: ------------------------------ Attachment: HIVE-4932.D11823.1.patch navis requested code review of "HIVE-4932 [jira] PTFOperator fails resetting PTFPersistence". Reviewers: JIRA HIVE-4932 PTFOperator fails resetting PTFPersistence >From mailing list http://www.mail-archive.com/user@hive.apache.org/msg08811.html, PTFOperator fails with stack trace like this. Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Reset on PersistentByteBasedList not supported at org.apache.hadoop.hive.ql.exec.PTFPersistence$PersistentByteBasedList.reset(PTFPersistence.java:895) at org.apache.hadoop.hive.ql.exec.PTFPersistence$PartitionedByteBasedList.reset(PTFPersistence.java:456) at org.apache.hadoop.hive.ql.exec.PTFPartition.reset(PTFPartition.java:67) at org.apache.hadoop.hive.ql.exec.PTFOperator.processOp(PTFOperator.java:132) at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:504) at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:848) at org.apache.hadoop.hive.ql.exec.ExtractOperator.processOp(ExtractOperator.java:45) at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:504) at org.apache.hadoop.hive.ql.exec.mr.ExecReducer.reduce(ExecReducer.java:249) ... 7 more TEST PLAN EMPTY REVISION DETAIL https://reviews.facebook.net/D11823 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/exec/PTFPersistence.java ql/src/test/queries/clientpositive/ptf_reuse_memstore.q ql/src/test/results/clientpositive/ptf_reuse_memstore.q.out MANAGE HERALD RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/28077/ To: JIRA, navis > PTFOperator fails resetting PTFPersistence > ------------------------------------------ > > Key: HIVE-4932 > URL: https://issues.apache.org/jira/browse/HIVE-4932 > Project: Hive > Issue Type: Bug > Components: PTF-Windowing > Reporter: Navis > Assignee: Navis > Priority: Critical > Attachments: HIVE-4932.D11823.1.patch > > > From mailing list http://www.mail-archive.com/user@hive.apache.org/msg08811.html, > PTFOperator fails with stack trace like this. > {noformat} > Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Reset on PersistentByteBasedList not supported > at org.apache.hadoop.hive.ql.exec.PTFPersistence$PersistentByteBasedList.reset(PTFPersistence.java:895) > at org.apache.hadoop.hive.ql.exec.PTFPersistence$PartitionedByteBasedList.reset(PTFPersistence.java:456) > at org.apache.hadoop.hive.ql.exec.PTFPartition.reset(PTFPartition.java:67) > at org.apache.hadoop.hive.ql.exec.PTFOperator.processOp(PTFOperator.java:132) > at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:504) > at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:848) > at org.apache.hadoop.hive.ql.exec.ExtractOperator.processOp(ExtractOperator.java:45) > at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:504) > at org.apache.hadoop.hive.ql.exec.mr.ExecReducer.reduce(ExecReducer.java:249) > ... 7 more > {noformat} -- 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