aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical
AgeCommit message (Expand)Author
2018-03-30DRILL-6259: Support parquet filter push down for complex typesArina Ielchiieva
2018-03-20DRILL-6199: Add support for filter push down and partition pruning with sever...Arina Ielchiieva
2018-03-07DRILL-4120: Allow implicit columns for Avro storage formatVolodymyr Vysotskyi
2018-03-03DRILL-6099: Push limit past flatten(project) without pushdown into scanGautam Parai
2018-02-24DRILL-6118: Handle item star columns during project / filter push down and di...Arina Ielchiieva
2018-02-01DRILL-4185: UNION ALL involving empty directory on any side of union all resu...Vitalii Diravka
2018-01-24DRILL-6049: Misc. hygiene and code cleanup changesPaul Rogers
2018-01-16DRILL-3993: Move Drill-specific commits 'CALCITE-628' and 'Drill-specific cha...Volodymyr Vysotskyi
2018-01-16DRILL-3993: Changes to support Calcite 1.15.Volodymyr Vysotskyi
2018-01-16DRILL-3993: Use custom RelBuilder implementation in rulesVolodymyr Vysotskyi
2018-01-16DRILL-3993: Changes to support Calcite 1.13Roman Kulyk
2018-01-11DRILL-6054: don't try to split the filter when it is not ANDchunhui-shi
2017-10-11DRILL-5830: Resolve regressions to MapR DB from DRILL-5546Paul Rogers
2017-10-11DRILL-5645: negation of expression causes null pointer exceptionJosiah Yan
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-07-21DRILL-5165: For limit all case, no need to push down limit to scanchunhui-shi
2017-07-21DRILL-4755: Fix IOBE for convert_from/convert_to functions with incorrect enc...Volodymyr Vysotskyi
2017-06-24DRILL-5130: Implement DrillValuesRel and ValuesPrel as Calcite Values sub-cla...Arina Ielchiieva
2017-06-02DRILL-5537: Display columns alias for queries with sum() when RDBMS storage p...Arina Ielchiieva
2017-05-12DRILL-5419: Calculate return string length for literals & some string functionsArina Ielchiieva
2017-04-07DRILL-5375: Nested loop join: return correct result for left join closes #794Arina Ielchiieva
2017-03-29DRILL-4678: Tune metadata by generating a dispatcher at runtimeSerhii-Harnyk
2017-03-20DRILL-5359: Fix ClassCastException when Drill pushes down filter on the outpu...Jinfeng Ni
2017-02-03DRILL-5043: Function that returns a unique id per session/connection similar ...Nagarajan Chinnasamy
2017-01-23DRILL-4956: Temporary tables supportArina Ielchiieva
2017-01-04DRILL-5159: Drill's ProjectMergeRule should operate on RelNodes with same con...Jinfeng Ni
2016-12-12DRILL-4938: Report UserException when constant expression reduction failsSerhii-Harnyk
2016-12-12DRILL-5048: Fix type mismatch error in case statement with null timestampSerhii-Harnyk
2016-10-29DRILL-4974: Add missing null check in FindPartitionConditions.analyzeCall()karthik
2016-10-12DRILL-4925: Add tableType filter to GetTables metadata queryLaurent Goujon
2016-10-11DRILL-4927: Add support for Null Equality JoinsRoman Kulyk
2016-10-05DRILL-4906: CASE Expression with constant generates class exceptionSerhii-Harnyk
2016-08-23DRILL-4857: Maintain pruning status and populate ParquetGroupScan's entries f...Aman Sinha
2016-08-17DRILL-4846: Fix a few performance issues for metadata access:Aman Sinha
2016-08-05DRILL-4825: Fix incorrect result issue caused by partition pruning when same ...Jinfeng Ni
2016-07-27DRILL-4786: Read the metadata cache file from the least common ancestor direc...Aman Sinha
2016-07-21DRILL-4794: Fix a premature exit of the outer loop during pruning.Aman Sinha
2016-07-18DRILL-4530: Optimize partition pruning with metadata caching for the single p...Aman Sinha
2016-07-14DRILL-4665: Fix partition pruning for filters containing LIKE (or other simil...Gautam Parai
2016-04-26DRILL-4529: Force $SUM0 to be used when Window Sum is supposed to returned no...Hsuan-Yi Chu
2016-04-11DRILL-4589: Reduce planning time for file system partition pruning by reducin...Jinfeng Ni
2016-03-28DRILL-4549: Add support for more truncation units in date_trunc functionvkorukanti
2016-03-24DRILL-4531: Add a Drill customized rule for pushing filter past aggregateJinfeng Ni
2016-03-22DRILL-3623: For limit 0 queries, optionally use a shorter execution path when...Sudheesh Katkam
2016-03-18DRILL-4372: (continued) Support for Window functions:Hsuan-Yi Chu
2016-03-16DRILL-4372: (continued) Add option to disable/enable function output type inf...Hsuan-Yi Chu
2016-03-16DRILL-4372: Expose the functions return type to DrillHsuan-Yi Chu
2016-03-09DRILL-4441: Fix varchar data read out of Avro filtering incorrectly due to me...Jason Altekruse
2016-03-03DRILL-4465: Simplify Calcite parsing & planning integrationJacques Nadeau