I've gone ahead and created a ticket in Jira. This makes it easier to track on my side, and it can always be rejected.
https://issues.apache.org/jira/browse/PHOENIX-1271 On Mon, Sep 22, 2014 at 2:53 PM, Karel Vervaeke <[email protected]> wrote: > Hi. > > Currently connection.getColumns() returns all columns for multi-tenant > tables. > Given a tenant-specific connection, wouldn't it makemore sense if > connection.getColumns() did not return the first PK column? > This way the returned columns from connection.getColumns() matches the > columns you get when doing a select *. > > I think the current approach is not exactly wrong/forbidden (although I > must admit to not having read the complete specs), but it might make more > sense. > > Regards, > Karel >
