Skip to content

Commit

Permalink
Merge branch 'main' into align-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Oct 28, 2024
2 parents a75b5e2 + 82814bf commit d68f5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/query/ast/src/parser/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,6 @@ impl TokenKind {
// | TokenKind::TABLESAMPLE
| TokenKind::THEN
| TokenKind::TRAILING
| TokenKind::TRANSACTION
| TokenKind::TRUE
// | TokenKind::UNIQUE
//| TokenKind::USER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ select count() from fuse_snapshot('test_txn_snapshots', 't');
----
1


statement ok
create or replace table transaction(c int);

0 comments on commit d68f5e3

Please sign in to comment.