Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Nov 20, 2024
1 parent 33985a4 commit 7601169
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions velox/dwio/parquet/tests/reader/ParquetTableScanTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -927,9 +927,6 @@ TEST_F(ParquetTableScanTest, schemaMatchWithComplexTypes) {
auto arrayVector = makeArrayVector(offsets, valuesVector);
auto primitiveVector = makeFlatVector(offsets);

std::shared_ptr<memory::MemoryPool> leafPool =
rootPool_->addLeafChild("ParquetTableScanTest");
VectorMaker vectorMaker{leafPool.get()};
RowVectorPtr dataFileVectors = makeRowVector(
{"p", "m", "a"},
{primitiveVector, mapVector, arrayVector}); // columns in data file
Expand Down

0 comments on commit 7601169

Please sign in to comment.