You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Deepak Majeti (JIRA)" <ji...@apache.org> on 2018/09/27 14:10:00 UTC

[jira] [Commented] (PARQUET-1426) [C++] parquet-dump-schema has poor usability

    [ https://issues.apache.org/jira/browse/PARQUET-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630484#comment-16630484 ] 

Deepak Majeti commented on PARQUET-1426:
----------------------------------------

We should add tests for all the tools as well. I will open a Jira for that.

> [C++] parquet-dump-schema has poor usability
> --------------------------------------------
>
>                 Key: PARQUET-1426
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1426
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: cpp-1.6.0
>
>
> {code}
> $ ./debug/parquet-dump-schema
> terminate called after throwing an instance of 'std::logic_error'
>   what():  basic_string::_S_construct null not valid
> Aborted (core dumped)
> $ ./debug/parquet-dump-schema --help
> Parquet error: Arrow error: IOError: ../src/arrow/io/file.cc:508 code: result->memory_map_->Open(path, mode)
> ../src/arrow/io/file.cc:380 code: file_->OpenReadable(path)
> ../src/arrow/io/file.cc:99 code: internal::FileOpenReadable(file_name_, &fd_)
> Failed to open local file: --help , error: No such file or directory
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)