Skip to content

Commit

Permalink
Update JDBC prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Aug 29, 2024
1 parent 82685e9 commit d50c123
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docs/connection/db_connection/clickhouse/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Prerequisites
Version Compatibility
---------------------

* Clickhouse server versions: 21.1 or higher
* Clickhouse server versions:
* Officially declared: 22.8 or higher
* Actually supported: 21.1 or higher
* Spark versions: 2.3.x - 3.5.x
* Java versions: 8 - 20

Expand Down
2 changes: 1 addition & 1 deletion docs/connection/db_connection/mongodb/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Version Compatibility
* Spark versions: 3.2.x - 3.5.x
* Java versions: 8 - 20

See `official documentation <https://www.mongodb.com/docs/spark-connector/v10.1/>`_.
See `official documentation <https://www.mongodb.com/docs/spark-connector/>`_.

Installing PySpark
------------------
Expand Down
4 changes: 3 additions & 1 deletion docs/connection/db_connection/mssql/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Prerequisites
Version Compatibility
---------------------

* SQL Server versions: 2014 - 2022
* SQL Server versions:
* Officially declared: 2016 - 2022
* Actually supported: 2014 - 2022
* Spark versions: 2.3.x - 3.5.x
* Java versions: 8 - 20

Expand Down
6 changes: 4 additions & 2 deletions docs/connection/db_connection/mysql/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ Prerequisites
Version Compatibility
---------------------

* MySQL server versions: 5.7 - 9.0
* MySQL server versions:
* Officially declared: 8.0 - 9.0
* Actually supported: 5.7 - 9.0
* Spark versions: 2.3.x - 3.5.x
* Java versions: 8 - 20

See `official documentation <https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-33.html>`_.
See `official documentation <https://dev.mysql.com/doc/connector-j/en/connector-j-versions.html>`_.

Installing PySpark
------------------
Expand Down
4 changes: 3 additions & 1 deletion docs/connection/db_connection/oracle/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Prerequisites
Version Compatibility
---------------------

* Oracle Server versions: 23, 21, 19, 18, 12.2 and __probably__ 11.2 (tested, but it's not mentioned in official docs).
* Oracle Server versions:
* Officially declared: 19 - 23
* Actually supported: 11.2 - 23
* Spark versions: 2.3.x - 3.5.x
* Java versions: 8 - 20

Expand Down
2 changes: 1 addition & 1 deletion docs/connection/db_connection/postgres/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Version Compatibility
* Spark versions: 2.3.x - 3.5.x
* Java versions: 8 - 20

See `official documentation <https://jdbc.postgresql.org/download/>`_.
See `official documentation <https://jdbc.postgresql.org/>`_.

Installing PySpark
------------------
Expand Down

0 comments on commit d50c123

Please sign in to comment.