delta-io / delta

An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
https://delta.io
Apache License 2.0
7.62k stars 1.71k forks source link

[Delta Sharing] Enable D2D delta sharing with type widening #3675

Closed johanl-db closed 4 days ago

johanl-db commented 2 months ago

Description

Adds type widening to the list of supported features for D2D delta sharing and adds client-side tests covering reading a table that had a type change applied using the type widening table feature.

How was this patch tested?

Added tests.