aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/HashJoinProbeTemplate.java
AgeCommit message (Expand)Author
2019-03-14DRILL-6707: Update target outgoing batch row count between current position a...Ben-Zvi
2018-11-13Drill 6735: Implement Semi-Join for the Hash-Join operator (#1522)Boaz Ben-Zvi
2018-10-25DRILL-6381: Address code review comments (part 3).Aman Sinha
2018-10-25DRILL-6381: (Part 3) Planner and Execution implementation to support Secondar...rebase
2018-10-19DRILL-6719: Separate spilling queue logic from HashJoin and HashAgg.Timothy Farkas
2018-10-01DRILL-6724: Dump operator context to logs when error occurs during query exec...Bohdan Kazydub
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
2018-06-01DRILL-6236:Batch sizing for hash joinPadma Penumarthy
2018-05-17DRILL-6027:Ben-Zvi
2018-05-17DRILL-6027: Initial implementation of HashJoin spill, without memory limits c...Ben-Zvi
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2018-02-05DRILL-6137: Fixed join error when one file partition is emptyTimothy Farkas
2018-01-23DRILL-5851: Empty table during a join operation with a non empty table produc...Hanumath Maduri
2017-03-31DRILL-5378: Put more information for schema change exception in hash join, ha...Jinfeng Ni
2015-04-21DRILL-1384: Part 1 - Rebase on Calcite. Change code due to Calcite package re...Jinfeng Ni
2015-01-22DRILL-1960: Automatic reallocationSteven Phillips
2014-10-27DRILL-1382: Fast schema returnSteven Phillips
2014-09-11DRILL-1402: Add check-style rules for trailing space, TABs and blocks without...Aditya Kishore
2014-09-11DRILL-634: Cleanup/organize Java imports and trailing whitespaces from Drill ...Aditya Kishore
2014-07-03DRILL-1107: Handle case in Hash join where first batch has zero recordsSteven Phillips
2014-06-26DRILL-1080: Handle out of space condition in Hash join probeSteven Phillips
2014-06-25DRILL-1068: Reduce memory consumption of various operators. Add more memory ...Jacques Nadeau
2014-06-16More stats fixes: Ensure we are calling the stats enabled next() method in th...Aman Sinha
2014-06-05DRILL-913: Fix IOOB in HashJoinProbe when input is empty batchMehant Baid
2014-05-28Fix runtime generated code for HashJoinProbeTemplate.Mehant Baid
2014-05-28DRILL-831: Execute the probe phase for outer joins if the build side is empty...Aman Sinha
2014-05-18Fix alignment in Hash Join codeMehant Baid
2014-05-07DRILL-627: Fix memory leaks in hash join and hash aggregateMehant Baid
2014-05-04DRILL-620: Memory consumption fixesSteven Phillips
2014-05-03DRILL-578: Performance fixes in Hash Join.Mehant Baid
2014-04-19DRILL-505: Hash JoinMehant Baid