Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,119 @@

-- !sql_mb_string_exceed_len_strict0 --

-- !insert_select_string_exceed_len_non_strict0_src --
1 a1
20 a20
30 a30
59 a59
60 a60
70 a70
79 a79
81 a1234567890
91 a9234567890
100 a10234567890

-- !insert_select_string_exceed_len_non_strict0_dst --
1 a1
20 a20
30 a30
59 a59
60 a60
70 a70
79 a79
81 a123456789
91 a923456789
100 a102345678

-- !insert_select_string_exceed_len_strict1_dst --

-- !insert_select_number_overflow_non_strict_src --
1234567890
1234567891
1234567892
1234567893
1234567894
1234567895
1234567896
12345678902
12345678903
12345678971

-- !insert_select_number_overflow_non_strict_dst --
\N
\N
\N
1234567890
1234567891
1234567892
1234567893
1234567894
1234567895
1234567896

-- !insert_select_number_overflow_strict0_dst --

-- !insert_select_non_number_to_number_non_strict_dst --
\N
\N
\N
1234567890
1234567890
1234567893
1234567894
1234567895
1234567896
1234567897

-- !insert_select_non_number_to_number_strict_dst --

-- !insert_select_null_into_not_null_non_strict_src --
\N
\N
\N
1234567890
1234567891
1234567892
1234567893
1234567894
1234567895
1234567896

-- !insert_select_null_into_not_null_non_strict_dst0 --

-- !insert_select_null_into_not_null_non_strict_dst1 --
1234567890
1234567891
1234567892
1234567893
1234567894
1234567895
1234567896

-- !insert_select_null_into_not_null_strict_dst0 --

-- !insert_select_no_partition_src --
1 a1
20 a20
30 a30
59 a59
60 a60
70 a70
79 a79
81 a81
91 a91
100 a100

-- !insert_select_no_partition_non_strict_dst0 --

-- !insert_select_no_partition_non_strict_dst1 --
1 a1
20 a20
30 a30
59 a59
60 a60
70 a70
79 a79

-- !insert_select_no_partition_strict_dst0 --

Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
-- This file is automatically generated. You should know what you did if you want to edit this
-- !sql_int_overflow_non_strict --
\N
\N
\N
1
2
3
4
5
6
7

-- !sql_tinyint_overflow_strict0 --
1
2
3
4
5
6
7

-- !sql_tinyint_overflow_strict1 --

-- !sql_number_overflow_non_strict --
\N
\N
Expand Down
10 changes: 10 additions & 0 deletions regression-test/data/load_p0/stream_load/test_tinyint_overflow.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
1
2
3
4
5
6
7
128
129
-129
Loading
Loading