aboutsummaryrefslogtreecommitdiff
path: root/exec
AgeCommit message (Expand)Author
2014-12-31DRILL-1786: Filter Pushdown into InfoSchema POJO Record Generatorvkorukanti
2014-12-30DRILL-1867: Fix case-insensitive matching for subquery. Bump calcite version ...Jinfeng Ni
2014-12-29DRILL-1845: window function throws an exceptionadeneche
2014-12-25DRILL-1898: Add compare_to function for boolean typeMehant Baid
2014-12-23DRILL-1860: Bump calcite version to r14Mehant Baid
2014-12-19DRILL-1824: Fix equality between maps and lists for test framework.Jason Altekruse
2014-12-18DRILL-1887: Add code-gen for explicitly comparing null values for hash table ...Aman Sinha
2014-12-17DRILL-1886: Project on subquery containing a union all causes NPEParth Chandra
2014-12-17DRILL-1871: Compressed JSON read support.Jason Altekruse
2014-12-17DRILL-1849: Make parquet readers return nullable int instead of nullable bit ...Jason Altekruse
2014-12-17DRILL-1848 Unsupported operation exceptionParth Chandra
2014-12-17DRILL-1779 Added functionality for unix_timestamp() similar to MySQLvsowrirajan
2014-12-17DRILL-1884: Fix type cast rules to cast varbinary to timestampMehant Baid
2014-12-17DRILL-1883: Fix output type of date, interval arithmetic functionsMehant Baid
2014-12-17DRILL-1882: Add cast function from Varbinary to date/time/timestampMehant Baid
2014-12-17DRILL-584: Prevent second level of implicit casts to be added in ExpressionTr...Mehant Baid
2014-12-17DRILL-1881 - Test o.a.d.TestBugFixes#testVersionTable fails while building fr...Aditya Kishore
2014-12-17DRILL-1879: Unit test failures on WindowsAditya Kishore
2014-12-17DRILL-1878: Unable to start Drillbit in distributed mode on WindowsAditya Kishore
2014-12-17DRILL-1561: Add test case for doing 2 phase aggregation after order-by (alrea...Aman Sinha
2014-12-17DRILL-1828: In ProjectRecordBatch, add a case for expression classificationHsuan-Yi Chu
2014-12-17DRILL-1825: In ProjectRecordBatch, avoid requesting memory (will result in m...Hsuan-Yi Chu
2014-12-17DRILL-1873: Fix boolean type writing in parquet record writer.Aman Sinha
2014-12-15Disable flapping limit tests: to be fixed as part of DRILL-1866Jacques Nadeau
2014-12-15DRILL-1865: Reduce buffer size for the rpc bufferJacques Nadeau
2014-12-14DRILL-391: Test case for large IN list (actual fix/workaround is in Calcite ...Aman Sinha
2014-12-13DRILL-1788: Test for case-insensitive join. Fix is in Calcite version 0.9-dri...Aman Sinha
2014-12-13DRILL-1846: Use max receiver width during stats collection for parallelism pl...Aman Sinha
2014-12-11DRILL-1848: Specify value of MAX_QUERY_MEMORY_PER_NODE_KEY in bytes instead o...Parth Chandra
2014-12-11DRILL-1845: Do not pass partition columns to parquet readerHanifi Gunes
2014-12-11DRILL-1843: Support per-batch schema change at RecordBatchLoaderHanifi Gunes
2014-12-11DRILL-1839: Clean up complex writers per batch if project has a ComplexWriter...Hanifi Gunes
2014-12-11DRILL-1838: MapVector should late bind/replace vector if current vector is nu...Hanifi Gunes
2014-12-10DRILL-1835: Fix sort and join when results include complex typesSteven Phillips
2014-12-09DRILL-1811: select A, * from ... crashes JVMHsuan-Yi Chu
2014-12-09DRILL-1830: Fix reading map type in parquet readerSteven Phillips
2014-12-07DRILL-1769: Fix issue where option manager not holding settings.Jacques Nadeau
2014-12-07DRILL-1822: Update direct memory access operations to always be protected by ...Jacques Nadeau
2014-12-07DRILL-1821: Fix issue where schema changes for previously defined field.Jacques Nadeau
2014-12-07DRILL-1818: Fix complex projection pushdownSteven Phillips
2014-12-05Bump version to 0.8.0-SNAPSHOTMehant Baid
2014-12-05DRILL-1814: Check if writer state is OK before performing copy in copyAsValue...Mehant Baid
2014-12-05DRILL-1813: Fix race condition in UnlimitedRawBatchBufferSteven Phillips
2014-12-04DRILL-1812: Avoid calling stop() in SingleSender in rpc threadSteven Phillips
2014-12-03Disable failing large compilation test due to overuse of memory on fast schem...Jacques Nadeau
2014-12-02DRILL-1803: Update version to TLP and remove reference to incubator in README.mdJacques Nadeau
2014-12-02DRILL-1800: Drillbit not sending completed status messageParth Chandra
2014-12-02DRILL-1718: do not type cast repeated parameters to non-repeated ones and vic...Hanifi Gunes
2014-12-02DRILL-1764: return max value capacity if vector has no childrenHanifi Gunes
2014-12-02DRILL-1781: Fast Complex SchemaSteven Phillips