ROW x = 1e308 / 0.1
returns a null result (correct) but the error message is wrong:
< Warning: 299 Elasticsearch-9.3.0-87f4fa08e80eb8eec8af6504944369fd583e156f "Line 1:9: evaluation of [1e308 / 0.1] failed, treating result as null. Only first 20 failures recorded."
< Warning: 299 Elasticsearch-9.3.0-87f4fa08e80eb8eec8af6504944369fd583e156f "Line 1:9: java.lang.ArithmeticException: / by zero"
The real culprit is that we're exceeding the double max value.