I've run into the same thing with 3.5. There seems to be no way to pass a multi-line param?
:param testlist=>[
'test',
'list'
]
---
Invalid input 'R': expected whitespace, ...
:param testlist=>[\
---
Invalid input '\': expected whitespace, ......
I've been trying to use apoc.cypher.mapParallel2() with the latest Neo4j and APOC versions and clearly observed the issue with it randomly returning partial or no results. I put more details into the GitHub issue: https://github.com/neo4j-contrib/n...