[ 
https://issues.apache.org/jira/browse/PHOENIX-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15621215#comment-15621215
 ] 

Hadoop QA commented on PHOENIX-3423:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12836108/PHOENIX-3423.patch
  against master branch at commit 829a0cf436925c582df8832e73d20a5c2d39610c.
  ATTACHMENT ID: 12836108

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {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 
43 warning messages.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit 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.StringIT
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.UpgradeIT

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/654//testReport/
Javadoc warnings: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/654//artifact/patchprocess/patchJavadocWarnings.txt
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/654//console

This message is automatically generated.

> PhoenixObjectInspector doesn't have information on length of the column.
> ------------------------------------------------------------------------
>
>                 Key: PHOENIX-3423
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3423
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.8.0
>            Reporter: Jeongdae Kim
>         Attachments: PHOENIX-3423.patch
>
>
> PhoenixObjectInspector doesn't have information on length of the column. this 
> causes making incorrect constant valuesfor char columns in select statement 
> because of padding spaces with max length(255), and get wrong results because 
> of invalid filter conditions.
> ex) column : r_name char(6), 
> hive query : select * from r_name = 'EUROPE',
> phoenix query : select * from r_name = 'EUROPE                        ' (with 
> 249(255 - 6) tailing white spaces)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to