arina-ielchiieva commented on a change in pull request #1830: DRILL-7333: Set
container record count where missing
URL: https://github.com/apache/drill/pull/1830#discussion_r308000699
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/unorderedreceiver/UnorderedReceiverBatch.java
##########
@@ -230,7 +230,9 @@ public void close() {
@Override
public VectorContainer getOutgoingContainer() {
- throw new UnsupportedOperationException(String.format(" You should not
call getOutgoingContainer() for class %s", this.getClass().getCanonicalName()));
+ throw new UnsupportedOperationException(
+ String.format("You should not call getOutgoingContainer() for class
%s",
Review comment:
I think referring as `you` is not common standard for error messages, please
re-write.
----------------------------------------------------------------
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