-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
light schema change support add key column
- Loading branch information
wangqingtao6
committed
Nov 5, 2024
1 parent
cac5e15
commit 0fe8150
Showing
5 changed files
with
645 additions
and
19 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
119 changes: 119 additions & 0 deletions
119
regression-test/data/schema_change_p0/test_add_keys_light_schema_change.out
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,119 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !sc -- | ||
1 2 2017-10-01 Beijing 10 1 1 20 \N \N | ||
|
||
-- !sc -- | ||
1 2017-10-01 Beijing 10 1 20 | ||
|
||
-- !21_agg_multi_rowset -- | ||
1 3 40 3 3 | ||
|
||
-- !21_agg_multi_rowset -- | ||
1 2 30 2 2 | ||
|
||
-- !21_agg_multi_rowset -- | ||
1 1 40 1 1 | ||
|
||
-- !21_agg_compaction -- | ||
1 3 40 3 3 | ||
|
||
-- !21_agg_compaction -- | ||
1 2 30 2 2 | ||
|
||
-- !21_agg_compaction -- | ||
1 1 40 1 1 | ||
|
||
-- !22_agg_drop_multi_rowset -- | ||
1 3 40 3 3 | ||
|
||
-- !22_agg_drop_multi_rowset -- | ||
1 2 30 2 2 | ||
|
||
-- !22_agg_drop_multi_rowset -- | ||
1 1 40 1 1 | ||
|
||
-- !22_agg_drop_compaction -- | ||
1 3 40 3 3 | ||
|
||
-- !22_agg_drop_compaction -- | ||
1 2 30 2 2 | ||
|
||
-- !22_agg_drop_compaction -- | ||
1 1 40 1 1 | ||
|
||
-- !23_base_table_multi_rowset -- | ||
1 3 40 3 3 | ||
|
||
-- !23_base_table_multi_rowset -- | ||
1 2 30 2 2 | ||
|
||
-- !23_base_table_multi_rowset -- | ||
1 1 40 1 1 | ||
|
||
-- !23_base_table_compaction -- | ||
1 3 40 3 3 | ||
|
||
-- !23_base_table_compaction -- | ||
1 2 30 2 2 | ||
|
||
-- !23_base_table_compaction -- | ||
1 1 40 1 1 | ||
|
||
-- !23_rollup_multi_rowset -- | ||
1 3 | ||
|
||
-- !23_rollup_multi_rowset -- | ||
1 2 | ||
|
||
-- !23_rollup_multi_rowset -- | ||
1 1 | ||
|
||
-- !23_agg_rollup_compaction -- | ||
1 3 | ||
|
||
-- !23_agg_rollup_compaction -- | ||
1 2 | ||
|
||
-- !23_agg_rollup_compaction -- | ||
1 1 | ||
|
||
-- !31_duplicate_multi_rowset -- | ||
2017-10-01T10:00 1 0 2 10 2017-10-01T12:00 | ||
2017-10-01T10:00 1 0 2 none 10 2017-10-01T12:00 | ||
2017-10-01T10:00 1 0 1 none 10 2017-10-01T12:00 | ||
|
||
-- !31_duplicate_multi_rowset -- | ||
2017-10-01T10:00 1 0 2 10 2017-10-01T12:00 | ||
2017-10-01T10:00 1 0 2 none 10 2017-10-01T12:00 | ||
|
||
-- !31_duplicate_multi_rowset -- | ||
2017-10-01T10:00 1 0 1 none 10 2017-10-01T12:00 | ||
|
||
-- !31_duplicate_compaction -- | ||
2017-10-01T10:00 1 0 2 10 2017-10-01T12:00 | ||
2017-10-01T10:00 1 0 2 none 10 2017-10-01T12:00 | ||
2017-10-01T10:00 1 0 1 none 10 2017-10-01T12:00 | ||
|
||
-- !31_duplicate_compaction -- | ||
2017-10-01T10:00 1 0 2 10 2017-10-01T12:00 | ||
2017-10-01T10:00 1 0 2 none 10 2017-10-01T12:00 | ||
|
||
-- !31_duplicate_compaction -- | ||
2017-10-01T10:00 1 0 1 none 10 2017-10-01T12:00 | ||
|
||
-- !41_unique_multi_rowset -- | ||
1 Jone Beijing 1 10 1 10010 Haidian 2017-10-01T14:00 | ||
|
||
-- !41_unique_multi_rowset -- | ||
|
||
-- !41_unique_multi_rowset -- | ||
1 Jone Beijing 1 10 1 10010 Haidian 2017-10-01T14:00 | ||
|
||
-- !41_unique_compaction -- | ||
1 Jone Beijing 1 10 1 10010 Haidian 2017-10-01T14:00 | ||
|
||
-- !41_unique_compaction -- | ||
|
||
-- !41_unique_compaction -- | ||
1 Jone Beijing 1 10 1 10010 Haidian 2017-10-01T14:00 | ||
|
Oops, something went wrong.