arina-ielchiieva commented on a change in pull request #2056: DRILL-7701: EVF
V2 Scan Framework
URL: https://github.com/apache/drill/pull/2056#discussion_r409840377
##########
File path:
exec/vector/src/main/java/org/apache/drill/exec/vector/complex/AbstractContainerVector.java
##########
@@ -56,7 +58,8 @@ protected AbstractContainerVector(MaterializedField field,
BufferAllocator alloc
@Override
public void allocateNew() throws OutOfMemoryException {
if (!allocateNewSafe()) {
- throw new OutOfMemoryException();
+ throw new OutOfMemoryException(""
Review comment:
```suggestion
throw new OutOfMemoryException(
```
----------------------------------------------------------------
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