We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a0e12 commit 2ed8e68Copy full SHA for 2ed8e68
1 file changed
tests/sqlparser_bigquery.rs
@@ -2657,7 +2657,7 @@ fn test_export_data() {
2657
}),
2658
limit_clause: Some(LimitClause::LimitOffset {
2659
limit: Some(Expr::Value(
2660
- Value::Number("10".to_string(), false).with_empty_span()
+ Value::Number("10".into(), false).with_empty_span()
2661
)),
2662
offset: None,
2663
limit_by: vec![],
@@ -2763,7 +2763,7 @@ fn test_export_data() {
2763
2764
2765
2766
2767
2768
2769
0 commit comments