KazuhitoT commented on issue #7224: Add ROUND function in druid-sql. URL: https://github.com/apache/incubator-druid/pull/7224#issuecomment-472647529 @asdf2014 Thanks for reviewing my PR.🙏 Summary of changes are as follows: - fixed code - added abnormal test cases such as `ExprType.STRING` - updated `math-expr.md` Finally, `ROUND(x, y)` requires that - x must be integer or double. - y must be integer and can be negative, defaults to 0 if omitted.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
