You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/03/13 22:03:41 UTC

[jira] [Created] (PARQUET-914) [C++] Throw more informative exception when user writes too many values to a column in a row group

Wes McKinney created PARQUET-914:
------------------------------------

             Summary: [C++] Throw more informative exception when user writes too many values to a column in a row group
                 Key: PARQUET-914
                 URL: https://issues.apache.org/jira/browse/PARQUET-914
             Project: Parquet
          Issue Type: Bug
          Components: parquet-cpp
            Reporter: Wes McKinney


In https://github.com/apache/parquet-cpp/blob/5e59bc5c6491a7505585c08fd62aa52f9a6c9afc/src/parquet/column/writer.cc#L159 if the user writes more values than the size of the row group, the message in the exception raised is misleading



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)