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

Deepak Majeti commented on PARQUET-459:
---------------------------------------

[~wesmckinn] I made a pull request for PARQUET-428 here 
https://github.com/apache/parquet-cpp/pull/24

I like the idea of PARQUET-435. I am just curious about reading the raw decoded 
data into C arrays without the levels. You will have to deal at a granularity 
of a DATA_PAGE atleast. 
How will you deal with C arrays sizes that do not consume the entire DATA PAGE ?

> Improve handling of null values
> -------------------------------
>
>                 Key: PARQUET-459
>                 URL: https://issues.apache.org/jira/browse/PARQUET-459
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Deepak Majeti
>
> Currently, the default value of the type is returned for NULL values and is 
> incorrect.
> This JIRA will correctly identify a NULL value with the help of an additional 
> variable that will be set for NULL values. 
> This feature depends on reading the repetition level (PARQUET-169).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to