Skip to content

Commit f088056

Browse files
Prep 0.10.0 release (#433)
1 parent ffd9b23 commit f088056

File tree

5 files changed

+53
-4
lines changed

5 files changed

+53
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<tbody align="center">
4040
<tr>
4141
<td >2.3.*</td>
42-
<td rowspan=6><a href="https://github.com/dotnet/spark/releases/tag/v0.9.0">v0.9.0</a></td>
42+
<td rowspan=6><a href="https://github.com/dotnet/spark/releases/tag/v0.10.0">v0.10.0</a></td>
4343
</tr>
4444
<tr>
4545
<td>2.4.0</td>

benchmark/scala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.microsoft.spark</groupId>
55
<artifactId>microsoft-spark-benchmark</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.10.0</version>
77
<inceptionYear>2019</inceptionYear>
88
<properties>
99
<encoding>UTF-8</encoding>
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# .NET for Apache Spark 0.10 Release Notes
2+
3+
### New Features and Improvements
4+
5+
* Expose internal API to get Spark version on the driver side ([#429](https://github.com/dotnet/spark/pull/429))
6+
* Add `SPARK_VERSION_OVERRIDE` environment variable ([#432](https://github.com/dotnet/spark/pull/432))
7+
8+
### Breaking Changes
9+
10+
* None
11+
12+
### Supported Spark Versions
13+
14+
The following table outlines the supported Spark versions along with the microsoft-spark JAR to use with:
15+
16+
<table>
17+
<thead>
18+
<tr>
19+
<th>Spark Version</th>
20+
<th>microsoft-spark JAR</th>
21+
</tr>
22+
</thead>
23+
<tbody align="center">
24+
<tr>
25+
<td>2.3.*</td>
26+
<td>microsoft-spark-2.3.x-0.10.0.jar</td>
27+
</tr>
28+
<tr>
29+
<td>2.4.0</td>
30+
<td rowspan=5>microsoft-spark-2.4.x-0.10.0.jar</td>
31+
</tr>
32+
<tr>
33+
<td>2.4.1</td>
34+
</tr>
35+
<tr>
36+
<td>2.4.3</td>
37+
</tr>
38+
<tr>
39+
<td>2.4.4</td>
40+
</tr>
41+
<tr>
42+
<td>2.4.5</td>
43+
</tr>
44+
<tr>
45+
<td>2.4.2</td>
46+
<td><a href="https://github.com/dotnet/spark/issues/60">Not supported</a></td>
47+
</tr>
48+
</tbody>
49+
</table>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<VersionPrefix>0.9.0</VersionPrefix>
4+
<VersionPrefix>0.10.0</VersionPrefix>
55
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
66
<RestoreSources>
77
$(RestoreSources);

src/scala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>${microsoft-spark.version}</version>
88
<properties>
99
<encoding>UTF-8</encoding>
10-
<microsoft-spark.version>0.9.0</microsoft-spark.version>
10+
<microsoft-spark.version>0.10.0</microsoft-spark.version>
1111
</properties>
1212

1313
<modules>

0 commit comments

Comments
 (0)