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.22k stars 1.62k forks source link

[Spark] Clean up imports in CheckConstraintsSuite.scala #3270

Closed tomvanbussel closed 1 week ago

tomvanbussel commented 1 week ago

Which Delta project/connector is this regarding?

Description

See title

How was this patch tested?

N/A

Does this PR introduce any user-facing changes?

No

felipepessoto commented 1 week ago

BTW, I have a PR open to clean up all the unused imports warnings. Let me know if you can review it and I'll rebase it.

https://github.com/delta-io/delta/pull/1862 https://github.com/delta-io/delta/issues/1863