Skip to content

Commit ab419fb

Browse files
authored
Update crates/squawk_parser/src/grammar.rs
1 parent 5e699d8 commit ab419fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/squawk_parser/src/grammar.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2709,6 +2709,7 @@ fn data_source(p: &mut Parser<'_>) {
27092709
p.eat(LATERAL_KW);
27102710
match p.current() {
27112711
L_PAREN => {
2712+
// TODO: this should be `paren_select` instead of a general `tuple_expr`, since only a select statement is allowed inside
27122713
tuple_expr(p);
27132714
opt_alias(p);
27142715
}

0 commit comments

Comments
 (0)