-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(backfill): add cluster config to enable
arrangement_backfill
(#…
- Loading branch information
Showing
59 changed files
with
1,311 additions
and
1,676 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
ci/scripts/sql/backfill/replication_with_column_pruning/create_base_table.sql
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SET STREAMING_ENABLE_ARRANGEMENT_BACKFILL=true; | ||
SET STREAMING_USE_ARRANGEMENT_BACKFILL=true; | ||
create table t1 (x int, y int, z int); |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
statement ok | ||
SET STREAMING_ENABLE_ARRANGEMENT_BACKFILL=true; | ||
SET STREAMING_USE_ARRANGEMENT_BACKFILL=true; | ||
|
||
statement ok | ||
CREATE MATERIALIZED VIEW arrangement_backfill AS SELECT * FROM t; |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
statement ok | ||
SET STREAMING_ENABLE_ARRANGEMENT_BACKFILL=false; | ||
SET STREAMING_USE_ARRANGEMENT_BACKFILL=false; | ||
|
||
statement ok | ||
CREATE MATERIALIZED VIEW no_shuffle_backfill AS SELECT * FROM t; |
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
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
Oops, something went wrong.