[
https://issues.apache.org/jira/browse/PARQUET-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14546928#comment-14546928
]
Ryan Blue commented on PARQUET-286:
-----------------------------------
Linking to reflect support. This should be added after that work goes in
because it is a behavior change.
> Avro object model should use Utf8
> ---------------------------------
>
> Key: PARQUET-286
> URL: https://issues.apache.org/jira/browse/PARQUET-286
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-avro
> Affects Versions: 1.6.0
> Reporter: Ryan Blue
> Assignee: Ryan Blue
> Fix For: 2.0.0
>
>
> The parquet-avro object model currently only uses String for binary/utf8
> data. It should use Utf8, which doesn't copy data and require 2x the space
> whenever Avro would. That is by default in generic, unless avro.java.string
> is set to "string". Avro reflect always uses String, and both reflect and
> specific will respect the java-class property for stringable types.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)