Skip to content

Commit d8f1f49

Browse files
committed
On mac the static shared library memory address it appears cannot be relied upon
1 parent b3a68e6 commit d8f1f49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/src/arrow/parquet/parquet-io-test.cc

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ namespace parquet {
3636
TEST(TestParquetAllocator, DefaultCtor) {
3737
ParquetAllocator allocator;
3838

39-
ASSERT_EQ(default_memory_pool(), allocator.pool());
40-
4139
const int buffer_size = 10;
4240

4341
uint8_t* buffer = nullptr;

0 commit comments

Comments
 (0)