You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/10/12 18:40:50 UTC

[GitHub] [pinot] vvivekiyer opened a new issue, #9577: Add support for INTERVAL / TIMESPAN datatype in Pinot

vvivekiyer opened a new issue, #9577:
URL: https://github.com/apache/pinot/issues/9577

   The `INTERVAL` datatype will allow users to manipulate a period of time in years, months, days, hours, minutes, seconds, etc
   
   Example of use: 
   ```
   SELECT
   	now(),
   	now() - INTERVAL '1 year 3 hours 20 minutes' 
   ```
   
   Postgres reference - https://www.postgresql.org/docs/current/datatype-datetime.html 


-- 
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-unsubscribe@pinot.apache.org.apache.org

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


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


[GitHub] [pinot] siddharthteotia commented on issue #9577: Add support for INTERVAL / TIMESPAN datatype in Pinot

Posted by GitBox <gi...@apache.org>.
siddharthteotia commented on issue #9577:
URL: https://github.com/apache/pinot/issues/9577#issuecomment-1379493164

   @vvivekiyer will start to think about this. Will engage in discussions to settle on format / spec etc with the community as part of the design. 
   
   cc @walterddr  @Jackie-Jiang 


-- 
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-unsubscribe@pinot.apache.org

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


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