KKcorps commented on issue #8632:
URL: https://github.com/apache/pinot/issues/8632#issuecomment-1116978789
I feel both if these formats cause a lot of confusion for new users. What
each value represents is not implicit and requires going through the doc to
change every time.
I propose a better way to handle this is to just keep this whole field as
JSON.
e.g.
```json
{
"size":1,
"timeUnit":"DAYS",
"timeFormat":"SIMPLE_DATE_FORMAT",
"pattern":"yyyy-MM-dd",
"timeZone":"PST"
}
```
--
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]