delta-io/delta
[Kernel][Feature Request] Enable mima binary compatibility checks for Kernel
已關閉
#2,216 建立於 2023年10月20日
enhancementgood first issuekernelstale
倉庫指標
- 星標
- (8,939 顆星)
- 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.