File tree 8 files changed +12
-8
lines changed
arangodb-spark-datasource-2.4
arangodb-spark-datasource-3.1
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).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.3.0] - 2022-04-27
9
+
10
+ - added ` ignoreNullFields ` config param (#28 )
11
+
8
12
## [ 1.2.0] - 2022-03-18
9
13
10
14
- use ` overwriteMode=ignore ` if save mode is other than ` Append ` (#26 )
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<groupId >com.arangodb</groupId >
8
- <version >1.2 .0</version >
8
+ <version >1.3 .0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<groupId >com.arangodb</groupId >
8
- <version >1.2 .0</version >
8
+ <version >1.3 .0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<groupId >com.arangodb</groupId >
8
- <version >1.2 .0</version >
8
+ <version >1.3 .0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This demo requires:
23
23
Set environment variables:
24
24
25
25
``` shell
26
- export ARANGO_SPARK_VERSION=1.2 .0
26
+ export ARANGO_SPARK_VERSION=1.3 .0
27
27
```
28
28
29
29
Start ArangoDB cluster with docker:
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.arangodb</groupId >
8
8
<artifactId >demo</artifactId >
9
- <version >1.2 .0</version >
9
+ <version >1.3 .0</version >
10
10
11
11
<properties >
12
12
<maven .compiler.source>1.8</maven .compiler.source>
55
55
<dependency >
56
56
<groupId >com.arangodb</groupId >
57
57
<artifactId >arangodb-spark-datasource-${spark.compat.version}_${scala.compat.version}</artifactId >
58
- <version >1.2 .0</version >
58
+ <version >1.3 .0</version >
59
59
</dependency >
60
60
<dependency >
61
61
<groupId >org.apache.spark</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<groupId >com.arangodb</groupId >
8
- <version >1.2 .0</version >
8
+ <version >1.3 .0</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-spark-datasource</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >1.2 .0</version >
8
+ <version >1.3 .0</version >
9
9
10
10
<name >${project.artifactId} </name >
11
11
<description >ArangoDB Datasource for Apache Spark</description >
You can’t perform that action at this time.
0 commit comments