You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Abhishek Singh Chouhan (Jira)" <ji...@apache.org> on 2020/01/10 18:20:01 UTC

[jira] [Updated] (PHOENIX-5628) Phoenix Function to Return HBase Row Key of Column Cell

     [ https://issues.apache.org/jira/browse/PHOENIX-5628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abhishek Singh Chouhan updated PHOENIX-5628:
--------------------------------------------
    Attachment: PHOENIX-5628-master.patch

> Phoenix Function to Return HBase Row Key of Column Cell
> -------------------------------------------------------
>
>                 Key: PHOENIX-5628
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5628
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: Geoffrey Jacoby
>            Assignee: Abhishek Singh Chouhan
>            Priority: Major
>         Attachments: PHOENIX-5628-master.patch
>
>
> It's occasionally useful when diagnosing an issue with Phoenix to be able to easily look up the byte array of a row key that corresponds to a cell with a Phoenix query. This can then be looked up in the HBase shell. 
> For example:
> SELECT ROWKEY_BYTES(Column1) FROM Table1 WHERE Column1 = 'SomeValue'



--
This message was sent by Atlassian Jira
(v8.3.4#803005)