clintropolis commented on a change in pull request #10084:
URL: https://github.com/apache/druid/pull/10084#discussion_r446485042
##########
File path: core/src/test/java/org/apache/druid/math/expr/FunctionTest.java
##########
@@ -468,7 +468,7 @@ public void testGreatest()
{
// Same types
assertExpr("greatest(y, 0)", 2L);
- assertExpr("greatest(34.0, z, 5.0, 767.0", 767.0);
+ assertExpr("greatest(34.0, z, 5.0, 767.0)", 767.0);
Review comment:
it just writes parse error stuff to stderr but still ends up as a valid
expression which is how the test passes I guess
```
line 1:28 missing ')' at '<EOF>'
line 1:28 missing ')' at '<EOF>'
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]