JamesVorder commented on code in PR #2134:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2134#discussion_r2632754858


##########
tests/sqlparser_databricks.rs:
##########
@@ -366,3 +366,87 @@ fn data_type_timestamp_ntz() {
         s => panic!("Unexpected statement: {s:?}"),
     }
 }
+
+#[test]
+fn parse_table_time_travel() {
+    let version = "2018-10-18T22:15:12.013Z".to_string();
+    let sql = format!("SELECT 1 FROM t1 TIMESTAMP AS OF '{version}'");
+    let select = databricks().verified_only_select(&sql);

Review Comment:
   Addressed in 
https://github.com/apache/datafusion-sqlparser-rs/pull/2134/commits/270c41b9ac6c46b396dc47ec435f1a37afe6e883



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