Improve mg_import_csv test

Summary: Check that the import works without a specified field type.

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1877
This commit is contained in:
Matej Ferencevic 2019-02-20 10:24:34 +01:00
parent 3ad5c8069c
commit ce3a7d6fc2

View File

@ -1,4 +1,4 @@
id:ID(COMMENT_ID)|country:string|browser:string|content:string|:LABEL
id:ID(COMMENT_ID)|country|browser:string|content:string|:LABEL
0|Croatia|Chrome|yes|Message;Comment
1|ÖUnited
KingdomÖ|Chrome|thanks|Message;Comment

1 id:ID(COMMENT_ID)|country:string|browser:string|content:string|:LABEL id:ID(COMMENT_ID)|country|browser:string|content:string|:LABEL
2 0|Croatia|Chrome|yes|Message;Comment 0|Croatia|Chrome|yes|Message;Comment
3 1|ÖUnited 1|ÖUnited
4 KingdomÖ|Chrome|thanks|Message;Comment KingdomÖ|Chrome|thanks|Message;Comment