0.9.4 (2023-09-26)
Features
- Add
Excelfile format support. (#148) - Add
Sambafile connection. It is now possible to download and upload files to Samba shared folders usingFileDownloader/FileUploader. (#150) - Add
if_exists="ignore"anderrortoHive.WriteOptions(#143) - Add
if_exists="ignore"anderrortoJDBC.WriteOptions(#144) - Add
if_exists="ignore"anderrortoMongoDB.WriteOptions(#145)
Improvements
-
Add documentation about different ways of passing packages to Spark session. (#151)
-
Drastically improve
Greenplumdocumentation:- Added information about network ports, grants,
pg_hba.confand so on. - Added interaction schemas for reading, writing and executing statements in Greenplum.
- Added recommendations about reading data from views and
JOINresults from Greenplum. (#154)
- Added information about network ports, grants,
-
Make
.fetchand.executemethods of DB connections thread-safe. Each thread works with its own connection. (#156) -
Call
.close()on FileConnection then it is removed by garbage collector. (#156)
Bug Fixes
- Fix issue while stopping Python interpreter calls
JDBCMixin.close()and prints exceptions to log. (#156)