An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Uniform iceberg conversion transaction should not convert commit with only AddFiles without datachange. Otherwise it will result in duplicate AddFile in Iceberg.
How was this patch tested?
Manual tested with Spark; UT will be added in future PR.
Which Delta project/connector is this regarding?
Description
Uniform iceberg conversion transaction should not convert commit with only AddFiles without datachange. Otherwise it will result in duplicate AddFile in Iceberg.
How was this patch tested?
Manual tested with Spark; UT will be added in future PR.
Does this PR introduce any user-facing changes?