delta-io/delta

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

Open

#2216 aperta il 20 ott 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Scala (2100 fork)batch import
enhancementgood first issuekernel

Metriche repository

Star
 (8807 star)
Metriche merge PR
 (Merge medio 7g 1h) (142 PR mergiate in 30 g)

Descrizione

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.

Guida contributor