aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/ops
AgeCommit message (Expand)Author
2018-11-29DRILL-6792: Find the right probe side fragment wrapper & fix DrillBuf referen...weijie.tong
2018-10-26DRILL-6763: Codegen optimization of SQL functions with constant values(#1481)shuifeng lu
2018-10-11DRILL-3988: Expose Drill built-in functions & UDFs in a system table (#1483)Kunal Khatua
2018-10-10DRILL-6731: use thread pool to run the runtime filter aggregating workweijie.tong
2018-10-10DRILL-6731: Move the BFs aggregating work from the Foreman to the RuntimeFilterweijie.tong
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-23DRILL-6385: Support JPPD featureweijie.tong
2018-08-17DRILL-6696: IOBE in Operator Metric RegistryVitalii Diravka
2018-06-06DRILL-6389: Fixed building javadocsTimothy Farkas
2018-05-30DRILL-6356: batch sizing for union allPadma Penumarthy
2018-05-19DRILL-6348: Received batches are now owned by the receive operators instead o...Salim Achouche
2018-05-11DRILL-6249: Adding more unit testing documentation.Timothy Farkas
2018-05-10DRILL-6386: Remove unused imports and star imports.Drill Dev
2018-04-27DRILL-6331: Revisit Hive Drill native parquet implementation to be exposed to...Arina Ielchiieva
2018-04-22DRILL-6324: Unnest - Add tests with real Unnest and real Lateral.Parth Chandra
2018-04-20DRILL-6334: Minor code cleanupPaul Rogers
2018-04-17DRILL-6323: Lateral Join - Lateral Join Batch Memory manager support using th...Sorabh Hamirwasia
2018-04-17DRILL-6323: Lateral Join - Refactor BatchMemorySize to put outputBatchSize in...Sorabh Hamirwasia
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2018-04-06DRILL-6296: Add operator metrics for batch sizing for merge joinPadma Penumarthy
2018-04-06DRILL-6284: Add operator metrics for batch sizing for flattenPadma Penumarthy
2018-03-20DRILL-6275: Fixed direct memory reporting in sys.memory.Timothy Farkas
2018-03-03DRILL-6197: Skip duplicate entry for OperatorStatsKunal Khatua
2018-01-26DRILL-5730: Mock testing improvements and interface improvementsTimothy Farkas
2018-01-24DRILL-6049: Misc. hygiene and code cleanup changesPaul Rogers
2018-01-16DRILL-5089: Dynamically load schema of storage plugin only when needed for ev...chunhui-shi
2018-01-16REVERTED: DRILL-5089Roman Kulyk
2018-01-08DRILL-5068: Create sys.profiles tableKunal Khatua
2017-11-29DRILL-4286: Graceful shutdown of drillbitdvjyothsna
2017-11-21DRILL-5089: Dynamically load schema of storage plugin only when needed for ev...chunhui-shi
2017-11-13DRILL-5842: Refactor fragment, operator contextsPaul Rogers
2017-11-13DRILL-5832: Change OperatorFixture to use system option managerPaul Rogers
2017-10-09DRILL-5716: Queue-driven memory allocationPaul Rogers
2017-09-24DRILL-5721: Query with only root fragment and no non-root fragment hangs when...Sorabh Hamirwasia
2017-09-16DRILL-5723: Added System Internal Options That can be Modified at RuntimeTimothy Farkas
2017-07-03DRILL-5518: Test framework enhancementsPaul Rogers
2017-06-02DRILL-5485: Remove WebServer dependency on DrillClientSorabh Hamirwasia
2017-06-02DRILL-5481: Allow to persist profiles in-memory only with a max capacityKunal Khatua
2017-05-05DRILL-5423: Refactor ScanBatch to allow unit testing record readersPaul Rogers
2017-04-08DRILL-5319: Refactor "contexts" for unit testing closes #787Paul Rogers
2017-03-02DRILL-5290: Provide an option to build operator table once for built-in stati...Padma Penumarthy
2017-03-01DRILL-4963: Fix issues with dynamically loaded overloaded functionsArina Ielchiieva
2017-03-01DRILL-4730: Update JDBC DatabaseMetaData implementation to use new Metadata APIsLaurent Goujon
2017-02-03DRILL-5238: CTTAS: unable to resolve temporary table if workspace is indicate...Arina Ielchiieva
2017-02-03DRILL-5207: Improve Parquet Scan pipelining. Add a configurable AsyncPageRead...Parth Chandra
2017-02-03DRILL-5043: Function that returns a unique id per session/connection similar ...Nagarajan Chinnasamy
2016-12-19DRILL-5052: Option to debug generated Java code using an IDEPaul Rogers
2016-11-04DRILL-4823: Fix OOM while trying to prune partitions with reasonable data sizeArina Ielchiieva
2016-11-04DRILL-4800: Various fixes. Fix buffer underflow exception in BufferedDirectBu...Parth Chandra
2016-11-02DRILL-4800: Add AsyncPageReader to pipeline PageRead Use non tracking input s...Parth Chandra