We’d like to announce the release of Delta Sharing 1.2.3, which introduce the following improvements:
- Improve strict schema string match with smarter matching ([649](https://github.com/delta-io/delta-sharing/pull/649))
Credits: Andy Liu
py-v1.3.1
We’d like to announce the release of Delta Sharing Python 1.3.1, which fixes an issue with the previous 1.3.0 release where the rust wrapper failed to install on some systems (such as Linux with glibc 2.34+ and Windows).
Credits: Patrick Jin
py-v1.3.0
We are excited to announce the release of Delta Sharing Python 1.3 which includes support for CDF queries on shared tables with deletion vectors (DV) enabled on the source table. (https://github.com/delta-io/delta-sharing/pull/613)
Limitations:
* If DV is enabled, `use_delta_format=True` must be specified when calling `load_table_changes_to_pandas`.
* Note that unlike `load_as_pandas`, `load_table_changes_to_pandas` will NOT auto-resolve to delta format if advanced features (like DV) are enabled.
* CDF queries with `use_delta_format=True` will fail if the schema changed during the queried version range.
* CDF queries on tables with column mappings do not work yet.
Credits: Patrick Jin, Lin Zhou