[
https://issues.apache.org/jira/browse/PHOENIX-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251123#comment-15251123
]
Hadoop QA commented on PHOENIX-2845:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12799876/PHOENIX-2845-1.patch
against master branch at commit 537b90bef90ff650bb0f00fe0591e4fab6ec7391.
ATTACHMENT ID: 12799876
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 4 new
or modified tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
28 warning messages.
{color:red}-1 release audit{color}. The applied patch generated 4 release
audit warnings (more than the master's current 0 warnings).
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpsertValuesIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.ViewIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryUsingSortMergeJoinIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SaltedViewIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.SubqueryIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/304//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/304//artifact/patchprocess/patchReleaseAuditWarnings.txt
Javadoc warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/304//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/304//console
This message is automatically generated.
> Timestamp ignores nanos in literal expressions
> ----------------------------------------------
>
> Key: PHOENIX-2845
> URL: https://issues.apache.org/jira/browse/PHOENIX-2845
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.7.0
> Reporter: Sergey Soldatov
> Assignee: Sergey Soldatov
> Attachments: PHOENIX-2845-1.patch
>
>
> Phoenix strips nanos in Timestamp. Simple test case:
> {noformat}
> create table x (id bigint primary key, t timestamp);
> upsert into x values (1, TIMESTAMP'2015-01-01 00:00:00.123456');
> upsert into x values (2, TIMESTAMP'2015-01-01 00:00:00.123457');
> upsert into x values (3, TIMESTAMP'2015-01-01 00:00:00.123999');
> {noformat}
> HBase scan:
> {noformat}
> hbase(main):007:0> scan 'X'
> ROW COLUMN+CELL
> \x80\x00\x00\x00\x00\x00\x00\x01 column=0:T, timestamp=1460646668779,
> value=\x80\x00\x01J\xA2\xCA\xB0{\x00\x00\x00\x00
> \x80\x00\x00\x00\x00\x00\x00\x02 column=0:T, timestamp=1460646673369,
> value=\x80\x00\x01J\xA2\xCA\xB0{\x00\x00\x00\x00
> \x80\x00\x00\x00\x00\x00\x00\x03 column=0:T, timestamp=1460646680294,
> value=\x80\x00\x01J\xA2\xCA\xB0{\x00\x00\x00\x00
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)