[
https://issues.apache.org/jira/browse/PHOENIX-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14176516#comment-14176516
]
Hudson commented on PHOENIX-1271:
---------------------------------
SUCCESS: Integrated in Phoenix | 3.0 | Hadoop1 #270 (See
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/270/])
PHOENIX-1271 hide tenant column in tenant-specific (jtaylor: rev
f6293be618cddf4e2b7fb5469e801b88427b46c1)
*
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixDatabaseMetaData.java
*
phoenix-core/src/it/java/org/apache/phoenix/end2end/TenantSpecificTablesDDLIT.java
> Column metadata doesn't hide tenant column on tenant-specific connections.
> --------------------------------------------------------------------------
>
> Key: PHOENIX-1271
> URL: https://issues.apache.org/jira/browse/PHOENIX-1271
> Project: Phoenix
> Issue Type: Bug
> Reporter: Karel Vervaeke
> Fix For: 5.0.0, 4.2, 3.2
>
> Attachments: PHOENIX-1271.patch, PHOENIX-1271.patch,
> TenantColumnFilteringResultSet.java
>
>
> connection.getMetaData().getColumns(...) always returns all columns.
> For multi-tenant tables it would make more sense if the first PK (the
> tenant-id column) would be excluded. If we do this the number of columns
> returned would match the number of columns you get when executing a "select
> *" query.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)