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

handle nil object in case of dumponly-mode #35

Merged
merged 1 commit into from
Jun 10, 2024
Merged

handle nil object in case of dumponly-mode #35

merged 1 commit into from
Jun 10, 2024

Conversation

giovanniguido
Copy link
Contributor

@giovanniguido giovanniguido commented Jun 10, 2024

Summary

When --dump-only is set to true, import operations to neo4j should be skipped. However, currently a runtime error: invalid memory address or nil pointer dereference error is returned.

This happens because a nil storage connector is passed in dumpOnly mode, which is then used to try to import results in neo4j.

Checks

  • I have addressed any CI failures that surfaced when I created my pull request

@notdodo notdodo merged commit 7d85024 into master Jun 10, 2024
7 checks passed
@notdodo notdodo deleted the fix-dumponly branch June 10, 2024 13:23
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.

2 participants