paimon-rust
paimon-rust copied to clipboard
Implement Ser/De for DataType Correct
DataType should implement Ser/De via Display instead of use default impl.
I will try to implement this.
I will try to implement this.
Thanks in advance. We can use serde_with::DisplayFromStr to make it easier.