aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2015-03-26Update to version 0.9.0-SNAPSHOTJacques Nadeau
2015-03-26DRILL-2502: Improve code safety by providing a generic event delivery mechanChris Westin
2015-03-25DRILL-2275: Added support to get information about current cluster memory and...Sudheesh Katkam
2015-03-23DRILL-2466: Fix "<a>.VARCHAR -> <b>.NVARCHAR" to "-> <b>.VARCHAR" (Types.h).dbarclay
2015-03-20DRILL-2510: Fix unclosed allocators detected in Java shutdown hookChris Westin
2015-03-19DRILL-2245: Clean up query setup and execution kickoff in Foreman/WorkManager...Chris Westin
2015-03-16DRILL-1385, along with some cleanupChris Westin
2015-03-061908: new window function implementationadeneche
2015-02-27DRILL-2328: For concat function, null input is treated as empty string; for c...Hsuan-Yi Chu
2015-02-26DRILL-1535:Logical plan deserialization error in JoinYash Sharma
2015-02-25DRILL-2130: Fixed JUnit/Hamcrest/Mockito/Paranamer class path problem.dbarclay
2015-02-24DRILL-1496: Fix serialization of 'similar to' while converting from optiq exp...Mehant Baid
2015-02-23DRILL-1062: Implemented null ordering (NULLS FIRST/NULLS LAST).dbarclay
2015-02-19DRILL-2269: Add default implementation for estimating cost of evaluating an e...Jinfeng Ni
2015-02-18DRILL-2054: Interpret "||" as string concat operator; Disable `&&`;Hsuan-Yi Chu
2015-02-12DRILL-2127: make JDBC tests re-use bit instances; reset cached bits on failureHanifi Gunes
2015-02-11DRILL-2199: Fix major type returned for convert to nullable type functionsMehant Baid
2015-02-04DRILL-2126: make jdbc connection impl honor parameters passed from userHanifi Gunes
2015-01-23DRILL-2049: NoClassDefFoundError: org/apache/commons/lang/StringEscapeUtils i...Aditya Kishore
2015-01-16DRILL-1555: fix a problem in ArraySegment cloning logicHanifi Gunes
2015-01-13DRILL-1885: fix a problem regarding ordinal to vector mapping that report inc...Hanifi Gunes
2015-01-09DRILL-1874: Support casting empty string to null numeric based on configurati...Hsuan-Yi Chu
2015-01-07DRILL-1935: Use single quote around encoding type in ExpressionStringBuilder....Aditya Kishore
2014-12-05Bump version to 0.8.0-SNAPSHOTMehant Baid
2014-12-02DRILL-1803: Update version to TLP and remove reference to incubator in README.mdJacques Nadeau
2014-11-30DRILL-1774: Update JSON Reader to do single pass reading and better use Jacks...Jacques Nadeau
2014-11-28DRILL-1458: New unit test framework.Jason Altekruse
2014-11-20DRILL-1517: Update Foreman to improve state management.Jacques Nadeau
2014-11-11DRILL-1671, DRILL-1653, DRILL-1652: Fixes for flatten bugsJacques Nadeau
2014-10-22DRILL-1508: Implement pushdown for LIKE operator in HBase storage engineAditya Kishore
2014-10-07Setting to SNAPSHOT version, (missed while collecting the stale PRs)Aditya Kishore
2014-10-07Updating projects version to 0.7.0-incubating-SNAPSHOT.Aditya Kishore
2014-09-23Patch for DRILL-705Timothy Chen
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-11Updating projects version to 0.6.0-incubating-SNAPSHOT.Aditya Kishore
2014-08-27DRILL-1283: JSON project pushdown.Jason Altekruse
2014-08-24Switch to DrillBufJacques Nadeau
2014-08-18DRILL-1281: Read into Direct Memory in Parquet Reader. Requires Hadoop 2.4 or...Parth Chandra
2014-08-06DRILL-632: JDBC single jar build failing, too many classesAditya Kishore
2014-08-06Move to 0.5.0-incubating-SNAPSHOTJacques Nadeau
2014-07-29Update version to 0.4.0-incubating-SNAPSHOTJacques Nadeau
2014-07-29DRILL-931: Support select * query in Drill planner. (Part of change is in Opt...Jinfeng Ni
2014-07-26DRILL-1180: Add casts to case expression to ensure all branches have same out...Mehant Baid
2014-07-20DRILL-1155: Add option to use JDK compiler and use it for runtime generated c...Aditya Kishore
2014-07-20DRILL-1140: Add cast function from Timestamp to TimeMehant Baid
2014-07-20DRILL-1138: Explicit casting to boolean failsAditya Kishore
2014-07-07DRILL-730: Initialize the buffer while creating sparse representation from Bi...Mehant Baid
2014-07-07DRILL-1110: Output precision of functions should always be greater or equal t...Mehant Baid
2014-07-07DRILL-861: Implement sum, avg for decimal data type.Mehant Baid