We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a68e6 commit d8f1f49Copy full SHA for d8f1f49
cpp/src/arrow/parquet/parquet-io-test.cc
@@ -36,8 +36,6 @@ namespace parquet {
36
TEST(TestParquetAllocator, DefaultCtor) {
37
ParquetAllocator allocator;
38
39
- ASSERT_EQ(default_memory_pool(), allocator.pool());
40
-
41
const int buffer_size = 10;
42
43
uint8_t* buffer = nullptr;
0 commit comments