Or Ozeri created PARQUET-1702:
---------------------------------
Summary: [C++] Wrong column index when using buffered row group
writer
Key: PARQUET-1702
URL: https://issues.apache.org/jira/browse/PARQUET-1702
Project: Parquet
Issue Type: Bug
Components: parquet-cpp
Affects Versions: cpp-1.6.0
Reporter: Or Ozeri
The InitColumns() method of the buffered row group writer sets the index of all
columns to be 0, instead of a running counter.
This causes a wrongful encryption (when encryption is on), since encryption
depends on the column index.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)