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
6.96k stars 1.58k forks source link

[Kernel][Infra] Fix the java checkstyle for Kernel's Meta file #3034

Closed allisonport-db closed 2 weeks ago

allisonport-db commented 2 weeks ago

Which Delta project/connector is this regarding?

Description

Merging https://github.com/delta-io/delta/pull/3019 broke the kernelApi/checkstyle which is failing CI jobs since it's original tests ran before https://github.com/delta-io/delta/commit/8cdf411d2c3e483a483595d117619c4aa6e15faa was committed.

How was this patch tested?

Checked locally that kernelApi/checkstyle passes.