aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/HashJoinBatch.java
AgeCommit message (Expand)Author
2019-03-14DRILL-6707: Update target outgoing batch row count between current position a...Ben-Zvi
2019-02-01DRILL-7002: whatever exec.hashjoin.num_partitions is set, output right resultsweijie.tong
2019-01-25DRILL-6947: Fix RuntimeFilter memory leakweijie.tong
2018-11-29DRILL-6792: Find the right probe side fragment wrapper & fix DrillBuf referen...weijie.tong
2018-11-20DRILL-6861: Hash-Join should not exit after an empty probe-side spilled parti...Ben-Zvi
2018-11-13Drill 6735: Implement Semi-Join for the Hash-Join operator (#1522)Boaz Ben-Zvi
2018-10-26DRILL-6763: Codegen optimization of SQL functions with constant values(#1481)shuifeng lu
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-10DRILL-6731: Move the BFs aggregating work from the Foreman to the RuntimeFilterweijie.tong
2018-10-01DRILL-6755: Avoid building Hash Table for inner/left join when probe side is ...Ben-Zvi
2018-10-01DRILL-6724: Dump operator context to logs when error occurs during query exec...Bohdan Kazydub
2018-09-07DRILL-6709: Extended the batch stats utility to other operatorsSalim Achouche
2018-08-29DRILL-6517: Hash Join handling uninitialized vector containerBen-Zvi
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-27DRILL-6644: Don't reserve space for incoming probe batches unnecessarily duri...Timothy Farkas
2018-08-23DRILL-6385: Support JPPD featureweijie.tong
2018-08-22DRILL-6566: Reduce Hash Agg Batch size and estimate when low available memory...Boaz Ben-Zvi
2018-08-13DRILL-6453: Fix deadlock caused by reading from left and right inputs in Hash...Timothy Farkas
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
2018-07-20DRILL-6606: Fixed bug in HashJoin that caused it not to return OK_NEW_SCHEMA ...Timothy Farkas
2018-07-02DRILL-6561: Lateral excluding the columns from output container provided by p...Sorabh Hamirwasia
2018-07-01DRILL-6537: Limit the batch size for buffering operators based on how much me...Padma Penumarthy
2018-06-11DRILL-6478: enhance debug logs for batch sizingPadma Penumarthy
2018-06-01DRILL-6236:Batch sizing for hash joinPadma Penumarthy
2018-05-17DRILL-6027:Ben-Zvi
2018-05-17DRILL-6027:Timothy Farkas
2018-05-17DRILL-6027: Initial implementation of HashJoin spill, without memory limits c...Ben-Zvi
2018-02-05DRILL-6137: Fixed join error when one file partition is emptyTimothy Farkas
2018-01-26DRILL-5730: Mock testing improvements and interface improvementsTimothy Farkas
2018-01-23DRILL-5851: Empty table during a join operation with a non empty table produc...Hanumath Maduri
2017-11-14DRILL-5783, DRILL-5841, DRILL-5894: Rationalize test temp directoriesTimothy Farkas
2017-09-21DRILL-5694: Handle OOM in HashAggr by spill and retry, reserve memory, spinnerBen-Zvi
2017-09-05DRILL-5546: Handle schema change exception failure caused by empty input or e...Jinfeng Ni
2017-09-04DRILL-4264: Allow field names to include dotsVolodymyr Vysotskyi
2017-07-21DRILL-5616: Add memory checks, plus minor metrics changesBoaz Ben-Zvi
2017-06-20DRILL-5457: Spill implementation for Hash AggregateBoaz Ben-Zvi
2017-03-31DRILL-5378: Put more information for schema change exception in hash join, ha...Jinfeng Ni
2017-01-23DRILL-5164: Equi-join query results in CompileException when inputs have larg...Serhii-Harnyk
2017-01-10DRILL-5116: Enable generated code debugging in each Drill operatorPaul Rogers
2016-11-02DRILL-4927 (part 2): Add support for Null Equality Joins (mixed comparators)Roman Kulyk
2016-06-24DRILL-4715: Fix java compilation error in run-time generated code when query ...Jinfeng Ni
2016-04-20DRILL-4437: Operator unit test frameworkJason Altekruse
2016-04-20DRILL-4445: Standardize the Physical and Logical plan nodes to use Lists inst...Jason Altekruse
2015-12-28DRILL-4215: Transfer buffer ownership in TransferPairSteven Phillips
2015-11-12DRILL-3987: (REFACTOR) Common and Vector modules building.Jacques Nadeau
2015-09-14DRILL-1942-hygiene:Chris Westin
2015-05-28DRILL-3143: MaterializedField#clone should deep copy itself without disregard...Hanifi Gunes
2015-05-15DRILL-3092: Fix memory leak risk near uses of RecordBatchData classes that ne...Jason Altekruse
2015-05-11DRILL-2476: Added BatchState.STOP in buildSchema() so AbstractRecordBatch ret...Sudheesh Katkam