Bulk import has hard coded buffer limit on property field
Les Mots En Cavale
When importing data through neo4j-admin import full, I'm facing java.nio.BufferOverflowException.
There seems to be a hardcoded limit on the buffer size of a property field:
- length my field:134
- Error: java.nio.HeapByteBuffer[pos=3 lim=128 cap=128]
I tried --read-buffer-size but it had no effect.