Skip to content

Commit

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

void testRowBufferAddr(velox::RowVectorPtr vector, uint8_t* expectArr, int32_t expectArrSize) {
auto columnarToRowConverter = std::make_shared<VeloxColumnarToRowConverter>(pool_);
auto columnarToRowConverter = std::make_shared<VeloxColumnarToRowConverter>(pool_, 64 << 20);

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

0 comments on commit d223d27

Please sign in to comment.