You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Julien Le Dem (JIRA)" <ji...@apache.org> on 2014/06/24 19:21:27 UTC

[jira] [Resolved] (PARQUET-2) Adding Type Persuasion for Primitive Types

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

Julien Le Dem resolved PARQUET-2.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.0

Issue resolved by pull request 3
[https://github.com/apache/incubator-parquet-mr/pull/3]

> Adding Type Persuasion for Primitive Types
> ------------------------------------------
>
>                 Key: PARQUET-2
>                 URL: https://issues.apache.org/jira/browse/PARQUET-2
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-mr
>            Reporter: Daniel Weeks
>            Assignee: Daniel Weeks
>             Fix For: 1.6.0
>
>
> Pull request: https://github.com/apache/incubator-parquet-mr/pull/3
> Original from the old repo: Parquet/parquet-mr#410
> These changes allow primitive types to be requested as different types than what is stored in the file format using a flag to turn off strict type checking (default is on). Types are cast to the requested type where possible and will suffer precision loss for casting where necessary (e.g. requesting a double as an int).
> No performance penalty is imposed for using the type defined in the file type. A flag exists to
> A 6x6 test case is provided to test conversion between the primitive types.



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