Skip to content

Commit a64d746

Browse files
committed
Merge remote-tracking branch 'nik9000/127431' into 127431
2 parents d7c6190 + b29e039 commit a64d746

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog/127532.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 127532
2+
summary: Fix case insensitive comparisons to ""
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 127431

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/predicate/operator/comparison/InsensitiveEquals.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import org.apache.lucene.util.automaton.Automata;
1111
import org.apache.lucene.util.automaton.Automaton;
1212
import org.apache.lucene.util.automaton.ByteRunAutomaton;
13-
import org.apache.lucene.util.automaton.Operations;
1413
import org.elasticsearch.common.io.stream.NamedWriteableRegistry;
1514
import org.elasticsearch.common.io.stream.StreamInput;
1615
import org.elasticsearch.common.lucene.BytesRefs;

0 commit comments

Comments
 (0)