aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main
AgeCommit message (Expand)Author
2014-09-11DRILL-634: Cleanup/organize Java imports and trailing whitespaces from Drill ...Aditya Kishore
2014-09-11DRILL-1389: Incorrect results when reading nullable data out of parquetJason Altekruse
2014-09-11DRILL-1392: Include partition columns in star queriesSteven Phillips
2014-09-02DRILL-1369: Constrain code compilation cache.Jacques Nadeau
2014-08-31Decrease slice target to 100,000 records.Jacques Nadeau
2014-08-31Fix allocation errors and bug in external sortSteven Phillips
2014-08-31DRILL-1171: Create Drill's implementation of ReduceAggregatesRule, including ...Aman Sinha
2014-08-29Fix for Parquet reader in larger files brought about by more aggressive memor...Jason Altekruse
2014-08-29DRILL-1365: output unified coordinates at profile viewHanifi Gunes
2014-08-29DRILL-1307: add support for fixed binary columns in parquet reader.Jason Altekruse
2014-08-29DRILL-1334: Make sure to copy operator id while cloning ParquetGroupScanHanifi Gunes
2014-08-29DRILL-1329: External sort memory fixesSteven Phillips
2014-08-29DRILL-1299: Enable short circuit evaluation for case expressions in the run-t...Jinfeng Ni
2014-08-29DRILL-1315: Allow complex zookeeper string for JDBC connections, same as ODBC.Jacques Nadeau
2014-08-29DRILL-1359 Fix reading and writing of repeated scalar types in ParquetParth Chandra
2014-08-29DRILL-1265: Drill may incorrectly return null when evaluates an expression of...Jinfeng Ni
2014-08-29DRILL-1258 : Fix compile error in generated code when Drill evaluates an expr...Jinfeng Ni
2014-08-29DRILL-1355: Ensure Drill optimizer will use storage plugin specific rules, wh...Jinfeng Ni
2014-08-29DRILL-1309: Implement ProjectPastFilterPushdown and update DrillScanRel cost ...Hanifi Gunes
2014-08-27DRILL-1354: Fix date truncate functions to use toString helper functions.Mehant Baid
2014-08-27DRILL-1353: Fix decimal regressionsMehant Baid
2014-08-27DRILL-1313: All text mode for json readerJason Altekruse
2014-08-27DRILL-1283: JSON project pushdown.Jason Altekruse
2014-08-27Update RPC version number to correspond to changes in nullable buffer from bi...Jacques Nadeau
2014-08-27DRILL-1335: Fix merge join operator when compare null against null value.Jinfeng Ni
2014-08-27DRILL-1337 : Fix incorrect query result for TPCH Q13. Stop pulling up local f...Jinfeng Ni
2014-08-27DRILL-595, DRILL-811, DRILL-1029: Support select * in view, subquery, table e...Jinfeng Ni
2014-08-27Support for @inject in aggregation functionsMehant Baid
2014-08-25Fix initCap function to set outbound position correctly.Jacques Nadeau
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
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 que...Aman Sinha
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-1205: group by causes access to DeadBufHanifi Gunes
2014-08-18DRILL-1178: Double copy in setSafe for VariableLengthVectorsSudheesh Katkam