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_r308000454
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/HashJoinBatch.java
 ##########
 @@ -1048,6 +1059,8 @@ public IterOutcome executeBuildPhase() throws 
SchemaChangeException {
           read_right_HV_vector = null;
         }
         break;
+      default:
+        throw new IllegalStateException(rightUpstream.name());
 
 Review comment:
   Maybe add more descriptive 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

Reply via email to