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 6160F2009DC for ; Tue, 2 May 2017 15:02:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5CE7D160BAC; Tue, 2 May 2017 13:02:08 +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 A345C160BA1 for ; Tue, 2 May 2017 15:02:07 +0200 (CEST) Received: (qmail 77300 invoked by uid 500); 2 May 2017 13:02:06 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 77289 invoked by uid 99); 2 May 2017 13:02:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2017 13:02:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5DEFE192B8E for ; Tue, 2 May 2017 13:02:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id wXX518-v5tA5 for ; Tue, 2 May 2017 13:02:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D71765FC4A for ; Tue, 2 May 2017 13:02:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 557C2E030E for ; Tue, 2 May 2017 13:02:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 170A921D90 for ; Tue, 2 May 2017 13:02:04 +0000 (UTC) Date: Tue, 2 May 2017 13:02:04 +0000 (UTC) From: "Hadoop QA (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-3822) Surface byte and row estimates in a machine readable way when doing EXPLAIN PLAN MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 May 2017 13:02:08 -0000 [ https://issues.apache.org/jira/browse/PHOENIX-3822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15992847#comment-15992847 ] Hadoop QA commented on PHOENIX-3822: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12865961/PHOENIX-3822.patch against master branch at commit 5b099014446865c12779f3882fd8b407496717ea. ATTACHMENT ID: 12865961 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 7 new or modified tests. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:red}-1 javadoc{color}. The javadoc tool appears to have generated 47 warning messages. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:red}-1 lineLengths{color}. The patch introduces the following lines longer than 100: + return new HashJoinPlan(statement, plan, joinInfo, subPlans, joinInfo == null, Collections.emptyList(), 0l, 0l); + return new HashJoinPlan(statement, hashJoinPlan.delegate, joinInfo, mergedSubPlans, true, hashJoinPlan.dependencies, estBytes, estRows); + QueryPlan plan, HashJoinInfo joinInfo, SubPlan[] subPlans, boolean recompileWhereClause, List dependencies, Long estBytes, Long estRows) { + PNameFactory.newName(EXPLAIN_PLAN_BYTES_COLUMN_NAME), PNameFactory.newName(EXPLAIN_PLAN_FAMILY), PLong.INSTANCE, null, null, false, 1, + SortOrder.getDefault(), 0, null, false, null, false, false, Bytes.toBytes(EXPLAIN_PLAN_BYTES_COLUMN_NAME)); + PNameFactory.newName(EXPLAIN_PLAN_ROWS_COLUMN_NAME), PNameFactory.newName(EXPLAIN_PLAN_FAMILY), PLong.INSTANCE, null, null, false, 2, + SortOrder.getDefault(), 0, null, false, null, false, false, Bytes.toBytes(EXPLAIN_PLAN_ROWS_COLUMN_NAME)); + new ExpressionProjector(EXPLAIN_PLAN_ALIAS, EXPLAIN_PLAN_TABLE_NAME, new RowKeyColumnExpression( + EXPLAIN_PLAN_BYTES_COLUMN_ALIAS, EXPLAIN_PLAN_TABLE_NAME, new KeyValueColumnExpression( + EXPLAIN_PLAN_ROWS_COLUMN_ALIAS, EXPLAIN_PLAN_TABLE_NAME, new KeyValueColumnExpression( {color:red}-1 core tests{color}. The patch failed these unit tests: Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/841//testReport/ Javadoc warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/841//artifact/patchprocess/patchJavadocWarnings.txt Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/841//console This message is automatically generated. > Surface byte and row estimates in a machine readable way when doing EXPLAIN PLAN > -------------------------------------------------------------------------------- > > Key: PHOENIX-3822 > URL: https://issues.apache.org/jira/browse/PHOENIX-3822 > Project: Phoenix > Issue Type: Improvement > Reporter: Samarth Jain > Assignee: Samarth Jain > Attachments: PHOENIX-3822.patch > > -- This message was sent by Atlassian JIRA (v6.3.15#6346)