imply-cheddar commented on code in PR #13627:
URL: https://github.com/apache/druid/pull/13627#discussion_r1068753123


##########
docs/multi-stage-query/reference.md:
##########
@@ -280,6 +481,31 @@ The following ISO 8601 periods are supported for 
`TIME_FLOOR`:
 - P3M
 - P1Y
 
+The string constant can also include any of the keywords mentioned above:
+
+- `HOUR` - Same as `'PT1H'`
+- `DAY` - Same as `'P1D'`

Review Comment:
   Please don't make WEEK an option.  Kill WEEK, it's not commutable with any 
other granularity larger than it (MONTH, YEAR, etc.) and generates oddities 
when used.



-- 
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]

Reply via email to