[
https://issues.apache.org/jira/browse/PARQUET-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe L. Korn resolved PARQUET-837.
---------------------------------
Resolution: Fixed
Fix Version/s: cpp-0.1.0
Issue resolved by pull request 221
[https://github.com/apache/parquet-cpp/pull/221]
> [C++] SerializedFile::ParseMetaData uses Seek, followed by Read, and could
> have race conditions
> -----------------------------------------------------------------------------------------------
>
> Key: PARQUET-837
> URL: https://issues.apache.org/jira/browse/PARQUET-837
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Fix For: cpp-0.1.0
>
>
> As described in the PR for ARROW-508
> https://github.com/apache/arrow/pull/300, the read-at-position should be
> performed atomically to prevent rare race conditions. I would suggest
> removing the `Seek` method from the input API altogether
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)