LiangliangSui commented on code in PR #2967:
URL: https://github.com/apache/fory/pull/2967#discussion_r2584356929


##########
cpp/fory/serialization/collection_serializer.h:
##########
@@ -385,21 +385,7 @@ struct Serializer<
       return Result<void, Error>();
     }
 
-    // Build header bitmap
-    bool has_null = false;
-    if constexpr (is_nullable_v<T>) {

Review Comment:
   Sorry, I overlooked the part `if constexpr (is_nullable_v<T>) {...}" here. }`



-- 
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]

Reply via email to