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

[Other] Add scalafix to handle unused imports #3865

Open vinodkc opened 1 week ago

vinodkc commented 1 week ago

Which Delta project/connector is this regarding?

Description

Added sbt-scalafix plugin to remove unused import from scala code during sbt compile

How was this patch tested?

Using existing test cases. No new test cases are added

Does this PR introduce any user-facing changes?

No