aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/partitionsender/PartitionSenderRootExec.java
AgeCommit message (Expand)Author
2019-03-14DRILL-7068: Support memory adjustment framework for resource management with ...HanumathRao
2018-10-26DRILL-6763: Codegen optimization of SQL functions with constant values(#1481)shuifeng lu
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
2018-04-17DRILL-6295: PartitionerDecorator may close partitioners while CustomRunnable ...Vlad Rozov
2018-03-29DRILL-6125: Fix possible memory leak when query is cancelled or finished.Timothy Farkas
2018-01-26DRILL-5730: Mock testing improvements and interface improvementsTimothy Farkas
2018-01-21DRILL-5967: Fixed memory leak in OrderedPartitionSenderTimothy Farkas
2017-11-14DRILL-5783, DRILL-5841, DRILL-5894: Rationalize test temp directoriesTimothy Farkas
2017-01-10DRILL-5116: Enable generated code debugging in each Drill operatorPaul Rogers
2016-06-24DRILL-4715: Fix java compilation error in run-time generated code when query ...Jinfeng Ni
2015-12-21DRILL-4134: Allocator ImprovementsJacques Nadeau
2015-11-12DRILL-3987: (REFACTOR) Common and Vector modules building.Jacques Nadeau
2015-09-14DRILL-1942-hygiene:Chris Westin
2015-05-14Fix PartitionSenderRootExec possible memory leak.Jacques Nadeau
2015-05-10DRILL-2757: Verify operators correctly handle low memory conditions and cance...adeneche
2015-05-07DRILL-2809: Increase the default value of partitioner_sender_threads_factor.Aman Sinha
2015-05-02DRILL-2826: Simplify and centralize Operator CleanupJacques Nadeau
2015-04-29DRILL-2901: Additional fragment state fixes due to cancellation during variou...Jacques Nadeau
2015-04-10DRILL-2718: Move counting and tracking of sent batches to FragmentContextSteven Phillips
2015-03-18DRILL-2210 Introducing multithreading capability to PartitonerSenderYuliya Feldman
2015-03-15DRILL-2453: Handle the case where incoming has no schema in PartitionSender.vkorukanti
2015-03-10DRILL-2225: Fix missing PartitionSenderRootExec stats.vkorukanti
2015-03-08DRILL-133: LocalExchange planning and exec.vkorukanti
2015-03-08DRILL-2187: Single Broadcast SenderJacques Nadeau
2015-03-01DRILL-2178: Update outgoing record batch size and allocation in PartitionSender.vkorukanti
2014-12-02DRILL-1781: Fast Complex SchemaSteven Phillips
2014-10-27DRILL-1382: Fast schema returnSteven Phillips
2014-09-23DRILL-1411 Fragment memory planningParth Chandra
2014-09-11DRILL-634: Cleanup/organize Java imports and trailing whitespaces from Drill ...Aditya Kishore
2014-07-25DRILL-991: Limit should terminate upstream fragments immediately upon completionSteven Phillips
2014-07-25DRILL-939: Add support for query cancellationSteven Phillips
2014-07-08DRILL-1117: Fix stats in partition senderSteven 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-16Merge fixes.Jacques Nadeau
2014-06-16Fix and improve runtime stats profilesSteven Phillips
2014-06-12DRILL-968: Use checkstyle plugin to prevent inadvertent use of shaded Guava c...Aditya Kishore
2014-06-08Add BaseRootExec which will enable collection of stats for SendersMehant Baid
2014-06-08DRILL-865: Interface changes to AbstractRecordBatch to enable easy collection...Mehant Baid
2014-06-05DRILL-892: Send Batch is leaking memory when send fails to establish connecti...vkorukanti
2014-05-28DRILL-854: PartitionSender generated code is too largeSteven Phillips
2014-05-28DRILL-800: Partitioner is dropping records that can't fit in the available sp...vkorukanti
2014-05-23Switch distributed cache to InfinispanJacques Nadeau
2014-05-19DRILL-776: Support SelectionVector SV2 and SV4 in Partition Sender.Jinfeng Ni
2014-05-11Add support for RepeatedMapVector, MapVector and RepeatedListVector.Jacques Nadeau
2014-05-04DRILL-620: Memory consumption fixesSteven Phillips
2014-04-19in partition sender, release incoming vectors after partitioningSteven Phillips
2014-04-19in partition sender, on Iteroutcome.STOP, cleanup without flushingSteven Phillips