aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec
AgeCommit message (Expand)Author
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
2015-01-16DRILL-1969: Improve the error message displayed when querying Hive views from...vkorukanti
2015-01-15DRILL-1889: Fix star column prefix and subsume logic, so that query planner ...Jinfeng Ni
2015-01-15DRILL-2004: Foreman should account for fragment cancellations or query hangsHanifi Gunes
2015-01-13DRILL-1859 Issue with killing/stopping operator processing - limit is one of ...Yuliya Feldman
2015-01-13DRILL-1926 Fix for back pressure logicYuliya Feldman
2015-01-13DRILL-1885: fix a problem regarding ordinal to vector mapping that report inc...Hanifi Gunes
2015-01-12DRILL-1500: Partial fix: Don't overwrite top level ProjectPrel that allows du...Aman Sinha
2015-01-09DRILL-1874: Support casting empty string to null numeric based on configurati...Hsuan-Yi Chu
2015-01-09DRILL-1947: Cache PStore/EStore instances rather than recreating on each need...Jacques Nadeau
2015-01-08Fix partial page reading issue with HDFSAdamPD
2015-01-07DRILL-850: Already fixed previously; added unit tests for multiple count dist...Aman Sinha
2015-01-07DRILL-1931: byte_substr() does not set the 'start' field of output holder cor...Aditya Kishore
2015-01-07DRILL-1919: Running DRILL with JRE results in failure with ambiguous errorsAditya Kishore
2015-01-02DRILL-1905: There are 3 parts of the fix: (1) Check compatibility during init...Aman Sinha
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