Wes McKinney created PARQUET-485:
------------------------------------
Summary: Decouple data page delimiting from column reader /
scanner classes, create test fixtures
Key: PARQUET-485
URL: https://issues.apache.org/jira/browse/PARQUET-485
Project: Parquet
Issue Type: New Feature
Components: parquet-cpp
Reporter: Wes McKinney
It is difficult to test the column reader classes with mock data because the
data page resolution is tightly coupled to the actual file format layout in
{{ColumnReader::ReadNewPage}}.
I plan to separate these concerns, so that the column readers can be tested
with a sequence of data pages encoded in memory, but never actually assembled
into a file stream layout with thrift-serialized page headers. Patch
forthcoming.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)