abhishekrb19 commented on code in PR #16277:
URL: https://github.com/apache/druid/pull/16277#discussion_r1563192124
##########
docs/development/extensions-core/stats.md:
##########
@@ -120,13 +132,33 @@ To acquire standard deviation from variance, user can use
"stddev" post aggregat
}
],
"intervals": [
- "2016-03-01T00:00:00.000/2013-03-20T00:00:00.000"
+ "2016-03-01/2013-03-20"
]
}
```
+#### Druid SQL
+
+```SQL
+SELECT
+ DATE_TRUNC('day', __time),
Review Comment:
Should be removed now that it's moved up?
##########
docs/development/extensions-core/stats.md:
##########
@@ -177,7 +228,18 @@ To acquire standard deviation from variance, user can use
"stddev" post aggregat
}
],
"intervals": [
- "2016-03-06T00:00:00/2016-03-06T23:59:59"
+ "2016-03-06/2016-03-07"
]
}
```
+
+#### Druid SQL
+
+```SQL
+SELECT
Review Comment:
Same here
--
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]