Skip to content

Commit 0638504

Browse files
committed
Compile is important
1 parent 1ff60a1 commit 0638504

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/qa/server/mixed-cluster/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/mixed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/qa/server/mixed-cluster/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/mixed/FieldExtractorIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected void canUsePragmasOk() {
5050
if (bwc == null) {
5151
throw new AssertionError("can't find bwc version");
5252
}
53-
Version oldVersion = Version.fromString();
53+
Version oldVersion = Version.fromString(bwc);
5454
assumeTrue("pragma ok not supported", oldVersion.onOrAfter("8.16.0"));
5555
}
5656
}

0 commit comments

Comments
 (0)