urlyy commented on code in PR #2545:
URL: https://github.com/apache/fory/pull/2545#discussion_r2307238109
##########
rust/fory-derive/src/object/read.rs:
##########
@@ -113,14 +113,7 @@ fn deserialize_compatible(fields: &[&Field]) ->
TokenStream {
_ => {
// skip bytes
println!("no need to deserialize {:?}:{:?}",
_field.field_name.as_str(), _field.field_type);
Review Comment:
need to replace as `println!("skip {:?}:{:?}", _field.field_name.as_str(),
_field.field_type);`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]