Open kagamiori opened 2 months ago
Query: select laplace_cdf(1, c0, 0.3) from (values nan()) t(c0); Presto-0.289: Throws an exception "(INVALID_FUNCTION_ARGUMENT) laplaceCdf Function: scale must be greater than 0" Velox: Returns NaN
No response
Since NaN is defined to be > 0, the error message from Java is obviously wrong
Description
Query: select laplace_cdf(1, c0, 0.3) from (values nan()) t(c0); Presto-0.289: Throws an exception "(INVALID_FUNCTION_ARGUMENT) laplaceCdf Function: scale must be greater than 0" Velox: Returns NaN
Error Reproduction
No response
Relevant logs
No response