[
https://issues.apache.org/jira/browse/PHOENIX-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Soldatov updated PHOENIX-3423:
-------------------------------------
Fix Version/s: 4.9.0
> 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
> Assignee: Jeongdae Kim
> Fix For: 4.9.0
>
> 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)