neo4j / apoc

Apache License 2.0
84 stars 27 forks source link

[mMXNEtoY] Add default value for optionalData. #571

Closed Lojjs closed 7 months ago

Lojjs commented 8 months ago

Adds a default value to a method in common which could throw a null pointer when used from APOC extended.

The null pointer could only occur when used from apoc.load.csv and not apoc.import.csv, so it was not possibly to write a test in core for this.