odysa commented on issue #177:
URL: https://github.com/apache/iceberg-rust/issues/177#issuecomment-1925037344

   > We may need to modify the From to TryFrom.
   
   `serde` does not support the attribute `try_into`. 
https://github.com/serde-rs/serde/issues/1524  The `into` attribute requires 
`From`. Converting to `TryFrom` requires us to manually implement a serializer.
   
https://github.com/apache/iceberg-rust/blob/9ae9e13fb48ea8af20d76644f27dcb2fc8773396/crates/iceberg/src/spec/table_metadata.rs#L48


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to