delta-io/delta

[Kernel][Feature Request] Enable mima binary compatibility checks for Kernel

Open

#2.216 geöffnet am 20. Okt. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Scala (2.100 Forks)batch import
enhancementgood first issuekernel

Repository-Metriken

Stars
 (8.807 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 1h) (142 gemergte PRs in 30 T)

Beschreibung

Feature request

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Overview

We have mima checks for Spark, Standalone, and Flink, we should add them for Kernel before the next release.

The checks need to be enabled for the kernelApi and kernelDefaults projects in build.sbt. The MiMa settings for other projects are in https://github.com/delta-io/delta/blob/master/project/Mima.scala, we can mimic this for the kernel projects.

Contributor Guide