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