Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Apr 10, 2024
1 parent 79e38f3 commit cb32751
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
10 changes: 10 additions & 0 deletions test/answers/over_large_string.csv

Large diffs are not rendered by default.

28 changes: 13 additions & 15 deletions test/test_files/copy/copy_over_large_string.test
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,16 @@
---- ok
-STATEMENT MATCH (p:person) RETURN SIZE(p.id);
---- 10
262144
262144
262144
262144
262144
262144
262144
262144
262144
262144
-STATEMENT MATCH (p:person) RETURN p.id ORDER BY p.id;
-CHECK_ORDER
---- hash
10 662745fa14840835254e9f81e673ce6d
# ae8233cd6ac034fe855f96c36b786691
271653
345005
387503
393858
404368
426712
497845
505914
510770
521435
-STATEMENT MATCH (p:person) RETURN p.id;
---- 10
<FILE>:over_large_string.csv

0 comments on commit cb32751

Please sign in to comment.