-
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.
[fix](desc) all type in desc table all should return lowercase result
- Loading branch information
Showing
14 changed files
with
213 additions
and
213 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
16 changes: 8 additions & 8 deletions
16
regression-test/data/datatype_p0/decimalv3/test_show_decimalv3.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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !select1 -- | ||
id int No true \N | ||
dd decimal(15, 6) Yes false \N NONE | ||
id INT No true \N | ||
dd DECIMAL(15, 6) Yes false \N NONE | ||
|
||
-- !select2 -- | ||
showdb UNIQUE_KEYS id int int No true \N true | ||
dd DECIMAL(15, 6) decimalv3(15,6) Yes false \N NONE true | ||
showdb UNIQUE_KEYS id INT INT No true \N true | ||
dd DECIMAL(15, 6) DECIMALV3(15, 6) Yes false \N NONE true | ||
|
||
-- !select3 -- | ||
id int No true \N | ||
dd decimal Yes false \N NONE | ||
id INT No true \N | ||
dd DECIMAL(38, 9) Yes false \N NONE | ||
|
||
-- !select4 -- | ||
showdb UNIQUE_KEYS id int int No true \N true | ||
dd DECIMAL decimalv3(9,0) Yes false \N NONE true | ||
showdb UNIQUE_KEYS id INT INT No true \N true | ||
dd DECIMAL(38, 9) DECIMALV3(38, 9) Yes false \N NONE true | ||
|
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,22 +1,22 @@ | ||
-- This file is automatically generated. You should know what you did if you want to edit this | ||
-- !desc_create_table -- | ||
decimal_test DUP_KEYS name varchar(65533) varchar(65533) Yes true \N true | ||
id smallint smallint Yes false \N NONE true | ||
timestamp0 DECIMAL decimalv3(9,0) Yes false \N NONE true | ||
timestamp1 DECIMAL decimalv3(10,0) Yes false \N NONE true | ||
timestamp2 DECIMAL(10, 1) decimalv3(10,1) Yes false \N NONE true | ||
timestamp3 DECIMAL decimalv3(10,0) Yes false \N NONE true | ||
timestamp4 DECIMAL(10, 1) decimalv3(10,1) Yes false \N NONE true | ||
decimal_test DUP_KEYS name VARCHAR(65533) VARCHAR(65533) Yes true \N true | ||
id SMALLINT SMALLINT Yes false \N NONE true | ||
timestamp0 DECIMAL(38, 9) DECIMALV3(38, 9) Yes false \N NONE true | ||
timestamp1 DECIMAL DECIMALV3(10, 0) Yes false \N NONE true | ||
timestamp2 DECIMAL(10, 1) DECIMALV3(10, 1) Yes false \N NONE true | ||
timestamp3 DECIMAL DECIMALV3(10, 0) Yes false \N NONE true | ||
timestamp4 DECIMAL(10, 1) DECIMALV3(10, 1) Yes false \N NONE true | ||
|
||
-- !desc_create_table_like -- | ||
decimal_test_like DUP_KEYS name varchar(65533) varchar(65533) Yes true \N true | ||
id smallint smallint Yes false \N NONE true | ||
timestamp0 DECIMAL decimalv3(9,0) Yes false \N NONE true | ||
timestamp1 DECIMAL decimalv3(10,0) Yes false \N NONE true | ||
timestamp2 DECIMAL(10, 1) decimalv3(10,1) Yes false \N NONE true | ||
timestamp3 DECIMAL decimalv3(10,0) Yes false \N NONE true | ||
timestamp4 DECIMAL(10, 1) decimalv3(10,1) Yes false \N NONE true | ||
decimal_test_like DUP_KEYS name VARCHAR(65533) VARCHAR(65533) Yes true \N true | ||
id SMALLINT SMALLINT Yes false \N NONE true | ||
timestamp0 DECIMAL(38, 9) DECIMALV3(38, 9) Yes false \N NONE true | ||
timestamp1 DECIMAL DECIMALV3(10, 0) Yes false \N NONE true | ||
timestamp2 DECIMAL(10, 1) DECIMALV3(10, 1) Yes false \N NONE true | ||
timestamp3 DECIMAL DECIMALV3(10, 0) Yes false \N NONE true | ||
timestamp4 DECIMAL(10, 1) DECIMALV3(10, 1) Yes false \N NONE true | ||
|
||
-- !select_table_like -- | ||
test1 1 123456789 1234567891 123456789.0 1234567891 123456789.0 | ||
test1 1 123456789.000000000 1234567891 123456789.0 1234567891 123456789.0 | ||
|
34 changes: 17 additions & 17 deletions
34
regression-test/data/nereids_syntax_p0/rollup/agg_date.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
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
14 changes: 7 additions & 7 deletions
14
regression-test/data/nereids_syntax_p0/rollup/hll_with_light_sc/hll_with_light_sc.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
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
14 changes: 7 additions & 7 deletions
14
regression-test/data/rollup/test_materialized_view_hll_with_light_sc.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
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.