[
https://issues.apache.org/jira/browse/PHOENIX-2720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15171191#comment-15171191
]
Hudson commented on PHOENIX-2720:
---------------------------------
SUCCESS: Integrated in Phoenix-master #1162 (See
[https://builds.apache.org/job/Phoenix-master/1162/])
PHOENIX-2720 Minor additions to PhoenixRuntime utils (jtaylor: rev
58cf5fa2d2e147780258a1e88c79898fc199d61e)
* phoenix-core/src/test/java/org/apache/phoenix/util/PhoenixRuntimeTest.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/PhoenixRuntimeIT.java
* phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixRuntime.java
> Minor additions to PhoenixRuntime utils
> ---------------------------------------
>
> Key: PHOENIX-2720
> URL: https://issues.apache.org/jira/browse/PHOENIX-2720
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 4.7.0
>
> Attachments: PHOENIX-2720.patch
>
>
> We need two additional minor utils:
> - get the value of the first column listed in the primary key constraint.
> This is useful where a table wasn't declared as multi-tenant, but does lead
> with a tenant ID.
> - convert a timestamp that is potentially in nanoseconds into regular wall
> clock time. All time stamps based off of current time (i.e. region server
> based time stamps) or transaction manager time stamps are handled, so this
> routine can always be used to normalize to wall clock time a time stamp
> across transactional and non transactional tables.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)