Changeset: 592d3068f1bf for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/592d3068f1bf
Modified Files:
        sql/test/file_loader/Tests/file_loader_field_separator.test.in
Branch: Aug2024
Log Message:

approved errors


diffs (61 lines):

diff --git a/sql/test/file_loader/Tests/file_loader_field_separator.test.in 
b/sql/test/file_loader/Tests/file_loader_field_separator.test.in
--- a/sql/test/file_loader/Tests/file_loader_field_separator.test.in
+++ b/sql/test/file_loader/Tests/file_loader_field_separator.test.in
@@ -134,55 +134,8 @@ 2022
 
 # tests to load incomplete cars (4 columns, 5 rows) data files with missing 
field separators or empty lines
 
-query ITTI nosort
+statement error 42000!Failed to import table 'cars', line 5: column 3 name_2: 
Column value missing
 select * from file_loader(r'$TSTSRCDIR/cars_missing_separators.csv') as 
cars(id, brand, model, "year")
-----
-2000
-Ford
-Focus
-1994
-2001
-Honda
-NULL
-NULL
-2004
-Tesla
-S3XY
-2019
-2014
-Lightyear
-0
-2022
-2020
-Volvo
-NULL
-NULL
 
-query ITTI nosort
+statement error 
 select * from file_loader(r'$TSTSRCDIR/cars_empty_line.csv') as cars(id, 
brand, model, "year")
-----
-2000
-Ford
-Focus
-1994
-2001
-Honda
-NULL
-NULL
-NULL
-NULL
-NULL
-NULL
-2004
-Tesla
-S3XY
-2019
-2014
-Lightyear
-0
-2022
-NULL
-NULL
-NULL
-NULL
-
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to