Releases: arangodb/arangodb-spark-datasource
Releases · arangodb/arangodb-spark-datasource
Version 1.2.0
- use
overwriteMode=ignore
if save mode is other thanAppend
(#26) - require non-nullable string fields
_from
and_to
to write to edge collections (#25) - configurable backoff retry delay for write requests (
retry.minDelay
andretry.maxDelay
), disabled by default (#24) - retry only if schema has non-nullable field
_key
(#23) - retry on connection exceptions
- added
retry.maxAttempts
config param (#20) - increased default timeout to 5 minutes
- reject writing decimal types with json content type (#18)
- report records causing write errors (#17)
- improved logging about connections and write tasks
Version 1.1.1
Version 1.1.0
- added driver timeout configuration option (#12)
- updated dependency
com.arangodb:arangodb-java-driver:6.16.1
Version 1.0.0
- Initial Release
v0.2.0-SNAPSHOT
Full Changelog: v0.1.0-SNAPSHOT...v0.2.0-SNAPSHOT
0.0.1-SNAPSHOT
v0.1.0-SNAPSHOT updated readme and demo with 0.1.0-SNAPSHOT