[
https://issues.apache.org/jira/browse/PHOENIX-4513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16310477#comment-16310477
]
Hadoop QA commented on PHOENIX-4513:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12904471/PHOENIX-4513.v0.patch
against master branch at commit 93306e9e28a0f13cbac87055c30fb9a781ae3345.
ATTACHMENT ID: 12904471
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 release audit{color}. The applied patch generated 1 release
audit warnings (more than the master's current 0 warnings).
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1701//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1701//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/1701//console
This message is automatically generated.
> Fix the recursive call in ExecutableExplainStatement#getOperation
> -----------------------------------------------------------------
>
> Key: PHOENIX-4513
> URL: https://issues.apache.org/jira/browse/PHOENIX-4513
> Project: Phoenix
> Issue Type: Bug
> Reporter: Chia-Ping Tsai
> Fix For: 4.13.0, 5.0.0
>
> Attachments: PHOENIX-4513.v0.patch
>
>
> {code}
> @Override
> public Operation getOperation() {
> return this.getOperation();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)