Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Jun 25, 2024
1 parent 9d28e66 commit 0dc43c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velox/dwio/parquet/tests/reader/ParquetReaderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1209,8 +1209,8 @@ TEST_F(ParquetReaderTest, testLzoDataPage) {
"31232");
}

TEST_F(ParquetReaderTest, testEmptyDataPage) {
const std::string sample(getExampleFilePath("snappy.parquet"));
TEST_F(ParquetReaderTest, testEmptyV2DataPage) {
const std::string sample(getExampleFilePath("empty_v2datapage.parquet"));

dwio::common::ReaderOptions readerOptions{leafPool_.get()};
auto reader = createReader(sample, readerOptions);
Expand Down

0 comments on commit 0dc43c9

Please sign in to comment.