[
https://issues.apache.org/jira/browse/PHOENIX-6120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17194593#comment-17194593
]
Hadoop QA commented on PHOENIX-6120:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/13011429/PHOENIX-6120.master.002.patch
against master branch at commit .
ATTACHMENT ID: 13011429
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 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:
+ if (localIndex || transactionProvider != null ||
tableDDLOptions.contains("COLUMN_ENCODED_BYTES=0")) {
+ // This is the old behavior where both table and index
are SINGLE_CELL and the datatable is immutable.
+ ImmutableBytesWritable dataValue =
valueGetter.getLatestValue(dataColRef, ts);
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://ci-hadoop.apache.org/job/PreCommit-PHOENIX-Build/88//testReport/
Code Coverage results:
https://ci-hadoop.apache.org/job/PreCommit-PHOENIX-Build/88//artifact/phoenix-core/target/site/jacoco/index.html
Console output:
https://ci-hadoop.apache.org/job/PreCommit-PHOENIX-Build/88//console
This message is automatically generated.
> Covered columns of indexes that have SINGLE_CELL_ARRAY_WITH_OFFSETS storage
> doesn't handle those columns
> --------------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-6120
> URL: https://issues.apache.org/jira/browse/PHOENIX-6120
> Project: Phoenix
> Issue Type: Bug
> Reporter: Gokcen Iskender
> Priority: Major
> Attachments: PHOENIX-6120.master.001.patch,
> PHOENIX-6120.master.002.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Repro:
> # Create an index that has covered columns and the IMMUTABLE_STORAGE_SCHEME
> is SINGLE_CELL_ARRAY_WITH_OFFSETS
> # Upsert rows to data table
> # Query the covered column using index --> Null value is returned even
> though there is a value.
> IndexMaintainer has a 4 year old code that doesn't return a value for covered
> columns,
--
This message was sent by Atlassian Jira
(v8.3.4#803005)