-
Notifications
You must be signed in to change notification settings - Fork 590
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(snapshot-backfill): fix incorrect recv barrier and add test for r…
…ecover (#19756) (#19772) Co-authored-by: William Wen <[email protected]>
- Loading branch information
1 parent
a310d4b
commit 1e226fa
Showing
4 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
control substitution on | ||
|
||
statement ok | ||
drop materialized view ${TEST_NAME}_extended_mv; | ||
|
||
statement ok | ||
drop materialized view ${TEST_NAME}_mv; | ||
|
||
statement ok | ||
drop view ${TEST_NAME}_v; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters