You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2014/10/20 02:59:33 UTC

[jira] [Created] (PHOENIX-1366) ORDINAL_POSITION incorrect for multi-tenant table over tenant-specific connection

James Taylor created PHOENIX-1366:
-------------------------------------

             Summary: ORDINAL_POSITION incorrect for multi-tenant table over tenant-specific connection
                 Key: PHOENIX-1366
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1366
             Project: Phoenix
          Issue Type: Bug
            Reporter: James Taylor


We strip out the tenant ID column from our connection.getMetaData().getColumns() call for a multi-tenant table over a tenant-specific connection as of PHOENIX-1271. However, in doing so, we should adjust down the ORDINAL_POSITION by one for every column *after* the tenant ID column.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)