[
https://issues.apache.org/jira/browse/PHOENIX-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Viraj Jasani updated PHOENIX-6419:
----------------------------------
Fix Version/s: (was: 4.16.1)
4.16.2
> 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
> Fix For: 4.17.0, 5.2.0, 5.1.2, 4.16.2
>
>
> 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)