Skip to content

Commit b159bd7

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent a20fb5b commit b159bd7

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,26 +2130,7 @@ public void testForkFieldsWithEnrichAndLookupJoins() {
21302130
| LOOKUP JOIN my_lookup_index ON xyz
21312131
| WHERE x > y OR _fork == "fork1"
21322132
""",
2133-
Set.of(
2134-
"x",
2135-
"y",
2136-
"a",
2137-
"c",
2138-
"abc",
2139-
"b",
2140-
"def",
2141-
"z",
2142-
"xyz",
2143-
"def.*",
2144-
"y.*",
2145-
"x.*",
2146-
"xyz.*",
2147-
"z.*",
2148-
"abc.*",
2149-
"a.*",
2150-
"c.*",
2151-
"b.*"
2152-
)
2133+
Set.of("x", "y", "a", "c", "abc", "b", "def", "z", "xyz", "def.*", "y.*", "x.*", "xyz.*", "z.*", "abc.*", "a.*", "c.*", "b.*")
21532134
);
21542135
}
21552136

0 commit comments

Comments
 (0)