FrankChen021 commented on issue #10681:
URL: https://github.com/apache/druid/issues/10681#issuecomment-745707260
In your SQL, `TIME_FLOOR("__time", 'PT1D', TIMESTAMP '2015-01-01 00:00:00',
'US/Eastern')`, the 2nd parameter should be `P1D`. `PT1D` is not a valid period
string. See [Duration section](https://en.wikipedia.org/wiki/ISO_8601) in this
article.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]