Skip to content

Commit 89f51d3

Browse files
committed
Remove TODO
1 parent c2d713f commit 89f51d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/sqlparser_common.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15158,7 +15158,6 @@ fn parse_pipeline_operator() {
1515815158
// tablesample pipe operator
1515915159
dialects.verified_stmt("SELECT * FROM tbl |> TABLESAMPLE BERNOULLI (50)");
1516015160
dialects.verified_stmt("SELECT * FROM tbl |> TABLESAMPLE SYSTEM (50 PERCENT)");
15161-
// TODO: Technically, REPEATABLE is not available in BigQuery, but it is used with TABLESAMPLE in other dialects
1516215161
dialects.verified_stmt("SELECT * FROM tbl |> TABLESAMPLE SYSTEM (50) REPEATABLE (10)");
1516315162

1516415163
// many pipes

0 commit comments

Comments
 (0)