Antoine Pitrou created PARQUET-2086: ---------------------------------------
Summary: [C++] Incremental decoding not tested Key: PARQUET-2086 URL: https://issues.apache.org/jira/browse/PARQUET-2086 Project: Parquet Issue Type: Bug Components: parquet-cpp Affects Versions: cpp-5.0.0 Reporter: Antoine Pitrou {{TypedDecoder::Decode}} and its various implementations seem to support incremental decoding (by passing a {{max_values}} smaller than the {{num_values}} given to {{SetData}}), however that capability seems for the most part untested (except for the BYTE_STREAM_SPLIT encoding). It should be relatively easy to put up incremental decoding tests for all supported encodings. That might expose bugs in the current decode implementations as well. -- This message was sent by Atlassian Jira (v8.3.4#803005)