You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2014/06/04 01:50:01 UTC

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

Jason Altekruse created DRILL-900:
-------------------------------------

             Summary: 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
            Reporter: Jason Altekruse
            Priority: Critical


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.2#6252)