Skip to content

Commit a797338

Browse files
authored
Merge pull request #13 from selvaganesang/minor_struct_change_18.0
MINOR: [Java] Make StructVector.reallocValidityBuffer protected
2 parents 77e62d3 + 1480f12 commit a797338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/main/java/org/apache/arrow/vector/complex/StructVector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ public void reAlloc() {
528528
super.reAlloc();
529529
}
530530

531-
private void reallocValidityBuffer() {
531+
protected void reallocValidityBuffer() {
532532
final int currentBufferCapacity = checkedCastToInt(validityBuffer.capacity());
533533
long newAllocationSize = getNewAllocationSize(currentBufferCapacity);
534534

0 commit comments

Comments
 (0)