Skip to content

Commit 7282996

Browse files
committed
fix test
1 parent 89ed92a commit 7282996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/PhysicalPlanOptimizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7785,7 +7785,7 @@ public void testLookupJoinFieldLoadingDropAllFields() throws Exception {
77857785
}
77867786

77877787
private void assertLookupJoinFieldNames(String query, TestDataSource data, List<Set<String>> expectedFieldNames) {
7788-
assertLookupJoinFieldNames(query, data, expectedFieldNames, true);
7788+
assertLookupJoinFieldNames(query, data, expectedFieldNames, false);
77897789
}
77907790

77917791
private void assertLookupJoinFieldNames(

0 commit comments

Comments
 (0)