feat(rust): support additional types for partition values #1170
Labels
binding/rust
Issues for the Rust crate
enhancement
New feature or request
good first issue
Good for newcomers
Description
We currently only support integers and strings for partition values. We should support the remaining types described at:
https://github.com/delta-io/delta/blob/master/PROTOCOL.md#partition-value-serialization
This is currently implemented in this function:
delta-rs/rust/src/writer/utils.rs
Lines 122 to 152 in fac6566
Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered: