[
https://issues.apache.org/jira/browse/PHOENIX-5628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013944#comment-17013944
]
Hudson commented on PHOENIX-5628:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #644 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/644/])
PHOENIX-5628 Phoenix Function to Return HBase Row Key of Column Cell (abhishek:
rev 1b5b5eedaafacc355e05a5995d9292be6569892e)
* (add)
phoenix-core/src/main/java/org/apache/phoenix/expression/function/RowKeyBytesStringFunction.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/expression/ExpressionType.java
* (add)
phoenix-core/src/it/java/org/apache/phoenix/end2end/RowKeyBytesStringFunctionIT.java
> 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
> Fix For: 5.1.0, 4.16.0
>
> Attachments: PHOENIX-5628-4.x-HBase-1.5.patch,
> PHOENIX-5628-master.001.patch, PHOENIX-5628-master.001.patch,
> 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)