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:19:26 UTC

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

    [ https://issues.apache.org/jira/browse/PARQUET-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042397#comment-14042397 ] 

Julien Le Dem commented on PARQUET-2:
-------------------------------------

+1 

> 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
>
> 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)