-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ut](datatype) Add BE UT for some basic data types and serializers
DataTypeNumber, DataTypeDecimal, DataTypeString, DataTypeDateTimeV2
- Loading branch information
Showing
28 changed files
with
6,383 additions
and
74 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
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
132 changes: 132 additions & 0 deletions
132
be/test/expected_result/vec/data_types/decimalv3_18_0_get_field.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,132 @@ | ||
0 | ||
0 | ||
0 | ||
0 | ||
1 | ||
2 | ||
3 | ||
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 | ||
1 | ||
2 | ||
3 | ||
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 | ||
0 | ||
1 | ||
5 | ||
9 | ||
1000000000 | ||
5000000000 | ||
9000000000 | ||
1000000001 | ||
5000000005 | ||
9000000009 | ||
100000000000000000 | ||
100000000000000001 | ||
100000000000000005 | ||
100000000000000009 | ||
100000000000010000 | ||
100000000000050000 | ||
100000000000090000 | ||
100000000000010001 | ||
100000000000050005 | ||
100000000000090009 | ||
500000000000000000 | ||
500000000000000001 | ||
500000000000000005 | ||
500000000000000009 | ||
500000000000010000 | ||
500000000000050000 | ||
500000000000090000 | ||
500000000000010001 | ||
500000000000050005 | ||
500000000000090009 | ||
900000000000000000 | ||
900000000000000001 | ||
900000000000000005 | ||
900000000000000009 | ||
900000000000010000 | ||
900000000000050000 | ||
900000000000090000 | ||
900000000000010001 | ||
900000000000050005 | ||
900000000000090009 | ||
444444444444444444 | ||
499999999999999999 | ||
555555555555555555 | ||
999999999999999999 | ||
0 | ||
0 | ||
0 | ||
0 | ||
-1 | ||
-2 | ||
-3 | ||
-4 | ||
-5 | ||
-6 | ||
-7 | ||
-8 | ||
-9 | ||
-1 | ||
-2 | ||
-3 | ||
-4 | ||
-5 | ||
-6 | ||
-7 | ||
-8 | ||
-9 | ||
0 | ||
-1 | ||
-5 | ||
-9 | ||
-1000000000 | ||
-5000000000 | ||
-9000000000 | ||
-1000000001 | ||
-5000000005 | ||
-9000000009 | ||
-100000000000000000 | ||
-100000000000000001 | ||
-100000000000000005 | ||
-100000000000000009 | ||
-100000000000010000 | ||
-100000000000050000 | ||
-100000000000090000 | ||
-100000000000010001 | ||
-100000000000050005 | ||
-100000000000090009 | ||
-500000000000000000 | ||
-500000000000000001 | ||
-500000000000000005 | ||
-500000000000000009 | ||
-500000000000010000 | ||
-500000000000050000 | ||
-500000000000090000 | ||
-500000000000010001 | ||
-500000000000050005 | ||
-500000000000090009 | ||
-900000000000000000 | ||
-900000000000000001 | ||
-900000000000000005 | ||
-900000000000000009 | ||
-900000000000010000 | ||
-900000000000050000 | ||
-900000000000090000 | ||
-900000000000010001 | ||
-900000000000050005 | ||
-900000000000090009 | ||
-444444444444444444 | ||
-499999999999999999 | ||
-555555555555555555 | ||
-999999999999999999 |
Oops, something went wrong.