[
https://issues.apache.org/jira/browse/PARQUET-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299247#comment-15299247
]
Wes McKinney edited comment on PARQUET-550 at 5/25/16 12:47 AM:
----------------------------------------------------------------
Ran into this in another project recently:
https://github.com/wesm/feather/issues/155. Suffice to say, Parquet files over
2 GB can't be read with parquet-cpp right now on all platforms. I'll look into
addressing both of these issues at the same time
was (Author: wesmckinn):
Ran into this in another project recently:
https://github.com/wesm/feather/issues/155. Suffice to say, Parquet files over
2 GB can't be read with parquet-cpp right now. I'll look into addressing both
of these issues at the same time
> Large file concerns with fseek/ftell
> ------------------------------------
>
> Key: PARQUET-550
> URL: https://issues.apache.org/jira/browse/PARQUET-550
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Minor
>
> I've read that fseek/ftell can have issues with large files:
> https://www.securecoding.cert.org/confluence/display/c/FIO19-C.+Do+not+use+fseek()+and+ftell()+to+compute+the+size+of+a+regular+file
> This is not urgent, but should be examined in some more detail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)