[
https://issues.apache.org/jira/browse/PHOENIX-5760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17055466#comment-17055466
]
Hadoop QA commented on PHOENIX-5760:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12996212/PHOENIX-5760.patch
against master branch at commit 6a2ad3ed4517ff23e0e5dff3f364c1c0673b8efc.
ATTACHMENT ID: 12996212
{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:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ return new DataValue(columnRule.getType(),
String.valueOf(counter.getAndIncrement() % (maxValue + 1)));
+ if (!DataTypeMapping.INTEGER.equals(column.getType()) && sequence
== DataSequence.SEQUENTIAL) {
+ if (DataTypeMapping.INTEGER.equals(column.getType()) && sequence
== DataSequence.SEQUENTIAL) {
{color:red}-1 core tests{color}. The patch failed these unit tests:
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.AlterTableWithViewsIT
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3555//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3555//console
This message is automatically generated.
> Pherf Support Sequential Datatypes for INTEGER type fields and have fixed row
> distribution
> ------------------------------------------------------------------------------------------
>
> Key: PHOENIX-5760
> URL: https://issues.apache.org/jira/browse/PHOENIX-5760
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Daniel Wong
> Assignee: Daniel Wong
> Priority: Minor
> Attachments: PHOENIX-5760.patch
>
>
> In order to run pherf test closer to how users do QueryMore we want to extend
> the Sequential datatype to integer fields with guaranteed values.
> In general we want to be able to generate data for a column from 1..N in
> pherf contiguously.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)