delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
1.98k stars 365 forks source link

`get_constraints` returns `*` for names #2570

Open Nordalf opened 3 weeks ago

Nordalf commented 3 weeks ago

Hey,

How come a * is used as name for the returned constraints in the get_constraints-method? Is this intended? I would assume the names provided to the constraints would be returned.

Reference https://github.com/delta-io/delta-rs/blob/b64335d8b4cd885b1391e80eda9f771e6ef62a8c/crates/core/src/table/config.rs#L346-L357