Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Jun 3, 2024
1 parent d19b402 commit f1755e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions velox/connectors/hive/iceberg/tests/IcebergReadTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ class HiveIcebergTest : public HiveConnectorTestBase {
fileFomat_,
0,
fileSize,
std::nullopt,
partitionKeys,
std::nullopt,
customSplitInfo,
nullptr,
deleteFiles,
std::nullopt);
deleteFiles);
}

std::vector<RowVectorPtr> makeVectors(int32_t count, int32_t rowsPerVector) {
Expand Down
3 changes: 1 addition & 2 deletions velox/connectors/hive/tests/HiveConnectorUtilTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ TEST_F(HiveConnectorUtilTest, configureReaderOptions) {
std::nullopt,
customSplitInfo,
nullptr,
serdeParameters,
std::nullopt);
serdeParameters);
};

auto performConfigure = [&]() {
Expand Down

0 comments on commit f1755e6

Please sign in to comment.