delta-io/delta

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

Open

#2 216 ouverte le 20 oct. 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Scala (2 100 forks)batch import
enhancementgood first issuekernel

Métriques du dépôt

Stars
 (8 807 stars)
Métriques de merge PR
 (Merge moyen 7j 1h) (142 PRs mergées en 30 j)

Description

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.

Guide contributeur