aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2014-08-27DRILL-1352: C++ Client. Update the decoding of nullable value vectors to read...Parth Chandra
2014-08-27DRILL-1021: Windows buildParth Chandra
2014-08-27DRILL-998: Limit amount of memory used by drill C++ client APIJacques Nadeau
2014-08-27Bundle the HBase 0.94 jar compiled with Hadoop 2 profileAditya Kishore
2014-08-25Fix issues with Hive function generation to support DrillBufJacques Nadeau
2014-08-24Switch to DrillBufJacques Nadeau
2014-08-18DRILL-1281: Shaded hbase jarSteven Phillips
2014-08-18DRILL-1281: Use ByteBuffer read codepath in complex parquet readerSteven Phillips
2014-08-18DRILL-1281: Read into Direct Memory in Parquet Reader. Requires Hadoop 2.4 or...Parth Chandra
2014-08-11DRILL-1226: C++ Client Decimal ignores leading zeros for decimal 9 and 18norrislee
2014-08-11DRILL-1222: C++ Client. Fix DRILL-1144 compilation on Mac OSXiao Meng
2014-08-11DRILL-1137: C++ Client. Support setting default schema in the connection phase.Xiao Meng
2014-08-06Move to 0.5.0-incubating-SNAPSHOTJacques Nadeau
2014-07-29Switch TPC-H to use typed data outputJacques Nadeau
2014-07-29Allow implicit cast of VARCHAR type arg to VAR16CHAR type when resolving Hive...vkorukanti
2014-07-29Update version to 0.4.0-incubating-SNAPSHOTJacques Nadeau
2014-07-29DRILL-1172: Consider Hive override config given in storage plugin for reading...vkorukanti
2014-07-26Add a check to validate given subschema name in HiveSchema.getSubSchema()vkorukanti
2014-07-26Disable tests that require specific timezones.Jacques Nadeau
2014-07-25DRILL-1192: Hive Scalar UDFs: Add Date, TimeStamp and Decimal type supportvkorukanti
2014-07-24DRILL-1144 Fix cases where leading zeros are ignored in decimalsnorrislee
2014-07-20DRILL-1143: Enable project pushdown into HiveRecordReadervkorukanti
2014-07-12DRILL-1133: Default cp and dfs storage plugin instances do not appear in Dril...Aditya Kishore
2014-07-09DRILL-1113: Add configuration in DrillClient to encode complex/repeated types...Aditya Kishore
2014-06-25DRILL-1045: C++ Client Properly shutdown socketsnorrislee
2014-06-25DRILL-1052: C++ Client. Update protocol buffer generated code.Xiao Meng
2014-06-25DRILL-1053: Check file if it exists on filesystem before adding it to FileInp...vkorukanti
2014-06-20Allocate buffers when the data empty so that downstream operators do not fail...vkorukanti
2014-06-20DRILL-1024: Move hive storage code out of 'exec/java-exec' into 'contrib/stor...vkorukanti
2014-06-19DRILL-898: C++ Client. Fix decimal data type.Xiao Meng
2014-06-19DRILL-870: C++ Client. Support negative interval types.Xiao Meng
2014-06-19DRILL-748: C++ Client. Support timestamp/date before unix time and handle y20...Xiao Meng
2014-06-19DRILL-875: Fixes for DRILL-707, DRILL-780, DRILL-835 (Schema change), DRILL-8...Parth Chandra
2014-06-18DRILL-1009: Remove 'HBasePStoreProvider' from HBase storage module's drill-mo...Aditya Kishore
2014-06-17DRILL-836: [addendum] Drill needs to return complex types (e.g., map and arra...Aditya Kishore
2014-06-16DRILL-933: Remove old physical operator cost & size concepts, add automatic s...Jacques Nadeau
2014-06-16DRILL-932: Add support for bracketless complex expressions in SQL queries.Jacques Nadeau
2014-06-16DRILL-954: Exclude servlet-api from classpath, and exclude duplicate servlet-...Steven Phillips
2014-06-12DRILL-968: Use checkstyle plugin to prevent inadvertent use of shaded Guava c...Aditya Kishore
2014-06-11DRILL-956: Fix issue where LocalPStore provider doesn't have correct Construc...Aditya Kishore
2014-06-10DRILL-943 - Enable/disable Storage Plugin InstanceAditya Kishore
2014-06-09Allow specifying lilith's log appender endpoint using environment variable 'L...Aditya Kishore
2014-06-08Disable store persistence for unit tests.Aditya Kishore
2014-06-08Adding HBase Persistent Store.Aditya Kishore
2014-06-08Enable View persistence, Storage Plugin and System option persistence.Jacques Nadeau
2014-06-05DRILL-894: Update Dependency of com.googlecode.maven-download-plugin:download...Harold Dost
2014-06-05DRILL-904: Fixes in project push down are causing HBase Filter pushdown to pl...Aditya Kishore
2014-06-04Update projection pushdown so that it rewrites row type of scan.Jacques Nadeau
2014-06-04add digest of group scan to scan rel.Jacques Nadeau
2014-06-02DRILL-672: Queries against HBase table do not close after the data is returned.Aditya Kishore