deniskuzZ commented on code in PR #4389:
URL: https://github.com/apache/hive/pull/4389#discussion_r1225269950
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorMapOperator.java:
##########
@@ -807,6 +807,12 @@ private boolean deliverVectorizedRowBatch(Writable value)
throws HiveException {
}
}
oneRootOperator.process(value, 0);
+
+ if (value != null) {
Review Comment:
does it mean that comment above the method declaration is not valid?
````
* The Vectorized Input File Format reader has already set the partition
column
* values, reset and filled in the batch, etc.
````
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]