aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-25Set the BitVector memory to zero on allocation.Aditya Kishore
2014-08-25Fixed the index check in DrillBuf.Aditya Kishore
2014-08-24Switch to DrillBufJacques Nadeau
Add @Inject DrillBuf Move comparison functions to memory sensitive ones Add scalar replacement functionality for value holders Simplify date parsing function Add local compiled code caching
2014-08-24DRILL-982: Return nulls for non-existent columns in parquet reader.Jason Altekruse
2014-08-24DRILL-1312: Use correct index to get partition vectors in ScanBatchMehant Baid
2014-08-24DRILL-1132: WriterPrel should not care about collation trait of the child.Aman Sinha
2014-08-24DRILL-1310: Fix assertion in ProjectRecordBatch for certain types of star ↵Aman Sinha
queries.
2014-08-24DRILL-1322: Fix memory leak when all records in a batch are filteredMehant Baid
2014-08-24Update TestViewSupport so that it doesn't have a null column.Jacques Nadeau
2014-08-24Turn off proguard verbose output.Jacques Nadeau
2014-08-24Fix issue introduced by DRILL-1202 where allocators are being closed after ↵Jacques Nadeau
reporting success. Update ScreenRoot to cleanup before returning success. Update ScanBatch to cleanup reader in case of limit query to avoid memory leak in ParquetReader. Update allocators so that we don't have memory leak when using debug options. Update project record batch so that it doesn't try to return a released remainder.
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: 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 ↵Parth Chandra
or above
2014-08-18DRILL-1295: Select returns null for non pivot fields with a nested selectMehant Baid
* Fix DrillTextRecordReader to handle the case when requested columns includes the entire group and a subset.
2014-08-18DRILL-1293: Fix assertion when selecting star column from view that also has ↵Aman Sinha
star column.
2014-08-18DRILL-1292: Standalone JDBC jar is in distribution.Patrick Wong
* The code was already there, it just needed to be uncommented.
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-1275: Added disclaimer file.Sudheesh Katkam
2014-08-18DRILL-1241: Ensure that Limit produces at least 1 batch with the output schema.Aman Sinha
2014-08-18DRILL-1240: Updated NOTICE to 2013-2014.Sudheesh Katkam
2014-08-18DRILL-1205: group by causes access to DeadBufHanifi Gunes
* Fix an issue that causes calls to splitAndTransferTo malfunction on repeated vector types
2014-08-18DRILL-1178: Double copy in setSafe for VariableLengthVectorsSudheesh Katkam
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-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-11DRILL-1245: throw more descriptive error messages if i) json file is invalid ↵Hanifi Gunes
ii) also display max record size allowed
2014-08-11DRILL-1249: ensure ResultBatchLoader to check group count to determine if ↵Hanifi Gunes
incoming batch has empty values for repeated fields
2014-08-11Reenable producer/consumer.Jacques Nadeau
2014-08-06DRILL-1250 : Fix compilation error in generated code when Drill evaluates an ↵Jinfeng Ni
expression that returns a repeated scalar value.
2014-08-06DRILL-1252: Implement Complex parquet and json writersSteven Phillips
2014-08-06DRILL-1270: Resize buffers used in workspace vectors for aggregate functions ↵Mehant Baid
dynamically
2014-08-06DRILL-1239: stop writing to vector if the vector runs out of memoryHanifi Gunes
2014-08-06DRILL-632: JDBC single jar build failing, too many classesAditya Kishore
2014-08-06DRILL-1235: Fix null handling in REST interfaceakumarb2010
2014-08-06DRILL-1236: Create script to verify release artifactsAditya Kishore
2014-08-06DRILL-1202: fixes memory leak issues: i) ProducerConsumerBatch should clean ↵Hanifi Gunes
up resources ii) FragmentExecutor should clean up gracefully at faulty & non-faulty runs regardless
2014-08-06DRILL-1253: Allocate new container for workspace vectors before exhausting ↵Mehant Baid
the current container.
2014-08-06DRILL-1214: Disable SV4 handling in FilterRecordBatchMehant Baid
2014-08-06DRILL-1207: Use similar initial allocation size in ObjectVector as used by ↵Mehant Baid
other vectors
2014-08-06DRILL-1232: Fix unsupported exception while using 'where' clause with ↵Mehant Baid
partition names
2014-08-06DRILL-1247: Override toString() method in Time (java.sql.Time) class to ↵Mehant Baid
print millis
2014-08-06DRILL-1246: Fix rounding when scale is zero while casting from varchar ↵Mehant Baid
->decimal28/decimal38
2014-08-06DRILL-1216: Fix decimal multiplication when precision can exceed 38Mehant Baid