ilooner commented on a change in pull request #1522: Drill 6735: Implement 
Semi-Join for the Hash-Join operator
URL: https://github.com/apache/drill/pull/1522#discussion_r233171435
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/HashJoinBatch.java
 ##########
 @@ -998,6 +1000,10 @@ public IterOutcome executeBuildPhase() throws 
SchemaChangeException {
             : read_right_HV_vector.getAccessor().get(ind); // get the hash 
value from the HV column
           int currPart = hashCode & spilledState.getPartitionMask();
           hashCode >>>= spilledState.getBitsInMask();
+          // semi-join skips join-key-duplicate rows
+          if ( semiJoin ) {
+
 
 Review comment:
   Empty if statement

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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