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

Mongo procedure throws NullPointerException if a field is null #1331

Closed
conker84 opened this issue Nov 1, 2019 · 0 comments · Fixed by #1332
Closed

Mongo procedure throws NullPointerException if a field is null #1331

conker84 opened this issue Nov 1, 2019 · 0 comments · Fixed by #1332

Comments

@conker84
Copy link
Collaborator

conker84 commented Nov 1, 2019

At this line:

.collect(Collectors.toMap(e -> e.getKey(), e -> e.getValue()));

The bug is reported in the Open JDK issue tracker:

https://bugs.openjdk.java.net/browse/JDK-8148463

conker84 added a commit to conker84/neo4j-apoc-procedures that referenced this issue Nov 1, 2019
conker84 added a commit to conker84/neo4j-apoc-procedures that referenced this issue Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant