aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/compile
AgeCommit message (Expand)Author
2018-08-30DRILL-5735: UI options grouping and filtering & Metrics hintsKunal Khatua
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-06-07DRILL-6375 : Support for ANY_VALUE aggregate functionGautam Parai
2018-05-10DRILL-6386: Remove unused imports and star imports.Drill Dev
2018-05-04DRILL-6094: Decimal data type enhancementsVolodymyr Vysotskyi
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2018-03-30DRILL-6259: Support parquet filter push down for complex typesArina Ielchiieva
2017-12-22DRILL-6028: Allow splitting generated code in ChainedHashTable into blocks to...Arina Ielchiieva
2017-11-14DRILL-5783, DRILL-5841, DRILL-5894: Rationalize test temp directoriesTimothy Farkas
2017-09-16DRILL-5723: Added System Internal Options That can be Modified at RuntimeTimothy Farkas
2017-08-25DRILL-5547: Linking config options with system option managerJyothsna Donapati
2017-06-02DRILL-5140: Fix CompileException in run-time generated code when record batch...Volodymyr Vysotskyi
2017-04-08DRILL-5319: Refactor "contexts" for unit testing closes #787Paul Rogers
2017-01-10DRILL-5116: Enable generated code debugging in each Drill operatorPaul Rogers
2016-12-19DRILL-5052: Option to debug generated Java code using an IDEPaul Rogers
2016-07-22DRILL-4743: Allow new options to control filter selectivity (min/max bounds)Gautam Parai
2016-04-20DRILL-4437: Operator unit test frameworkJason Altekruse
2016-02-18DRILL-4275: create TransientStore for short-lived objects; refactor Persisten...Hanifi Gunes
2016-02-05DRILL-3581: Upgrade HPPC to 0.7.1Jacques Nadeau
2015-10-26DRILL-3742: Classpath scanning and build improvementJulien Le Dem
2015-09-13DRILL-3589: Update JDBC driver to shade and minimize dependencies.Jacques Nadeau
2015-09-08DRILL-3497: Throw UserException#validationError instead of SetOptionException...Sudheesh Katkam
2015-07-16DRILL-1904 - Part 1: Package level docs for the common module and a few packa...Jason Altekruse
2015-04-18DRILL-2762: Update Fragment state reporting and error collectionJacques Nadeau
2015-03-26DRILL-2537: Set a maximum source code size of 2mb for scalar replacement.Jacques Nadeau
2015-03-19DRILL-2503: AsmUtil ClassTransformer MergeAdapter - add option to pass throug...Chris Westin
2015-03-19DRILL-2245: Clean up query setup and execution kickoff in Foreman/WorkManager...Chris Westin
2015-03-18DRILL-2210 Introducing multithreading capability to PartitonerSenderYuliya Feldman
2015-03-17DRILL-2389: Remove timestamp with time zoneMehant Baid
2015-03-16DRILL-1385, along with some cleanupChris Westin
2015-01-19DRILL-1699 Make LoadingCache max size configurableYuliya Feldman
2015-01-07DRILL-1919: Running DRILL with JRE results in failure with ambiguous errorsAditya Kishore
2014-11-11Remove extraneous System.out.print statements.Jacques Nadeau
2014-10-26DRILL-1436: Remove use of UDP based cache for purposes of intermediate PlanFr...Jacques Nadeau
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-09-02DRILL-1369: Constrain code compilation cache.Jacques Nadeau
2014-08-24Switch to DrillBufJacques Nadeau
2014-08-18DRILL-1163: Estimate memory and re-planning query + system options UI.Sudheesh Katkam
2014-07-25DRILL-1166: Session option to enable/disable debug information in runtime gen...Aditya Kishore
2014-07-20DRILL-1155: Add option to use JDK compiler and use it for runtime generated c...Aditya Kishore
2014-07-09DRILL-1060: Support ComplexToJson for Array Data TypeAditya Kishore
2014-06-20DRILL-1044: Optimize boolean and/or operators by short-circuit and fast-succe...Jinfeng Ni
2014-06-12DRILL-968: Use checkstyle plugin to prevent inadvertent use of shaded Guava c...Aditya Kishore
2014-05-28DRILL-665: Handle null values in case expressions.tnachen
2014-05-23Remove references to jcommander's copy of Guava's Lists class.Jacques Nadeau
2014-05-03DRILL-565: Remove spurious insertion into IdentityHashMap in ConstantExpressi...Aditya Kishore
2014-04-24DRILL-452: Conversion functions for external data typesAditya Kishore
2014-04-22DRILL-332: Support for decimal data typeMehant Baid