JamesVorder opened a new pull request, #2134:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2134

   This PR adds support for Databricks' timstamp-based [time 
travel](https://docs.databricks.com/aws/en/delta/history#delta-time-travel-syntax).
 This is a first step toward resolvign 
https://github.com/apache/datafusion-sqlparser-rs/issues/2006.
   
   The following is now supported:
   
   ```sql
   SELECT 1 FROM t1 TIMESTAMP AS OF '2018-10-18T22:15:12.013Z';
   SELECT 1 FROM t1 TIMESTAMP AS OF CURRENT_TIMESTAMP() - INTERVAL 12 HOURS;
   -- etc.
   ```


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

Reply via email to