Johan Lasperas

Results 23 issues of Johan Lasperas

## What changes were proposed in this pull request? The initial approach to identify files that contain a type that differs from the table schema and that must be rewritten...

## Description Update the type widening documentation to list additional type changes supported in Delta 4.0

#### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [ ] Flink - [x] Kernel - [ ] Other (fill in here) ##...

kernel

## Description This change enables writing data to a Delta streaming sink using data types that differ from the actual Delta table schema. This is achieved by adding an implicit...

#### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [ ] Flink - [X] Kernel - [ ] Other (fill in here) ##...

kernel

## 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...

## Description Follow on https://github.com/delta-io/delta/pull/3605 Adds more tests covering behavior for all ways of running insert with: - an extra column or struct field in the input, in `DeltaInsertIntoSchemaEvolutionSuite` -...

## Bug ### Describe the problem Schema evolution in INSERT doesn't always work properly when the new column is added to a struct nested within an array or map. If...

bug
good medium issue

## Description The following type changes available in the preview of type widening aren't supported by Iceberg and it will be very hard to support them - mainly due to...

## Description The following type changes available in the preview of type widening aren't supported by Iceberg and it will be very hard to support them - mainly due to...