delta-io/delta

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

Open

#2,216 创建于 2023年10月20日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Scala (2,100 fork)batch import
enhancementgood first issuekernel

仓库指标

Star
 (8,807 star)
PR 合并指标
 (平均合并 7天 1小时) (30 天内合并 142 个 PR)

描述

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.

贡献者指南