mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-23 11:12:51 +00:00
Remove incorrect negative case BQ test
This commit is contained in:
parent
759406fc53
commit
21783cc673
1 changed files with 0 additions and 3 deletions
|
|
@ -1753,9 +1753,6 @@ 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());
|
||||
|
||||
let sql = "SELECT 1 FROM t1 TIMESTAMP AS OF '{version}'".to_string();
|
||||
assert!(bigquery().parse_sql_statements(&sql).is_err());
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue