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 5df1d1c commit 6052808Copy full SHA for 6052808
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/Clamp.java
@@ -144,7 +144,8 @@ public void writeTo(StreamOutput out) throws IOException {
144
@Override
145
public ExpressionEvaluator.Factory toEvaluator(ToEvaluator toEvaluator) {
146
throw new UnsupportedOperationException(
147
- "Clamp should have been replaced by ClampMin and ClampMax. Something went wrong in the compute engine.");
+ "Clamp should have been replaced by ClampMin and ClampMax. Something went wrong in the compute engine."
148
+ );
149
}
150
151
0 commit comments