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

Add helper function to deletion vectors tests #3773

Open alekseish-db opened 1 month ago

alekseish-db commented 1 month ago

Which Delta project/connector is this regarding?

Description

This PR brings new helper function to deletion vectors testing utils. It's useful when you need check just existence of deletion vectors without deep verification.

How was this patch tested?

Used in local testing.

Does this PR introduce any user-facing changes?

No