Skip to content

Commit 6fbefe3

Browse files
bpinteadnhatn
authored andcommitted
Minor change: var reuse
1 parent 86c0c19 commit 6fbefe3

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string/regex

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string/regex/RegexMatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void serializeCaseInsensitivity(StreamOutput out) throws IOException {
8181
// the serialization of the boolean would result in wrong results.
8282
throw new EsqlIllegalArgumentException(
8383
name() + " with case insensitivity is not supported in peer node's version [{}]. Upgrade to version [{}, {}] or newer.",
84-
out.getTransportVersion(),
84+
transportVersion,
8585
TransportVersions.ESQL_REGEX_MATCH_WITH_CASE_INSENSITIVITY_8_19,
8686
TransportVersions.ESQL_REGEX_MATCH_WITH_CASE_INSENSITIVITY
8787
);

0 commit comments

Comments
 (0)