aboutsummaryrefslogtreecommitdiff
path: root/exec
AgeCommit message (Expand)Author
2015-02-13DRILL-1948: Fix issue with HDFS and CompatibilityUtil.getBufAdamPD
2015-02-13DRILL-2163: ensure vector container fully reconstructs a composite vector wit...Hanifi Gunes
2015-02-13DRILL-1937: Disable the query pattern where logical expressions are applied o...Hsuan-Yi Chu
2015-02-12DRILL-2127: make JDBC tests re-use bit instances; reset cached bits on failureHanifi Gunes
2015-02-12DRILL-1597: refactor empty population logic out & re-use across RepeatedList/...Hanifi Gunes
2015-02-12DRILL-1605: ensure GenericAccessor returns null for non-existent recordsHanifi Gunes
2015-02-12DRILL-2087: Fix an incorrect join plan by ensure either both sides are distri...Jinfeng Ni
2015-02-12DRILL-1872: Assertion failure and empty map on order by with complex dataParth Chandra
2015-02-11DRILL-2170: For fragment parallelization, use max cost of operators instead o...Aman Sinha
2015-02-11DRILL-2107: Fix hash aggregate to return OK_NEW_SCHEMA only once.Mehant Baid
2015-02-11DRILL-2199: Fix major type returned for convert to nullable type functionsMehant Baid
2015-02-11DRILL-2184: Move TestFunctionsQuery under execution tests and use the new tes...mehant
2015-02-10DRILL-2154: Add options to enable compression and dictionary encoding in parq...Steven Phillips
2015-02-09DRILL-2172: make web UI bound check before accessing a vector, returning null...Hanifi Gunes
2015-02-06DRILL-1921: Disable union, intersect, except, natural join, cross join; Disab...Hsuan-Yi Chu
2015-02-05DRILL-2080: Add IO Stats for JSON/Parquet type input filesvkorukanti
2015-02-05DRILL-2088: ReAlloc in FixedWidthVector.setValueCount if current buffer capac...vkorukanti
2015-02-05DRILL-1988: Create child vectors while initializing complex vectors using Mat...Mehant Baid
2015-02-05DRILL-2142: Refactor complex vector classes. Move the logic that applies spec...Mehant Baid
2015-02-04DRILL-2126: make jdbc connection impl honor parameters passed from userHanifi Gunes
2015-02-04DRILL-2114: Update profile page to provide query fragment state, node where q...Jacques Nadeau
2015-02-04DRILL-1747: Enable fragment profile updates throughout queries rather than on...Jacques Nadeau
2015-02-04DRILL-2092: For HashJoin and MergeJoin, process the null comparisons for IS ...Aman Sinha
2015-02-02DRILL-2069: Fix star query prefix logic it's used with subquery in where cla...Jinfeng Ni
2015-01-29DRILL-2109: Fix for parquet dictionary page readingJason Altekruse
2015-01-28DRILL-2090: Update HBase storage plugin to support HBase 0.98Aditya Kishore
2015-01-26DRILL-2079: Use AllocationHelper to allocate memory for vectors.Mehant Baid
2015-01-26DRILL-2078: Remove deprecated VectorAllocator and modify its usersMehant Baid
2015-01-26DRILL-2072: Fix getGroupCount() in RepeatedMapVectorMehant Baid
2015-01-26DRILL-2041 : Throw more meaningful error message when Group BY / ORDER BY / C...Jinfeng Ni
2015-01-24DRILL-1888: Added unit test for HAVING clause on aggregate expression. Fix i...Aman Sinha
2015-01-24DRILL-2063: Fix is in Calcite (ensure uniqueness of fields in the row type of...Aman Sinha
2015-01-23DRILL-2066: Clear target vectors before performing transfer()Mehant Baid
2015-01-23DRILL-2065: Fix assertion check in AbstractContainerVectorMehant Baid
2015-01-23DRILL-2049: NoClassDefFoundError: org/apache/commons/lang/StringEscapeUtils i...Aditya Kishore
2015-01-22DRILL-1960: Automatic reallocationSteven Phillips
2015-01-20DRILL-1932: Query fails if the first record batch does not contain any recordAditya Kishore
2015-01-20DRILL-1922: Add a string_binary() function to pretty print a VARBINARY type a...Aditya Kishore
2015-01-20DRILL-2030: fix column prefix for CTAS when query has select * and expression.Jinfeng Ni
2015-01-20DRILL-2043: Fix testStarPartitionFilterOrderBy to be timezone insensitiveMehant Baid
2015-01-20DRILL-1945: Fix initialization variables for max aggregate function.Mehant Baid
2015-01-19DRILL-1699 Make LoadingCache max size configurableYuliya Feldman
2015-01-19DRILL-1500: Add unit test caseAman Sinha
2015-01-19DRILL-1973: Filter should check for record count before doing evaluation. Fix...Aman Sinha
2015-01-19DRILL-2014: Add mechanism to detect and prevent registering Drill functions w...Mehant Baid
2015-01-18DRILL-2019: Use correct index for filter evaluation when input to Filter is a...Aman Sinha
2015-01-18DRILL-2021: In ProjectRecordBatch, for the case where expr != ref, allow dupl...Hsuan-Yi Chu
2015-01-16DRILL-1993: Fix allocation issues in HashTable and HashAgg to reduce memory w...vkorukanti
2015-01-16DRILL-1990: Add peak memory allocation in a operator to OperatorStats.vkorukanti
2015-01-16DRILL-1991: Code indendation and formatting cleanup for few filesvkorukanti