davisusanibar commented on PR #34866:
URL: https://github.com/apache/arrow/pull/34866#issuecomment-1497389567
@kou after apply the patch, on the local build, I'm seeing the following
test errors:
```
[2/12] Linking CXX executable release/arrow-dataset-dataset-test
FAILED: release/arrow-dataset-dataset-test
Undefined symbols for architecture x86_64:
"parquet::RowGroupMetaData::~RowGroupMetaData()", referenced from:
arrow::dataset::ParquetFileFragment::TryCountRows(arrow::compute::Expression)
in libarrow_dataset.a(unity_0_cxx.cxx.o)
...
[3/12] Linking CXX executable release/arrow-dataset-dataset-writer-test
FAILED: release/arrow-dataset-dataset-writer-test
Undefined symbols for architecture x86_64:
"parquet::RowGroupMetaData::~RowGroupMetaData()", referenced from:
arrow::dataset::ParquetFileFragment::TryCountRows(arrow::compute::Expression)
in libarrow_dataset.a(unity_0_cxx.cxx.o)
...
[4/12] Linking CXX executable release/arrow-dataset-file-test
FAILED: release/arrow-dataset-file-test
Undefined symbols for architecture x86_64:
"parquet::RowGroupMetaData::~RowGroupMetaData()", referenced from:
arrow::dataset::ParquetFileFragment::TryCountRows(arrow::compute::Expression)
in libarrow_dataset.a(unity_0_cxx.cxx.o)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]