Skip to content

Commit 42053a5

Browse files
authored
Merge pull request #5865 from NVIDIA/branch-22.06
Merge remote tracking branch-22.06 to main [skip ci]
2 parents 25452a4 + 3a35604 commit 42053a5

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change log
2-
Generated on 2022-06-16
2+
Generated on 2022-06-17
33

44
## Release 22.06
55

@@ -143,6 +143,8 @@ Generated on 2022-06-16
143143
### PRs
144144
|||
145145
|:---|:---|
146+
|[#5861](https://github.com/NVIDIA/spark-rapids/pull/5861)|[Doc]Add Spark3.3 support in doc for 22.06 branch[skip ci]|
147+
|[#5851](https://github.com/NVIDIA/spark-rapids/pull/5851)|Update 22.06 changelog to include new commits [skip ci]|
146148
|[#5848](https://github.com/NVIDIA/spark-rapids/pull/5848)|Update spark330shim to use released lib|
147149
|[#5840](https://github.com/NVIDIA/spark-rapids/pull/5840)|[DOC] Updated RapidsConf to reflect the default value of `spark.rapids.sql.improvedFloatOps.enabled` [skip ci]|
148150
|[#5816](https://github.com/NVIDIA/spark-rapids/pull/5816)|Update 22.06.0 changelog to latest [skip ci]|

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav_order: 12
1010

1111
### What versions of Apache Spark does the RAPIDS Accelerator for Apache Spark support?
1212

13-
The RAPIDS Accelerator for Apache Spark requires version 3.1.1, 3.1.2, 3.1.3, 3.2.0, or 3.2.1 of
13+
The RAPIDS Accelerator for Apache Spark requires version 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1 or 3.3.0 of
1414
Apache Spark. Because the plugin replaces parts of the physical plan that Apache Spark considers to
1515
be internal the code for those plans can change even between bug fix releases. As a part of our
1616
process, we try to stay on top of these changes and release updates as quickly as possible.

docs/dev/shims.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parent: Developer Overview
77
# Shim Development
88

99
RAPIDS Accelerator For Apache Spark supports multiple feature version lines of
10-
Apache Spark such as 3.1.x, 3.2.x, and a number of vendor releases that contain
10+
Apache Spark such as 3.1.x, 3.2.x, 3.3.0 and a number of vendor releases that contain
1111
a mix of patches from different upstream releases. These artifacts are generally
1212
incompatible between each other, at both source code level and even more often
1313
at the binary level. The role of the Shim layer is to hide these issues from the

docs/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Software Requirements:
3131

3232
CUDA & NVIDIA Drivers*: 11.x & v450.80.02+
3333

34-
Apache Spark 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, Databricks 9.1 ML LTS or 10.4 ML LTS Runtime and GCP Dataproc 2.0
34+
Apache Spark 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, 3.3.0, Databricks 9.1 ML LTS or 10.4 ML LTS Runtime and GCP Dataproc 2.0
3535

3636
Python 3.6+, Scala 2.12, Java 8
3737

0 commit comments

Comments
 (0)