-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into yiming/no-read-version-in-reset
- Loading branch information
Showing
28 changed files
with
487 additions
and
219 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,20 @@ | ||
statement ok | ||
CREATE TABLE t ( | ||
v1 int, | ||
v2 varchar, | ||
v3 bigint, | ||
v4 int, | ||
v5 varchar, | ||
v6 bigint, | ||
v7 int, | ||
v8 varchar, | ||
v9 bigint, | ||
v10 int, | ||
v11 varchar, | ||
v12 bigint, | ||
v13 int, | ||
v14 varchar, | ||
v15 bigint, | ||
primary key (v1, v2, v3, v4, v5, | ||
v8, v9, v10, v11, v12) | ||
); |
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,22 @@ | ||
# 15 columns wide | ||
statement ok | ||
INSERT INTO t select | ||
generate_series, | ||
'jakbj2khbe2', | ||
22222222222, | ||
generate_series, | ||
'jakbj2khbe2', | ||
22222222222, | ||
generate_series, | ||
'jakbj2khbe2', | ||
22222222222, | ||
generate_series, | ||
'jakbj2khbe2', | ||
22222222222, | ||
generate_series, | ||
'jakbj2khbe2', | ||
22222222222 | ||
from generate_series(2000001, 4000000); | ||
|
||
statement ok | ||
flush; |
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.