Skip to content
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

Gremlin query results returned in incorrect format to --store-to #333

Closed
michaelnchin opened this issue Jul 20, 2022 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@michaelnchin
Copy link
Member

In Release 3.5.1, a bug was introduced to %%gremlin default queries. The output of --store-to is now formatted differently the actual content of the query response; individual results are nested within an extra list object. This change should be reverted to preserve the original response format for --store-to.

Example query from 3.4.1, with correct --store-to output:

3 4 1

Example query from 3.5.1, with incorrect --store-to output:

3 5 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Resolved
Development

No branches or pull requests

1 participant