You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESQL: Fix REVERSE with backspace character (#115245)
* ESQL: Fix `REVERSE` with backspace character
If the text contains a backspace character aka `0x28` aka ctrl-H then we
should use the slow reverse path. This is going to be quite rare but our
test data is sure good at making rare, fun stuff.
Closes#115228Closes#115227Closes#114372
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string/Reverse.java
0 commit comments