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

fix(interactive): Fix passing Array to stored procedures for interactive. #3436

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Dec 15, 2023

Neo4j itself supports stored procedures with variably sized arrays as input, and we have also added support for this feature in this PR. However, currently, we only support C++ procedures that read inputs through their own decoder.

TODO: Enable interactive full pipeline support for variably sized arrays as input.

CALL query([1,2,3]) YIELD *;

where [1,2,3] is parsed as a int array.

Fix #3435

@zhanglei1949 zhanglei1949 marked this pull request as draft December 15, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] interactive stored procedure can not accept array as input parameters
2 participants