You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yin Huai (JIRA)" <ji...@apache.org> on 2014/08/08 19:23:11 UTC

[jira] [Created] (SPARK-2927) Add a conf to always read Binary columns stored in Parquet as String columns

Yin Huai created SPARK-2927:
-------------------------------

             Summary: Add a conf to always read Binary columns stored in Parquet as String columns
                 Key: SPARK-2927
                 URL: https://issues.apache.org/jira/browse/SPARK-2927
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Yin Huai


Based on Parquet spec (https://github.com/Parquet/parquet-format), "strings are stored as byte arrays (binary) with a UTF8 annotation". However, if the data generator does not follow it, we will only read binary values back instead of string values.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org