emkornfield commented on a change in pull request #10789:
URL: https://github.com/apache/arrow/pull/10789#discussion_r685679951



##########
File path: 
java/vector/src/main/java/org/apache/arrow/vector/validate/ValidateVectorTypeVisitor.java
##########
@@ -114,6 +114,25 @@ private void validateDateVector(ValueVector vector, 
DateUnit expectedDateUnit) {
         "Expecting date unit %s, actual date unit %s.", expectedDateUnit, 
dateType.getUnit());
   }
 
+  private void validateDecimalVector(ValueVector vector) {

Review comment:
       is this only testable via the fuzz files, or can a unit test be added?




-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to