diff --git a/velox/connectors/hive/iceberg/tests/IcebergReadTest.cpp b/velox/connectors/hive/iceberg/tests/IcebergReadTest.cpp index 287877c8f57a..017d5e249b61 100644 --- a/velox/connectors/hive/iceberg/tests/IcebergReadTest.cpp +++ b/velox/connectors/hive/iceberg/tests/IcebergReadTest.cpp @@ -163,12 +163,12 @@ class HiveIcebergTest : public HiveConnectorTestBase { fileFomat_, 0, fileSize, + std::nullopt, partitionKeys, std::nullopt, customSplitInfo, nullptr, - deleteFiles, - std::nullopt); + deleteFiles); } std::vector makeVectors(int32_t count, int32_t rowsPerVector) { diff --git a/velox/connectors/hive/tests/HiveConnectorUtilTest.cpp b/velox/connectors/hive/tests/HiveConnectorUtilTest.cpp index 26dbe744f293..0ebf989dbc2d 100644 --- a/velox/connectors/hive/tests/HiveConnectorUtilTest.cpp +++ b/velox/connectors/hive/tests/HiveConnectorUtilTest.cpp @@ -78,8 +78,7 @@ TEST_F(HiveConnectorUtilTest, configureReaderOptions) { std::nullopt, customSplitInfo, nullptr, - serdeParameters, - std::nullopt); + serdeParameters); }; auto performConfigure = [&]() {