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

[Spark]Add OPTIMIZE FULL history support #3852

Closed dabao521 closed 1 week ago

dabao521 commented 2 weeks ago

Which Delta project/connector is this regarding?

Description

Add isFull operation peramemter in the commit history for command OPTIMIZE tb FULL.

How was this patch tested?

Existing unit tests.

Does this PR introduce any user-facing changes?

No