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
6.96k stars 1.58k forks source link

[Spark] Extend DeltaLogSuite to have ManagedCommit coverage #3047

Closed junlee-db closed 1 week ago

junlee-db commented 2 weeks ago

Which Delta project/connector is this regarding?

Description

Extends DeltaLogSuite to test ManagedCommit. DeltaLogSuite already has a good coverage for Delta, hence use this suite to test MangaedCommit enabled table as well.

How was this patch tested?

This PR itself is a test.

Does this PR introduce any user-facing changes?

No