aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/java/org
AgeCommit message (Expand)Author
2014-03-25DRILL-446 Fix Json Array parsingBhallamudi Venkata Siva Kamesh
2014-03-22DRILL-335: Implement Hash AggregationAman Sinha
2014-03-22DRILL-387: Support using Hive simple UDFs in Drillvkorukanti
2014-03-18Update join test to use in tree paths.Jacques Nadeau
2014-03-17Drill-379: support part of string and math functionsJinfeng Ni
2014-03-17Join rel > logical conversion fixesJacques Nadeau
2014-03-17Drill-418: Fixes for Parquet nullable reader bug.Jason Altekruse
2014-03-17DRILL-406: Move JSON integer range to use BigInt instead of IntSteven Phillips
2014-03-17DRILL-346: Move constant expressions to setup.Jinfeng Ni
2014-03-17DRILL-326: Fixes for merge join allocationsJinfeng Ni
2014-03-11Fix group by, removing aggregate and segment remnants. Add new simple test q...Jacques Nadeau
2014-03-11Update Hive test data generator so that it won't fail on subsequent runs.Jacques Nadeau
2014-03-11Drill 342/238: Clean up Parquet tests.Jason Altekruse
2014-03-03Change FileSelection variable name to selection (instead of file, which is no...Steven Phillips
2014-03-03Update hive to use generated data instead of packaged data. Remove unused test.Jacques Nadeau
2014-03-03Implement storage plugin for INFORMATION_SCHEMAJohn Morris
2014-03-03Add support for generating optiq planner independent schema plus root for inf...Jacques Nadeau
2014-03-03DRILL-366, DRILL-364: Small fixes due to merge issuesJacques Nadeau
2014-03-03DRILL-376: Create separate DataTunnel for receiving fragmentSteven Phillips
2014-03-03DRILL-363: Custom null handling in hash functionsJason Altekruse
2014-03-03DRILL-364: Fix VarChar castingJinfeng Ni
2014-03-03DRILL-366: While casting VarChar to BigInt make sure the getByte() method is ...Mehant Baid
2014-03-03DRILL-320: Rework math functions to use code generated using free marker.Mehant Baid
2014-03-03Integrate new SQL changes with Hive storage engine, moving to automatic file ...Jacques Nadeau
2014-03-03DRILL-315: Parquet/JSON selective column read, parquet performance evaluation...Jason Altekruse
2014-03-03DRILL-257: Move SQL parsing to server side.Jacques Nadeau
2014-03-03DRILL-357: Hive Storage Engine phase 2 - hive record readerSteven Phillips
2014-01-30DRILL-352: Extract ClassGenerator from CodeGenerator. Use hierarchal set of ...Jacques Nadeau
2014-01-30DRILL-334: Subdivide Drillbit control and data messages. Add support for sock...Jacques Nadeau
2014-01-14DRILL-259: Implicit cast functionalityJinfeng Ni
2014-01-14DRILL-316: Implement explicit castingJinfeng Ni
2014-01-14DRILL-281 Add broadcast senderTimothy Chen
2013-12-01DRILL-303: RecordBatchLoader.load always creates new schemaSteven Phillips
2013-12-01DRILL-274: Spooling batch bufferSteven Phillips
2013-12-01DRILL-313: Fix for Limit operator only transferring buffers on new schemaSteven Phillips
2013-12-01DRILL-312: Modularize org.apache.drill.exec.physical.impl.ImplCreator using o...Aditya Kishore
2013-11-18DRILL-300: Move to "com.codahale.metrics" from "com.yammer.metrics"Aditya Kishore
2013-11-15DRILL-229: N-WAY merging receiverBen Becker
2013-11-15DRILL-299: OutgoingRecordBatch trying to get RecordCount on incoming batch wi...Ben Becker
2013-11-11DRILL-164: Add QueryId return in UserResultListener so that REST api can use ...Jacques Nadeau
2013-11-08DRILL-266:Build tools to interpret the output dumped by the diagnostic operator.Jinfeng Ni
2013-10-31DRILL-271 Address code review comments. VectorAccessibleSerializable now take...Steven Phillips
2013-10-31DRILL-271 abstract out serialization in trace record batch by using VectorAcc...Steven Phillips
2013-10-31DRILL-271 refactor DistributedCache code. Uses hazel cast 3.1 and custom seri...Steven Phillips
2013-10-31DRILL-271 retool VectorContainerSerializable to work with containers and batc...Steven Phillips
2013-10-30DRILL-256 revised patchMehant Baid
2013-10-30implement SV4 support for filterBen Becker
2013-10-30DRILL-230: Addressing comments in code review, abstract out references to Haz...Steven Phillips
2013-10-30DRILL-230: Build a sampling range partitionerSteven Phillips
2013-10-14Address comments and make limit work across batchesTimothy Chen