You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/04/29 22:39:07 UTC

[jira] [Closed] (DRILL-900) Casting VarBinary to Varchar truncates all values to a single character

     [ https://issues.apache.org/jira/browse/DRILL-900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Challapalli closed DRILL-900.
-----------------------------------

Not a bug

> Casting VarBinary to Varchar truncates all values to a single character
> -----------------------------------------------------------------------
>
>                 Key: DRILL-900
>                 URL: https://issues.apache.org/jira/browse/DRILL-900
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Functions - Drill
>            Reporter: Jason Altekruse
>            Priority: Critical
>             Fix For: 0.4.0
>
>
> Running this query should return a list of strings, but they all are instead the first character of the respective values at each position.
> select cast(L_COMMENT as varchar) from cp.`tpch/lineitem.parquet`
> Tried to do a little digging and it appears the data is corrupt as well as the offset vector. Couldn't find a root cause though



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