Skip to content

Commit 3b4cd31

Browse files
scottsand-dbTimothyW553
authored andcommitted
[Kernel] [UC] Rename delta-unity to delta-kernel-unitycatalog and move folder to kernel/unitycatalog (delta-io#5532)
## 🥞 Stacked PR Use this [link](https://github.com/delta-io/delta/pull/5532/files) to review incremental changes. - [**stack/delta_kernel_unitycatalog**](delta-io#5532) [[Files changed](https://github.com/delta-io/delta/pull/5532/files)] --------- #### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [ ] Flink - [X] Kernel - [ ] Other (fill in here) ## Description Title. Rename sbt project; move folder. ## How was this patch tested? Just a rename/move. Existing CI and UTs. ## Does this PR introduce _any_ user-facing changes? No.
1 parent 3f42b63 commit 3b4cd31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,12 +906,12 @@ lazy val kernelBenchmarks = (project in file("kernel/kernel-benchmarks"))
906906
),
907907
)
908908

909-
lazy val unity = (project in file("unity"))
909+
lazy val kernelUnityCatalog = (project in file("kernel/unitycatalog"))
910910
.enablePlugins(ScalafmtPlugin)
911911
.dependsOn(kernelDefaults % "test->test")
912912
.dependsOn(storage)
913913
.settings (
914-
name := "delta-unity",
914+
name := "delta-kernel-unitycatalog",
915915
commonSettings,
916916
javaOnlyReleaseSettings,
917917
javafmtCheckSettings,

0 commit comments

Comments
 (0)