[ 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