You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/03 11:44:36 UTC

[GitHub] [incubator-druid] xueyumusic commented on issue #7777: timestamp_ceil function is either wrong or misleading

xueyumusic commented on issue #7777: timestamp_ceil function is either wrong or misleading
URL: https://github.com/apache/incubator-druid/issues/7777#issuecomment-498223432
 
 
   I agree, according to [`ceil` logic with numeric parameter](https://www.w3resource.com/sql/arithmetic-functions/ceil-with-positive-value.php), it gets the smallest integer which is greater than, or equal to, the specified numeric expression. For the timestamp type parameter, it is reasonable to keep `greater than or equal to` logic.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org