ektravel commented on code in PR #16900: URL: https://github.com/apache/druid/pull/16900#discussion_r1723958796
########## docs/querying/sql-functions.md: ########## @@ -2239,35 +2296,121 @@ Returns a union of Theta sketches. ## TIME_CEIL -`TIME_CEIL(<TIMESTAMP>, <period>, [<origin>, [<timezone>]])` +Rounds up a timestamp to a given ISO 8601 time period. Specify a timestamp, `origin`, to provide a reference time from which to start. If provided, `timezone`, should be a time zone name like `America/Los_Angeles` or an offset like `-08:00`. Review Comment: ```suggestion Rounds up a timestamp to a given ISO 8601 time period. Specify a timestamp, `origin`, to provide a reference time from which to start. If provided, `timezone` should be a time zone name like `America/Los_Angeles` or an offset like `-08:00`. ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
