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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to