JamesVorder commented on code in PR #2134:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2134#discussion_r2630659527
##########
tests/sqlparser_bigquery.rs:
##########
@@ -1753,6 +1753,10 @@ fn parse_table_time_travel() {
let sql = "SELECT 1 FROM t1 FOR SYSTEM TIME AS OF
'some_timestamp'".to_string();
assert!(bigquery().parse_sql_statements(&sql).is_err());
+
+ // The following time travel syntax(es) are invalid in BigQuery dialect
Review Comment:
Addressed in
https://github.com/apache/datafusion-sqlparser-rs/pull/2134/commits/324ade9afc7c88778cb530528bec3d335de88f71
--
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]