You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2019/06/26 05:23: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=16872923#comment-16872923 ] 

Lars Hofhansl commented on PHOENIX-4513:
----------------------------------------

Looks good. What are we waiting for with this one?

> 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
>
>         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)