Schema metadata descriptions cause write failures in deltalake >= 0.19.0 #2850
Labels
binding/rust
Issues for the Rust crate
bug
Something isn't working
fix-awaiting-release
Issues which have a fixed merged or pending
road-to-1.0
Going from zero to one
Environment
Delta-rs version:
0.19.1
(Test 0.19.0 and it failed as well)
Environment:
Bug
What happened:
In 0.19.1, we can no longer write to Delta Tables using schemas that have descriptions set for the individual columns it seems.
What you expected to happen:
We include the description per column so it is available downstream (OpenLineage etc.) and in 0.18.2 and previous versions we were able to write data successfully.
How to reproduce it:
Error:
More details:
This works if you downgrade back to 0.18.2:
The text was updated successfully, but these errors were encountered: