delta_kernel crate release considerations #351
zachschuermann
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Motivation: I've broken some crates (delta-rs) which take us as a dependency. Want to start logging learnings/processes here.
0.x
: x is treated as major version basicallyimmediate action: splitting crates into kernel/default-engine so kernel core doesn't have arrow dependency. list specific enumeration of arrow versions supported in default-engine (e.g.
arrow = 52, 53
) and introduce integration testing (actual integration testing not tests/ dir)Beta Was this translation helpful? Give feedback.
All reactions