support partition value serialization for more data types #357
Labels
binding/rust
Issues for the Rust crate
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
In
rust/src/checkpoints.rs
, we currently only support partition value deserialization for string, byte, short, integer, long and boolean.Based on https://github.com/delta-io/delta/blob/master/PROTOCOL.md#partition-value-serialization, we also need to support double, date, timestamp and binary
The text was updated successfully, but these errors were encountered: