[
https://issues.apache.org/jira/browse/PHOENIX-4513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16874456#comment-16874456
]
Hudson commented on PHOENIX-4513:
---------------------------------
SUCCESS: Integrated in Jenkins build Phoenix-4.x-HBase-1.5 #64 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.5/64/])
PHOENIX-4513 Fix the recursive call in (larsh: rev
dee17c4473322b7484682f47e7836fecaab6416e)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixStatement.java
> 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
> Assignee: Chia-Ping Tsai
> Priority: Major
> Fix For: 4.15.0, 5.1.0
>
> Attachments: PHOENIX-4513.v0.patch
>
>
> {code}
> @Override
> public Operation getOperation() {
> return this.getOperation();
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)