Re: query cell timestamp and tag

2019-04-11 Thread Thomas D'Silva
We have an open JIRA PHOENIX-4552 which has some details on the work involved. Currently there cell tags cannot be queried using Phoenix. On Thu, Apr 11, 2019 at 11:41 AM Jimmy Xiang wrote: > I have an existing HBase table. The cell timestamp

query cell timestamp and tag

2019-04-11 Thread Jimmy Xiang
I have an existing HBase table. The cell timestamp is not in the row key. I'd like to make the timestamp a Phoenix table column and query it via Phoenix. I noticed that the documentation says row_timestamp column must be one of the primary key columns. Is it possible to patch Phoenix to lift this