You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2018/01/03 07:45:00 UTC

[jira] [Commented] (PHOENIX-4513) Fix the recursive call in ExecutableExplainStatement##getOperation

    [ https://issues.apache.org/jira/browse/PHOENIX-4513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16309250#comment-16309250 ] 

Chia-Ping Tsai commented on PHOENIX-4513:
-----------------------------------------

I have no permission to attach the patch. :(

> 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
>
>
> {code}
> @Override
> public Operation getOperation() {
>   return this.getOperation();
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)