vvysotskyi commented on a change in pull request #1922: DRILL-7476: Set lastSet
on TransferPair copies
URL: https://github.com/apache/drill/pull/1922#discussion_r356511447
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/validate/BatchValidator.java
##########
@@ -320,6 +321,19 @@ private void validateNullableVector(String name,
NullableVector vector) {
"Outer value count = %d, but inner value count = %d",
outerCount, valueCount));
}
+ if (vector instanceof NullableVarCharVector) {
Review comment:
Could you please add these checks for other nullable `VariableWidthVector`
implementations: `NullableVarBinaryVector`, `NullableVar16CharVector` and
`NullableVarDecimalVector`.
----------------------------------------------------------------
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]
With regards,
Apache Git Services