You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
On my machine the include path for parquet is parquet/arrow/... and not arrow/parquet/arrow/.... This looks like a copy & paste bug from the line above:
In the comments the includes of `(arrow/)parquet/arrow/reader.h` were broken. Removing the prefix `arrow` makes this include in line with the includes used at the top of the file.
* GitHub Issue: #45027
Authored-by: Nis Meinert <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
On my machine the include path for parquet is
parquet/arrow/...
and notarrow/parquet/arrow/...
. This looks like a copy & paste bug from the line above:arrow/cpp/examples/arrow/parquet_read_write.cc
Line 29 in 313d11a
arrow/cpp/examples/arrow/parquet_read_write.cc
Line 47 in 313d11a
Component(s)
C++
The text was updated successfully, but these errors were encountered: