[
https://issues.apache.org/jira/browse/PHOENIX-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627016#comment-15627016
]
James Taylor commented on PHOENIX-3423:
---------------------------------------
[~sergey.soldatov] - would it be possible for you to review/commit this patch
(and others related to the Phoenix/Hive integration)?
> 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)