Skip to content

Commit

Permalink
Update VeloxRowToColumnarTest.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixYBW authored Aug 1, 2024
1 parent d223d27 commit d27136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/velox/tests/VeloxRowToColumnarTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class VeloxRowToColumnarTest : public ::testing::Test, public test::VectorTestBa
}

void testRowVectorEqual(velox::RowVectorPtr vector) {
auto columnarToRowConverter = std::make_shared<VeloxColumnarToRowConverter>(pool_);
auto columnarToRowConverter = std::make_shared<VeloxColumnarToRowConverter>(pool_, 64 << 20);

auto columnarBatch = std::make_shared<VeloxColumnarBatch>(vector);
columnarToRowConverter->convert(columnarBatch);
Expand Down

0 comments on commit d27136d

Please sign in to comment.