File tree Expand file tree Collapse file tree 8 files changed +12
-8
lines changed
arangodb-spark-datasource-2.4
arangodb-spark-datasource-3.1 Expand file tree Collapse file tree 8 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55
66## [ Unreleased]
77
8+ ## [ 1.3.0] - 2022-04-27
9+
10+ - added ` ignoreNullFields ` config param (#28 )
11+
812## [ 1.2.0] - 2022-03-18
913
1014- use ` overwriteMode=ignore ` if save mode is other than ` Append ` (#26 )
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >1.2 .0</version >
8+ <version >1.3 .0</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >1.2 .0</version >
8+ <version >1.3 .0</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >1.2 .0</version >
8+ <version >1.3 .0</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This demo requires:
2323Set environment variables:
2424
2525``` shell
26- export ARANGO_SPARK_VERSION=1.2 .0
26+ export ARANGO_SPARK_VERSION=1.3 .0
2727```
2828
2929Start ArangoDB cluster with docker:
Original file line number Diff line number Diff line change 66
77 <groupId >com.arangodb</groupId >
88 <artifactId >demo</artifactId >
9- <version >1.2 .0</version >
9+ <version >1.3 .0</version >
1010
1111 <properties >
1212 <maven .compiler.source>1.8</maven .compiler.source>
5555 <dependency >
5656 <groupId >com.arangodb</groupId >
5757 <artifactId >arangodb-spark-datasource-${spark.compat.version}_${scala.compat.version}</artifactId >
58- <version >1.2 .0</version >
58+ <version >1.3 .0</version >
5959 </dependency >
6060 <dependency >
6161 <groupId >org.apache.spark</groupId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <groupId >com.arangodb</groupId >
8- <version >1.2 .0</version >
8+ <version >1.3 .0</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <groupId >com.arangodb</groupId >
66 <artifactId >arangodb-spark-datasource</artifactId >
77 <packaging >pom</packaging >
8- <version >1.2 .0</version >
8+ <version >1.3 .0</version >
99
1010 <name >${project.artifactId} </name >
1111 <description >ArangoDB Datasource for Apache Spark</description >
You can’t perform that action at this time.
0 commit comments