You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Chinmay Kulkarni (Jira)" <ji...@apache.org> on 2019/12/21 00:56:07 UTC

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

     [ https://issues.apache.org/jira/browse/PHOENIX-4513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chinmay Kulkarni closed PHOENIX-4513.
-------------------------------------

Bulk closing Jiras for the 4.15.0 release.

> 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
(v8.3.4#803005)