Sifang Li created ARROW-15780:
---------------------------------
Summary: missing header file parquet/parquet_version.h
Key: ARROW-15780
URL: https://issues.apache.org/jira/browse/ARROW-15780
Project: Apache Arrow
Issue Type: Bug
Components: C++
Affects Versions: 7.0.0
Environment: Ubuntu 20.04
Reporter: Sifang Li
I am following instructions of writing a table into parquet file:
[https://arrow.apache.org/docs/cpp/parquet.html]
Need to include #include "parquet/arrow/writer.h"
Apparently one header file is missing in the src - cannot find it anywhere:
In file included from ../3rd_party/arrow/cpp/src/parquet/arrow/writer.h:24,
...
../3rd_party/arrow/cpp/src/parquet/properties.h:31:10: fatal error:
parquet/parquet_version.h: No such file or directory
31 | #include "parquet/parquet_version.h"
--
This message was sent by Atlassian Jira
(v8.20.1#820001)