Gawain BOLTON created PARQUET-1799:
--------------------------------------
Summary: [C++] Stream API: Relax schema checking when reading
Key: PARQUET-1799
URL: https://issues.apache.org/jira/browse/PARQUET-1799
Project: Parquet
Issue Type: Bug
Reporter: Gawain BOLTON
Assignee: Gawain BOLTON
When reading Parquet files, the schema converted type may not match the
currently expected converted type.
For example when reading a C++ uint32_t the converted type expected is INT_32
when in fact it may be NONE which causes the read to fail.
There are a few similar cases I have found and I will submit a PR to address
this issue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)