You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/19 09:01:00 UTC

[jira] [Commented] (PHOENIX-6419) Unused getResolverForQuery() in QueryCompiler.verifySCN()

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

ASF GitHub Bot commented on PHOENIX-6419:
-----------------------------------------

stoty opened a new pull request #1173:
URL: https://github.com/apache/phoenix/pull/1173


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Unused getResolverForQuery() in QueryCompiler.verifySCN()
> ---------------------------------------------------------
>
>                 Key: PHOENIX-6419
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6419
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 5.1.0, 4.16.0
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Trivial
>
> in org.apache.phoenix.compile.QueryCompiler.verifySCN()
> we create a resolver that we don't use.
> {code:java}
>         ColumnResolver resolver =
>             FromCompiler.getResolverForQuery(select, conn);
> {code}
> AFAICT this has no side effects that we need, and should be removed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)