aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java
AgeCommit message (Expand)Author
2014-08-24DRILL-1322: Fix memory leak when all records in a batch are filteredMehant Baid
2014-08-24Fix issue introduced by DRILL-1202 where allocators are being closed after re...Jacques Nadeau
2014-08-24Pass correct uncompressed data size to BytesInput ctor in ComplexParquetReaderParth Chandra
2014-08-24Skip static fields in PojoDataType.Jacques Nadeau
2014-08-20Use Direct Memory in Parquet WriterParth Chandra
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-18DRILL-1295: Select returns null for non pivot fields with a nested selectMehant Baid
2014-08-18DRILL-1293: Fix assertion when selecting star column from view that also has ...Aman Sinha
2014-08-18DRILL-1278: Fix selecting scalar field from a map with join clause.Mehant Baid
2014-08-18DRILL-1277: Rewrite compound identifiers in 'ON' clause as item operatorMehant Baid
2014-08-18DRILL-1241: Ensure that Limit produces at least 1 batch with the output schema.Aman Sinha
2014-08-18DRILL-1163: Estimate memory and re-planning query + system options UI.Sudheesh Katkam
2014-08-18DRILL-1039: Preserve schema even when no rows are copied in RemovingRecordBatchMehant Baid
2014-08-11DRILL-1245: throw more descriptive error messages if i) json file is invalid ...Hanifi Gunes
2014-08-11DRILL-1249: ensure ResultBatchLoader to check group count to determine if inc...Hanifi Gunes
2014-08-11Reenable producer/consumer.Jacques Nadeau
2014-08-06DRILL-1250 : Fix compilation error in generated code when Drill evaluates an ...Jinfeng Ni
2014-08-06DRILL-1252: Implement Complex parquet and json writersSteven Phillips
2014-08-06DRILL-1235: Fix null handling in REST interfaceakumarb2010
2014-08-06DRILL-1202: fixes memory leak issues: i) ProducerConsumerBatch should clean u...Hanifi Gunes
2014-08-06DRILL-1253: Allocate new container for workspace vectors before exhausting th...Mehant Baid
2014-08-06DRILL-1214: Disable SV4 handling in FilterRecordBatchMehant Baid
2014-08-06DRILL-1207: Use similar initial allocation size in ObjectVector as used by ot...Mehant Baid
2014-08-06DRILL-1232: Fix unsupported exception while using 'where' clause with partiti...Mehant Baid
2014-08-06DRILL-1247: Override toString() method in Time (java.sql.Time) class to print...Mehant Baid
2014-08-06DRILL-1063: Fix bug in merge join when value is repeating across batch boundarySteven Phillips
2014-07-30Fix regression in field aliasing.Jacques Nadeau
2014-07-29DRILL-1058: Read complex types in parquetSteven Phillips
2014-07-29Allow implicit cast of VARCHAR type arg to VAR16CHAR type when resolving Hive...vkorukanti
2014-07-29DRILL 1221: Update for changes in Parquet-12 for new converted types. Also co...Jason Altekruse
2014-07-29DRILL-1217: Enhance execution stats web UICliff Buchanan
2014-07-29DRILL-1220: Process the star columns in ProjectRecordBatch by classifying the...Aman Sinha
2014-07-29DRILL-1151: Update 'lastSet' in repeated map vector while performing copyMehant Baid
2014-07-29DRILL-1195: Querying nested array elements in JSON returns only null valuesAditya Kishore
2014-07-29DRILL-1213: Use scale when deriving row type for views.Mehant Baid
2014-07-29DRILL-945: Implementation of repeated reader and writer for parquet. Includes...Jason Altekruse
2014-07-29DRILL-1212: Propagate trait in 2 phase aggregation rule, to avoid adding unne...Jinfeng Ni
2014-07-29DRILL-931: Support select * query in Drill planner. (Part of change is in Opt...Jinfeng Ni
2014-07-28Temporarily disable ProducerConsumer operator until DRILL-1202 is fixed.Steven Phillips
2014-07-26Refactor trait pull up to common SubsetTransformer. Update Prules to use new ...Jacques Nadeau
2014-07-26move to optiq 0.9Jacques Nadeau
2014-07-26DRILL-1153: skip brackets, braces & respect escape chars in literal strings w...Hanifi Gunes
2014-07-26DRILL-1180: Add casts to case expression to ensure all branches have same out...Mehant Baid
2014-07-25DRILL-1130: Leading / in a select query should be rooted from the workspace r...Steven Phillips
2014-07-25DRILL-991: Limit should terminate upstream fragments immediately upon completionSteven Phillips
2014-07-25DRILL-939: Add support for query cancellationSteven Phillips
2014-07-25DRILL-1192: Hive Scalar UDFs: Add Date, TimeStamp and Decimal type supportvkorukanti
2014-07-25DRILL-1167: Split large runtime generated functions into a chain of functionsAditya Kishore
2014-07-25DRILL-1166: Session option to enable/disable debug information in runtime gen...Aditya Kishore