1.2.1 - 2025-10-31¶
Summary¶
This release fixes the export_to_* functions to properly handle delimit in the
generated EXPORT statement. Previously, this would have resulted in an exception being
tossed due to improper formatting.
Additionally, the export_to_parquet has been modified to handle new line characters.
Previously, new line characters would have resulted in an exception being tossed. With
this change, a slight degradation in performance has been noted, but with the current
setup, this is currently unavoidable.
Bugfix¶
#263: Fixed usage of
delimitinexport_to_*functions#267: Fixed
export_to_parquetto handle new lines & preserve order
Documentation¶
#260: Fixed examples for
import_from_parquetto have balanced brackets
Internal¶
#271: Re-locked dependencies to resolve CVE-2025-8869 for transitive dependency pip
Dependency Updates¶
main¶
Updated dependency
cryptography:45.0.7to46.0.3Updated dependency
orjson:3.11.2to3.11.4Updated dependency
pandas:2.3.1to2.3.3Updated dependency
polars:1.32.2to1.34.0Updated dependency
pyarrow:20.0.0to21.0.0Updated dependency
python-rapidjson:1.21to1.22Updated dependency
ujson:5.10.0to5.11.0
dev¶
Updated dependency
exasol-integration-test-docker-environment:4.2.0to4.3.0Updated dependency
exasol-toolbox:1.9.0to1.12.0Updated dependency
pytest:8.4.1to8.4.2Added dependency
pytest-repeat:0.9.4Updated dependency
types-ujson:5.10.0.20250326to5.10.0.20250822