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

Implement parser changes for Lite Vacuum #3857

Closed rajeshparangi closed 2 weeks ago

rajeshparangi commented 2 weeks ago

Which Delta project/connector is this regarding?

Description

This PR implements parser related changes for Lite Vacuum. As part of this, Vacuum overall syntax has been changed to accept vacuum parameters in any order unlike a fixed order before. This was one of the recommendations from the SQL committee. Additionally, PR contains some test related changes.

How was this patch tested?

Added new tests

Does this PR introduce any user-facing changes?

No