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] Move some ICT test helper utils to InCommitTimestampTestUtils.scala #3843

Closed longvu-db closed 2 weeks ago

longvu-db commented 2 weeks ago

Which Delta project/connector is this regarding?

Description

For code hygiene, we move some ICT test helper utils from the ICTSuite to the object InCommitTimestampTestUtils, which is dedicated to contain the ICT test utils.

How was this patch tested?

Existing UTs.

Does this PR introduce any user-facing changes?

No.