----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32269/ -----------------------------------------------------------
Review request for drill and Aman Sinha. Repository: drill-git Description ------- Fixes incorrect result when using MergeJoin and both right/left side of the join are repeating in values. This fix doesn't address the case where right value repeats across the batches. Diffs ----- exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/JoinStatus.java 299fd3a exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/JoinTemplate.java 7da9788 Diff: https://reviews.apache.org/r/32269/diff/ Testing ------- Tested with the repro case given in the bug. Test file is too big to attach for unittest. Will be asking QA to add it as part of functional test suite. Thanks, Venki Korukanti
