tindzk opened a new pull request, #3158:
URL: https://github.com/apache/calcite/pull/3158

   Support day-to-second intervals using PostgreSQL's syntax:
   select INTERVAL '2 weeks 3 days 4 hours 5 minutes 6 seconds 7 milliseconds'
   select INTERVAL '-30 day'
   
   These should be equivalent to:
   select INTERVAL '17 04:05:06.007' DAY TO SECOND
   select -INTERVAL '30 00:00:00.000' DAY TO SECOND


-- 
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]

Reply via email to