aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/HashJoinBatch.java
AgeCommit message (Expand)Author
2015-05-10DRILL-2757: Verify operators correctly handle low memory conditions and cance...adeneche
2015-05-02DRILL-2826: Simplify and centralize Operator CleanupJacques Nadeau
2015-04-21DRILL-1384: Part 1 - Rebase on Calcite. Change code due to Calcite package re...Jinfeng Ni
2015-04-13DRILL-2771: Fix hash join to use required type for projecting map types in th...Mehant Baid
2015-04-13DRILL-2707: Fix HashJoinBatch to set output type to be optional while perform...Mehant Baid
2015-03-26DRILL-2580: Exit early from HashJoinBatch if build side is emptyMehant Baid
2015-02-19DRILL-2197: Fix no applicable constructor error in outer join with a map typeParth Chandra
2015-02-13DRILL-2163: ensure vector container fully reconstructs a composite vector wit...Hanifi Gunes
2015-02-04DRILL-2092: For HashJoin and MergeJoin, process the null comparisons for IS ...Aman Sinha
2015-01-22DRILL-1960: Automatic reallocationSteven Phillips
2015-01-16DRILL-1991: Code indendation and formatting cleanup for few filesvkorukanti
2014-12-18DRILL-1887: Add code-gen for explicitly comparing null values for hash table ...Aman Sinha
2014-12-10DRILL-1835: Fix sort and join when results include complex typesSteven Phillips
2014-12-02DRILL-1781: Fast Complex SchemaSteven Phillips
2014-10-30DRILL-1601: Have a minimum allocation for variable length value vectors.Aman Sinha
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-08-24Switch to DrillBufJacques Nadeau
2014-07-25DRILL-991: Limit should terminate upstream fragments immediately upon completionSteven Phillips
2014-07-20DRILL-1108: Fix run-time code Generator Mapping when join condition is a comp...Jinfeng Ni
2014-07-07DRILL-1111: 1. Create new batch holder for hash table if an insertion fails d...Jacques Nadeau
2014-07-03DRILL-1107: Handle case in Hash join where first batch has zero recordsSteven Phillips
2014-06-26DRILL-1077: OperationStats enhancements —Cliff Buchanan
2014-06-25DRILL-1068: Reduce memory consumption of various operators. Add more memory ...Jacques Nadeau
2014-06-19DRILL-884: Always return a schema, even when there are no recordsSteven Phillips
2014-06-18DRILL-1022: Increase default min hash table size and allow setting min/max si...Aman Sinha
2014-06-17Improve OperatorStats to avoid leaking state. Fix issue where HashJoinBatch ...Jacques Nadeau
2014-06-17Enhancements to capture HashAggregate and HashJoin runtime metrics.Aman Sinha
2014-06-16More stats fixes: Ensure we are calling the stats enabled next() method in th...Aman Sinha
2014-06-08DRILL-865: Interface changes to AbstractRecordBatch to enable easy collection...Mehant 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-23Switch distributed cache to InfinispanJacques Nadeau
2014-05-23status changesJacques Nadeau
2014-05-18Fix alignment in Hash Join codeMehant Baid
2014-05-15DRILL-712: Right side of Left join has zero values when should be nullSteven Phillips
2014-05-11Add support for RepeatedMapVector, MapVector and RepeatedListVector.Jacques Nadeau
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