You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Josiah (Jira)" <ji...@apache.org> on 2020/11/12 15:33:00 UTC

[jira] [Updated] (ARROW-10568) [C++][Parquet] Parquet writer crashes process when Tell() does not succeed

     [ https://issues.apache.org/jira/browse/ARROW-10568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josiah updated ARROW-10568:
---------------------------
    Description: 
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().

  was:
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.


> [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
>            Priority: Minor
>
> 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)