should be it
This commit is contained in:
3
external/duckdb/data/csv/error/mismatch/bad.csv
vendored
Normal file
3
external/duckdb/data/csv/error/mismatch/bad.csv
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
1,2,AAA,
|
||||
4,BBB,9,
|
||||
6,7,CCC,
|
||||
|
3
external/duckdb/data/csv/error/mismatch/bad2.csv
vendored
Normal file
3
external/duckdb/data/csv/error/mismatch/bad2.csv
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
1,2,DDD,
|
||||
4,5,9,
|
||||
EEE,7,FFF,
|
||||
|
4272
external/duckdb/data/csv/error/mismatch/big_bad.csv
vendored
Normal file
4272
external/duckdb/data/csv/error/mismatch/big_bad.csv
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6776
external/duckdb/data/csv/error/mismatch/big_bad2.csv
vendored
Normal file
6776
external/duckdb/data/csv/error/mismatch/big_bad2.csv
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3
external/duckdb/data/csv/error/mismatch/example.tsv
vendored
Normal file
3
external/duckdb/data/csv/error/mismatch/example.tsv
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
alice 10 1 20
|
||||
bobby 12 2 NOT_A_NUMBER
|
||||
charlie 7 3 30
|
||||
|
3489
external/duckdb/data/csv/error/mismatch/half1.csv
vendored
Normal file
3489
external/duckdb/data/csv/error/mismatch/half1.csv
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5615
external/duckdb/data/csv/error/mismatch/half2.csv
vendored
Normal file
5615
external/duckdb/data/csv/error/mismatch/half2.csv
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5233
external/duckdb/data/csv/error/mismatch/part1.csv
vendored
Normal file
5233
external/duckdb/data/csv/error/mismatch/part1.csv
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5421
external/duckdb/data/csv/error/mismatch/part2.csv
vendored
Normal file
5421
external/duckdb/data/csv/error/mismatch/part2.csv
vendored
Normal file
File diff suppressed because it is too large
Load Diff
4154
external/duckdb/data/csv/error/mismatch/part3.csv
vendored
Normal file
4154
external/duckdb/data/csv/error/mismatch/part3.csv
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
external/duckdb/data/csv/error/mismatch/small1.csv
vendored
Normal file
6
external/duckdb/data/csv/error/mismatch/small1.csv
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
COL1,COL2
|
||||
1,A
|
||||
X,Y
|
||||
2,B
|
||||
3,C
|
||||
X,Y
|
||||
|
5
external/duckdb/data/csv/error/mismatch/small2.csv
vendored
Normal file
5
external/duckdb/data/csv/error/mismatch/small2.csv
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
COL1,COL2
|
||||
1,A
|
||||
X,Y
|
||||
3,C
|
||||
X,Y
|
||||
|
Reference in New Issue
Block a user