delta-io / kafka-delta-ingest

A highly efficient daemon for streaming data from Kafka into Delta Lake
Apache License 2.0
343 stars 73 forks source link

Dockerfile build failure #180

Closed giulio1979 closed 2 weeks ago

giulio1979 commented 2 weeks ago

I notice latest builds failing:

error[E0658]: use of unstable library feature 'arc_unwrap_or_clone' --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/delta_kernel-0.1.1/src/schema.rs:461:9 461 Arc::unwrap_or_clone(schema).into() ^^^^^^^^^^^^^^^^^^^^
= note: see issue #93610 <https://github.com/rust-lang/rust/issues/93610> for more information

For more information about this error, try rustc --explain E0658. error: could not compile delta_kernel (lib) due to previous error warning: build failed, waiting for other jobs to finish...