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_r308000655
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/project/ProjectorTemplate.java
##########
@@ -97,6 +97,10 @@ public final void setup(FragmentContext context,
RecordBatch incoming, RecordBat
case TWO_BYTE:
this.vector2 = incoming.getSelectionVector2();
break;
+ case NONE:
+ break;
+ default:
+ throw new UnsupportedOperationException();
Review comment:
Please add error message.
----------------------------------------------------------------
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