mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-23 15:34:09 +00:00
Fix another lint error
This commit is contained in:
parent
20af33af59
commit
3d65adf08d
1 changed files with 2 additions and 2 deletions
|
@ -2806,9 +2806,9 @@ fn test_export_data() {
|
|||
);
|
||||
|
||||
let err = bigquery()
|
||||
.parse_sql_statements(concat!(
|
||||
.parse_sql_statements(
|
||||
"EXPORT DATA AS SELECT field1, field2 FROM mydataset.table1 ORDER BY field1 LIMIT 10",
|
||||
))
|
||||
)
|
||||
.unwrap_err();
|
||||
assert_eq!(
|
||||
err.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue