[
https://issues.apache.org/jira/browse/ARROW-10568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17289563#comment-17289563
]
Josiah Yan commented on ARROW-10568:
------------------------------------
Got it!
On Thu, Nov 12, 2020 at 2:17 PM Antoine Pitrou (Jira) <[email protected]>
> [C++][Parquet] Parquet writer crashes process when Tell() does not succeed
> --------------------------------------------------------------------------
>
> Key: ARROW-10568
> URL: https://issues.apache.org/jira/browse/ARROW-10568
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Josiah
> Assignee: Josiah
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.0.1, 3.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> It uses ValueOrDie here:
> https://github.com/apache/arrow/blob/7a770d7b32731b1216330b8c4861cd91e48918ed/cpp/src/parquet/file_writer.cc#L345
> I encountered this when implementing my own GCS-based
> arrow::io::OutputStream. However, I believe other built-in file
> implementations might also return an error status in Tell().
--
This message was sent by Atlassian Jira
(v8.3.4#803005)