apache / paimon-rust

Apache Paimon Rust The rust implementation of Apache Paimon.
https://paimon.apache.org/
Apache License 2.0
100 stars 31 forks source link

Implement Ser/De for DataType Correct #33

Open Xuanwo opened 3 months ago

Xuanwo commented 3 months ago

DataType should implement Ser/De via Display instead of use default impl.

XuQianJin-Stars commented 3 months ago

I will try to implement this.

Xuanwo commented 3 months ago

I will try to implement this.

Thanks in advance. We can use serde_with::DisplayFromStr to make it easier.