[
https://issues.apache.org/jira/browse/PHOENIX-3822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16023460#comment-16023460
]
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/12869706/PHOENIX-3822_v5.patch
against master branch at commit 2398f78441256ccfcb2b9e114486e91769510ff8.
ATTACHMENT ID: 12869706
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 9 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:
+ estimatedBytes = (Long)
rs.getObject(PhoenixRuntime.EXPLAIN_PLAN_ESTIMATED_BYTES_READ_COLUMN);
+ estimatedRows = (Long)
rs.getObject(PhoenixRuntime.EXPLAIN_PLAN_ESTIMATED_ROWS_READ_COLUMN);
+ * @return estimated number of rows that will be scanned when this
statement plan is been executed.
+ * @return estimated number of bytes that will be scanned when this
statement plan is been executed.
+ ParallelIteratorFactory parallelIteratorFactory, GroupBy groupBy,
Expression having) throws SQLException {
+ ExplainPlan exp = plan instanceof BaseQueryPlan ? new
ExplainPlan(getPlanSteps(plan.iterator())) : plan.getExplainPlan();
+ QueryPlan plan, HashJoinInfo joinInfo, SubPlan[] subPlans, boolean
recompileWhereClause, List<SQLCloseable> dependencies) throws SQLException {
+ Integer limit, Integer offset, OrderBy orderBy,
ParallelIteratorFactory parallelIteratorFactory) throws SQLException {
+ Integer limit, Integer offset, OrderBy orderBy,
ParallelIteratorFactory parallelIteratorFactory) throws SQLException {
+ Pair<Long, Long> estimate =
getEstimateOfDataSizeToScanIfWithinThreshold(context, table.getTable(),
perScanLimit);
{color:red}-1 core tests{color}. The patch failed these unit tests:
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/899//testReport/
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/899//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/899//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, PHOENIX-3822_v2.patch,
> PHOENIX-3822_v3.patch, PHOENIX-3822_v4.patch, PHOENIX-3822_v5.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)