[ https://issues.apache.org/jira/browse/PHOENIX-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Istvan Toth updated PHOENIX-6365: --------------------------------- Release Note: Phoenix now follows the SQL standard when handling table aliases (correlation names). The aliased tables can no longer be referenced by their unaliased name. I.e. queries like "select t.c from t as a" will no longer be accepted, and have to be rewritten as "select a.c from t as a" > Bogus AmbiguousTableException in query with aliases on local indexed tables > --------------------------------------------------------------------------- > > Key: PHOENIX-6365 > URL: https://issues.apache.org/jira/browse/PHOENIX-6365 > Project: Phoenix > Issue Type: Task > Components: core > Affects Versions: 5.1.0, 4.16.0 > Reporter: Istvan Toth > Assignee: Istvan Toth > Priority: Major > > Certain queries with aliases on tbales with local indexes throw > AmbiguousTableException -- This message was sent by Atlassian Jira (v8.3.4#803005)