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

[INFRA] Add structured logging linter script to github workflow #3840

Closed zedtang closed 2 weeks ago

zedtang commented 2 weeks ago

Which Delta project/connector is this regarding?

Description

Add a python linter script to enforce new code to adhere to structured logging. There is a similar effort in Spark: https://github.com/apache/spark/pull/47239.

How was this patch tested?

github workflow passed.

Does this PR introduce any user-facing changes?

No