aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/MergeJoinBatch.java
AgeCommit message (Expand)Author
2019-03-14DRILL-6707: Update target outgoing batch row count between current position a...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-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-07-02DRILL-6561: Lateral excluding the columns from output container provided by p...Sorabh Hamirwasia
2018-06-11DRILL-6478: enhance debug logs for batch sizingPadma Penumarthy
2018-05-24DRILL-6435: MappingSet is stateful, so it can't be shared between threadsVlad Rozov
2018-05-15code review commentsPadma Penumarthy
2018-05-15DRILL-6411: Make batch memory sizing logs uniform across all operatorsPadma Penumarthy
2018-04-17DRILL-6323: Lateral Join - Refactor BatchMemorySize to put outputBatchSize in...Sorabh Hamirwasia
2018-04-06DRILL-6296: Add operator metrics for batch sizing for merge joinPadma Penumarthy
2018-03-07DRILL-6177: Merge Join - Allocate memory for outgoing value vectors based on ...Padma Penumarthy
2018-02-16DRILL-6123: Limit batch size for Merge Join based on memoryPadma Penumarthy
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-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-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-01-20DRILL-4190 Don't hold on to batches from left side of merge join.Amit Hadke
2015-12-13DRILL-4163 Schema changes support in MergeJoin Operator.Amit Hadke
2015-11-12DRILL-3987: (REFACTOR) Common and Vector modules building.Jacques Nadeau
2015-11-04DRILL-3793: New MergeJoin and add RecordIterator interfaceAmit Hadke
2015-10-26DRILL-2967: Incompatible types error reported in a "not in" query with compat...adeneche
2015-05-12DRILL-3033: Add memory leak fixes found so far in DRILL-1942 to 1.0.0 Fixes s...Chris Westin
2015-05-11DRILL-2476: Added BatchState.STOP in buildSchema() so AbstractRecordBatch ret...Sudheesh Katkam
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-27DRILL-2823: Use implicit casts for comparisons of expression in the join cond...Mehant Baid
2015-04-21DRILL-1384: Part 1 - Rebase on Calcite. Change code due to Calcite package re...Jinfeng Ni
2015-02-23DRILL-1062: Implemented null ordering (NULLS FIRST/NULLS LAST).dbarclay
2015-02-04DRILL-2092: For HashJoin and MergeJoin, process the null comparisons for IS ...Aman Sinha
2015-01-26DRILL-2078: Remove deprecated VectorAllocator and modify its usersMehant Baid
2015-01-22DRILL-1960: Automatic reallocationSteven Phillips
2014-12-10DRILL-1835: Fix sort and join when results include complex typesSteven Phillips
2014-12-02DRILL-1781: Fast Complex SchemaSteven 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-08-27DRILL-1335: Fix merge join operator when compare null against null value.Jinfeng Ni
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-06-19DRILL-884: Always return a schema, even when there are no recordsSteven Phillips
2014-06-17Improve OperatorStats to avoid leaking state. Fix issue where HashJoinBatch ...Jacques Nadeau
2014-06-12DRILL-968: Use checkstyle plugin to prevent inadvertent use of shaded Guava c...Aditya Kishore
2014-06-08DRILL-865: Interface changes to AbstractRecordBatch to enable easy collection...Mehant Baid
2014-06-02DRILL-864: MergeJoinBatch fails to set record count in ValueVectors in containervkorukanti