lidavidm commented on code in PR #41636:
URL: https://github.com/apache/arrow/pull/41636#discussion_r1598243770
##########
java/vector/src/main/java/org/apache/arrow/vector/BaseVariableWidthViewVector.java:
##########
@@ -46,7 +46,7 @@
*/
public abstract class BaseVariableWidthViewVector extends BaseValueVector
implements VariableWidthFieldVector {
// A single element of a view comprises 16 bytes
- protected static final int ELEMENT_SIZE = 16;
+ public static final int ELEMENT_SIZE = 16;
Review Comment:
a constant should not need a getter
--
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]