You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2021/03/18 15:14:00 UTC

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

Istvan Toth created PHOENIX-6419:
------------------------------------

             Summary: 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: 4.16.0, 5.1.0
            Reporter: Istvan Toth


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)