trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.27k stars 2.95k forks source link

Add support for `VACUUM` procedure with deletion vectors in Delta Lake connector #22809

Open ebyhr opened 2 months ago

ebyhr commented 2 months ago

Follow-up of https://github.com/trinodb/trino/pull/22102

We should replace DELTA_LAKE_DATABRICKS_104 with DELTA_LAKE_DATABRICKS in TestDeltaLakeWriteDatabricksCompatibility#testTrinoVacuumRemoveChangeDataFeedFiles when implementing this feature.

Amar1404 commented 2 months ago