diff --git a/presto-native-execution/presto_cpp/main/types/tests/PrestoToVeloxQueryPlanTest.cpp b/presto-native-execution/presto_cpp/main/types/tests/PrestoToVeloxQueryPlanTest.cpp index 0e7fad9e96d9a..fae573546c19a 100644 --- a/presto-native-execution/presto_cpp/main/types/tests/PrestoToVeloxQueryPlanTest.cpp +++ b/presto-native-execution/presto_cpp/main/types/tests/PrestoToVeloxQueryPlanTest.cpp @@ -235,7 +235,8 @@ TEST_F(PrestoToVeloxQueryPlanTest, parseIndexJoinNode) { "form": "AND", "returnType": "boolean" }, - "type": "INNER" + "type": "INNER", + "lookupVariables": [] } )";