liyafan82 commented on a change in pull request #8214:
URL: https://github.com/apache/arrow/pull/8214#discussion_r494118200



##########
File path: 
java/vector/src/main/java/org/apache/arrow/vector/BaseFixedWidthVector.java
##########
@@ -48,7 +48,8 @@
         implements FixedWidthVector, FieldVector, VectorDefinitionSetter {
   private final int typeWidth;
 
-  protected int lastValueCapacity;
+  protected int lastTargetValueCapacity;

Review comment:
       I am not sure if we should change this variable's name, as in other 
classes (e.g. BaseVariableWidthVector and BaseLargeVariableWidthVector), they 
are called "lastValueCapacity"




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to