Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 34A21200B61 for ; Tue, 9 Aug 2016 19:07:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 32230160AB0; Tue, 9 Aug 2016 17:07:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 79570160A6B for ; Tue, 9 Aug 2016 19:07:23 +0200 (CEST) Received: (qmail 37241 invoked by uid 500); 9 Aug 2016 17:07:22 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 37232 invoked by uid 99); 9 Aug 2016 17:07:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2016 17:07:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1A58B2C02A4 for ; Tue, 9 Aug 2016 17:07:22 +0000 (UTC) Date: Tue, 9 Aug 2016 17:07:22 +0000 (UTC) From: "Hive QA (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-13936) Add streaming support for row_number MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 09 Aug 2016 17:07:24 -0000 [ https://issues.apache.org/jira/browse/HIVE-13936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15413856#comment-15413856 ] Hive QA commented on HIVE-13936: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12822810/HIVE-13936.1.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 10441 tests executed *Failed tests:* {noformat} TestMsgBusConnection - did not produce a TEST-*.xml file TestQueryLifeTimeHook - did not produce a TEST-*.xml file org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver_orc_llap_counters org.apache.hive.jdbc.TestJdbcWithMiniHS2.testAddJarConstructorUnCaching {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/830/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/830/console Test logs: http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-830/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 4 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12822810 - PreCommit-HIVE-MASTER-Build > Add streaming support for row_number > ------------------------------------ > > Key: HIVE-13936 > URL: https://issues.apache.org/jira/browse/HIVE-13936 > Project: Hive > Issue Type: Bug > Components: Query Processor > Reporter: Johndee Burks > Assignee: Yongzhi Chen > Attachments: HIVE-13936.1.patch > > > Without this support row_number will cause heap issues in reducers. Example query below against 10 million records will cause failure. > {code} > select a, row_number() over (partition by a order by a desc) as row_num from j100mil; > {code} > Same issue different function in JIRA HIVE-7062 -- This message was sent by Atlassian JIRA (v6.3.4#6332)