-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
86 changed files
with
1,124 additions
and
1,138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
max: &max | ||
spark-version: 3.4.1 | ||
spark-version: 3.5.0 | ||
python-version: '3.11' | ||
java-version: 20 | ||
os: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
0.9.5 (2023-10-10) | ||
================== | ||
|
||
Features | ||
-------- | ||
|
||
- Add ``XML`` file format support. (:github:pull:`163`) | ||
- Tested compatibility with Spark 3.5.0. ``MongoDB`` and ``Excel`` are not supported yet, but other packages do. (:github:pull:`159`) | ||
|
||
|
||
Improvements | ||
------------ | ||
|
||
- Add check to all DB and FileDF connections that Spark session is alive. (:github:pull:`164`) | ||
|
||
|
||
Bug Fixes | ||
--------- | ||
|
||
- Fix ``Hive.check()`` behavior when Hive Metastore is not available. (:github:pull:`164`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,6 @@ | ||
.. copy this file with new release name | ||
.. then fill it up using towncrier build | ||
.. and add it to index.rst | ||
.. fill up this file using ``towncrier build`` | ||
.. then delete everything up to the header with version number | ||
.. then rename file to ``{VERSION}.rst`` and add it to index.rst | ||
.. and restore ``NEXT_RELEASE.rst`` content`` as it was before running the command above | ||
.. towncrier release notes start | ||
0.9.4 (2023-09-26) | ||
================== | ||
|
||
Features | ||
-------- | ||
|
||
- Add ``if_exists="ignore"`` and ``error`` to ``Hive.WriteOptions`` (:github:pull:`143`) | ||
- Add ``if_exists="ignore"`` and ``error`` to ``JDBC.WriteOptions`` (:github:pull:`144`) | ||
- Add ``if_exists="ignore"`` and ``error`` to ``MongoDB.WriteOptions`` (:github:pull:`145`) | ||
- Add ``Excel`` file format support. (:github:pull:`148`) | ||
- Add ``Samba`` file connection. | ||
It is now possible to download and upload files to Samba shared folders using ``FileDownloader``/``FileUploader``. (:github:pull:`150`) | ||
|
||
|
||
Improvements | ||
------------ | ||
|
||
- Add documentation about different ways of passing packages to Spark session. (:github:pull:`151`) | ||
- Drastically improve ``Greenplum`` documentation: | ||
* Added information about network ports, grants, ``pg_hba.conf`` and so on. | ||
* Added interaction schemas for reading, writing and executing statements in Greenplum. | ||
* Added recommendations about reading data from views and ``JOIN`` results from Greenplum. (:github:pull:`154`) | ||
- Make ``.fetch`` and ``.execute`` methods of DB connections thread-safe. Each thread works with its own connection. (:github:pull:`156`) | ||
- Call ``.close()`` on FileConnection then it is removed by garbage collector. (:github:pull:`156`) | ||
|
||
|
||
Bug Fixes | ||
--------- | ||
|
||
- Fix issue while stopping Python interpreter calls ``JDBCMixin.close()`` and prints exceptions to log. (:github:pull:`156`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
|
||
DRAFT | ||
NEXT_RELEASE | ||
0.9.5 | ||
0.9.4 | ||
0.9.3 | ||
0.9.2 | ||
|
Oops, something went wrong.