delta-incubator / delta-kernel-rs

A native Delta implementation for integration with any query engine
Apache License 2.0
121 stars 32 forks source link

Make some more compilation tests with various feature flags #333

Open zachschuermann opened 2 weeks ago

zachschuermann commented 2 weeks ago

Discovered in #332: all CI was green but we actually had a compilation failure when attempting to publish the delta_kernel crate. We could run cargo package in CI or just try to compile some reasonable combinations of feature flags to catch these issues.