[
https://issues.apache.org/jira/browse/PARQUET-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney reassigned PARQUET-1706:
-------------------------------------
Assignee: Or Ozeri
> [C++] Wrong dictionary_page_offset when writing only data pages via
> BufferedPageWriter
> --------------------------------------------------------------------------------------
>
> Key: PARQUET-1706
> URL: https://issues.apache.org/jira/browse/PARQUET-1706
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Affects Versions: cpp-1.5.0
> Reporter: Or Ozeri
> Assignee: Or Ozeri
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The dictionary_page_offset should be set to 0 to indicate that a column chunk
> has no dictionary pages.
> This is indeed the case when using SerializedPageWriter.
> However, when using BufferedPageWriter, the dictionary_page_offset is
> wrongfully set to the offset of the first data page.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)