-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nodes not printing properly after large output. #2992
Labels
bug
Something isn't working
Comments
I thought we chunk string to 4K on current master. So this is expected? @ray6080 |
Works expected on my side. |
It works as expected on my side too, closing as resolved 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When returning a node table with a node that is greater than 200,000 characters, the remaining nodes afterwards stop printing in the shell once they reach their properties.
Returning a.name instead prints everything as expected.
When exporting this table to a csv, one of the nodes that fails to print has another node as the property which may be related to the printing issue.
To recreate this bug, here is the cypher queries to set up the node table: test.txt
The text was updated successfully, but these errors were encountered: