markgomer commented on code in PR #1179:
URL: https://github.com/apache/age/pull/1179#discussion_r1373611040
##########
regress/sql/age_load.sql:
##########
@@ -78,4 +76,27 @@ SELECT * FROM cypher('agload_test_graph', $$
RETURN u.name, u.region
$$) AS (result_1 agtype, result_2 agtype);
+
+-- TEST DOUBLE LOAD files
+-- These files have been loaded at the beggining with these same labels
+
+SELECT load_labels_from_file('agload_test_graph', 'Country',
Review Comment:
Added:
- Tests without creating labels first, with id field, which are City3,
Country3 and has_city3; and
- tests without creating labels first, without id field, which are City4 and
Country4 (there ain't no edge loading without id field).
They both have COUNT(*) on them, which result in 53, 72485 and 72485.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]