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

Jakub Liska commented on PARQUET-225:
-------------------------------------

[~rdblue], I set it to version 2, I reported it here 
https://issues.apache.org/jira/browse/PARQUET-796 

{code:java}
ParquetWriter writer = new ParquetWriter<Group>(outFile, new GroupWriteSupport, 
codec, blockSize, pageSize, dictPageSize, true, true, 
ParquetProperties.WriterVersion.PARQUET_2_0, configuration)
{code}


> INT64 support for Delta Encoding
> --------------------------------
>
>                 Key: PARQUET-225
>                 URL: https://issues.apache.org/jira/browse/PARQUET-225
>             Project: Parquet
>          Issue Type: New Feature
>            Reporter: Vassil Lunchev
>            Assignee: Vassil Lunchev
>             Fix For: 1.9.0
>
>
> As of now, parquet doesn't support delta encoding for INT64. However it is 
> planned in the format:
> https://github.com/Parquet/parquet-format/blob/master/Encodings.md
> The benefits of this feature are huge. For timestamps it achieves twice 
> better compression than SNAPPY on plain encoding, and the reading is faster. 
> This feature is actually advertised on the home page of Parquet, even though 
> it is not yet implemented:
> http://parquet.incubator.apache.org/
> http://image.slidesharecdn.com/hadoopsummit-140630160016-phpapp01/95/efficient-data-storage-for-analytics-with-apache-parquet-20-30-638.jpg?cb=1404162126



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

Reply via email to