Skip to content

Commit

Permalink
test mac machine
Browse files Browse the repository at this point in the history
  • Loading branch information
AEsir777 committed Oct 18, 2023
1 parent fb6f1a8 commit fe39440
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_files/csv/errors.test
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ Copy exception: Error in file ${KUZU_ROOT_DIRECTORY}/dataset/csv-error-tests/too
-STATEMENT LOAD FROM "${KUZU_ROOT_DIRECTORY}/dataset/csv-error-tests/union-no-conversion.csv" (HEADER=TRUE) RETURN *
---- 1
Conversion exception: Could not convert to union type UNION(u:UINT8, s:INT8): a.
-STATEMENT RETURN TO_INT64("a");
---- 1
1
-STATEMENT RETURN TO_INT64(a);
---- 1
1

0 comments on commit fe39440

Please sign in to comment.