We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3f737 commit 67ff8e8Copy full SHA for 67ff8e8
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/predicate/Range.java
@@ -174,7 +174,7 @@ class is not serializable (note that writeTo throws UnsupportedOperationExceptio
174
upperValue = asDateTime(upperString);
175
}
176
if (lowerValue instanceof BytesRef br) {
177
- lowerValue = BytesRefs.toBytesRef(br);
+ lowerValue = BytesRefs.toString(br);
178
179
if (lowerValue instanceof String lowerString) {
180
lowerValue = asDateTime(lowerString);
0 commit comments