[
https://issues.apache.org/jira/browse/PHOENIX-5629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17082844#comment-17082844
]
Hudson commented on PHOENIX-5629:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #3746 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/3746/])
PHOENIX-5629 Phoenix Function to Return HBase row timestamp (yanxinyi: rev
ed0ca183fe6e54aa83ad826e4cf3e77267a0b306)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/expression/ExpressionType.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/ProjectionCompiler.java
* (add)
phoenix-core/src/it/java/org/apache/phoenix/end2end/PhoenixRowTimestampFunctionIT.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/expression/function/PhoenixRowTimestampFunction.java
* (add)
phoenix-core/src/main/java/org/apache/phoenix/parse/PhoenixRowTimestampParseNode.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/execute/TupleProjector.java
* (add)
phoenix-core/src/test/java/org/apache/phoenix/parse/PhoenixRowTimestampFunctionTest.java
* (delete)
phoenix-core/src/it/java/org/apache/phoenix/end2end/RowTimestampStringFunctionIT.java
* (delete)
phoenix-core/src/main/java/org/apache/phoenix/expression/function/RowTimestampStringFunction.java
> Phoenix Function to Return HBase row timestamp
> ----------------------------------------------
>
> Key: PHOENIX-5629
> URL: https://issues.apache.org/jira/browse/PHOENIX-5629
> Project: Phoenix
> Issue Type: New Feature
> Reporter: Geoffrey Jacoby
> Assignee: Jacob Isaac
> Priority: Major
> Fix For: 5.1.0, 4.16.0
>
> Attachments: PHOENIX-5629-addendum.4.x-HBase-1.3.002.patch,
> PHOENIX-5629.4.x-HBase-1.3.v1.patch, PHOENIX-5629.4.x-HBase-1.3.v2.patch,
> PHOENIX-5629.master.v1.patch, PHOENIX-5629.master.v2.patch
>
> Time Spent: 8.5h
> Remaining Estimate: 0h
>
> t's occasionally useful when diagnosing an issue with Phoenix to be able to
> easily look up the HBase timestamp of the HBase Cell returned by a Phoenix
> query.
> For example:
> SELECT ROW_TIMESTAMP(Column1) FROM Table1 WHERE Column1 = 'SomeValue'
--
This message was sent by Atlassian Jira
(v8.3.4#803005)