-
Notifications
You must be signed in to change notification settings - Fork 495
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
The apoc.custom.declareProcedure throws exception "Query results do not match requested output" with some queries #2605
Comments
Hi, After upgrading from APOC 4.4.0.3 to APOC 4.4.0.6, I started to see this same error. Here's how to reproduce it:
Then, just login into http://localhost:7474/browser and run:
It was tested with: Neo4j: 4.4.7 Obviously, the procedure is just an example, since the original one was way larger and with a lot of |
Here's an even simpler example of two variants of basically the same procedure declaration, of which one works and the other one doesn't: Variant 0:
RESULT: Failure - Variant 1:
RESULT: Success Tested with: Note that both of the examples above work normally with |
We are not able to upgrade from APOC 4.4.0.3 due to the reported issue. Creation of some of our custom procedures fails . Steps to reproduce were described by @ralphavalon above:
Then, just login into http://localhost:7474/browser and run:
The result:
Last tested with: Neo4j: 4.4.10 |
…eption "Query results do not match requested output" with some queries
…eption "Query results do not match requested output" with some queries
… results do not match requested output" with some queries (#3146)
…eption "Query results do not match requested output" with some queries (neo4j-contrib#3146)
… results do not match requested output" with some queries (#3146)
… results do not match requested output" with some queries (#3146)
… results do not match requested output" with some queries (#3146)
How to Reproduce the Problem
See https://community.neo4j.com/t/apoc-custom-declareprocedure-always-throws-exception-corresponding-cypher-code-works/52004
Versions
The text was updated successfully, but these errors were encountered: