[
https://issues.apache.org/jira/browse/PARQUET-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15123598#comment-15123598
]
Wes McKinney commented on PARQUET-479:
--------------------------------------
This JIRA does not have a well defined scope. Almost all patches need to be
accompanied by unit tests -- the problem right now is that we need a way to
generate test data using parquet-mr (or some other tool) so that tests can be
written right now for reader functionality until parquet-cpp has write
capability. Another option is that we can mock out details of the file format
(e.g. data and dictionary pages) and write tests that way (starting first with
testing the value encoders and decoders so we know we can generate data pages
in memory).
> Improve/expand functional unit tests
> ------------------------------------
>
> Key: PARQUET-479
> URL: https://issues.apache.org/jira/browse/PARQUET-479
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-cpp
> Affects Versions: cpp-0.1
> Reporter: Aliaksei Sandryhaila
> Assignee: Aliaksei Sandryhaila
> Fix For: cpp-0.1
>
>
> We need to add a testing framework for unit tests, and run it as a part of
> each Travis CI build.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)