diff --git a/cpp/velox/tests/VeloxRowToColumnarTest.cc b/cpp/velox/tests/VeloxRowToColumnarTest.cc index 93f780ca3a38..ddde6b75919b 100644 --- a/cpp/velox/tests/VeloxRowToColumnarTest.cc +++ b/cpp/velox/tests/VeloxRowToColumnarTest.cc @@ -33,7 +33,7 @@ class VeloxRowToColumnarTest : public ::testing::Test, public test::VectorTestBa } void testRowVectorEqual(velox::RowVectorPtr vector) { - auto columnarToRowConverter = std::make_shared(pool_); + auto columnarToRowConverter = std::make_shared(pool_, 64 << 20); auto columnarBatch = std::make_shared(vector); columnarToRowConverter->convert(columnarBatch);