rpuch commented on a change in pull request #593:
URL: https://github.com/apache/ignite-3/pull/593#discussion_r792514443
##########
File path:
modules/network/src/main/java/org/apache/ignite/internal/network/serialization/ClassDescriptor.java
##########
@@ -70,6 +71,23 @@
/** Total number of non-primitive fields. */
private final int objectFieldsCount;
+ /**
+ * Size of the nulls bitmap for the described class; it is equal to the
number of nullable (i.e. non-primitive)
+ * fields that have a type known upfront.
+ *
+ * @see #fieldNullsBitmapIndices
+ * @see #isValueTypeKnownUpfront()
+ */
+ private final int fieldNullsBitmapSize;
+ /**
Review comment:
Added the newline
--
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]