josiahyan commented on a change in pull request #8214: URL: https://github.com/apache/arrow/pull/8214#discussion_r494256371
########## 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: Sure, I'll change it back! I was a bit worried because of the proximity to actualValueCapacity, but I didn't realized it was used elsewhere and had a larger meaning. ---------------------------------------------------------------- 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: us...@infra.apache.org