rdblue commented on code in PR #16092:
URL: https://github.com/apache/iceberg/pull/16092#discussion_r3244804452
##########
core/src/main/java/org/apache/iceberg/DeletionVectorStruct.java:
##########
@@ -49,6 +50,14 @@ private DeletionVectorStruct(DeletionVectorStruct toCopy) {
this.cardinality = toCopy.cardinality;
}
+ private DeletionVectorStruct(String location, long offset, long sizeInBytes,
long cardinality) {
+ super(BASE_TYPE, BASE_TYPE);
Review Comment:
Check that this is intended and should not just pass the size of `BASE_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]