paimon-rust icon indicating copy to clipboard operation
paimon-rust copied to clipboard

Implement Ser/De for DataType Correct

Open Xuanwo opened this issue 1 year ago • 2 comments

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

Xuanwo avatar Aug 02 '24 15:08 Xuanwo

I will try to implement this.

XuQianJin-Stars avatar Aug 03 '24 03:08 XuQianJin-Stars

I will try to implement this.

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

Xuanwo avatar Aug 03 '24 04:08 Xuanwo