aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-06-08Disable store persistence for unit tests.Aditya Kishore
2014-06-08Enable View persistence, Storage Plugin and System option persistence.Jacques Nadeau
2014-06-08DRILL-887: TestQueriesOnLargeFile.testMergingReceiver fails on WindowsAditya Kishore
2014-06-05DRILL-799: Use static constants instead of Math.pow() to compute powers of 10...Mehant Baid
2014-06-05DRILL-869: ExprParser fails when operators have space in name.vkorukanti
2014-05-28DRILL-665: Handle null values in case expressions (contd).vkorukanti
2014-05-28DRILL-665: Handle null values in case expressions.tnachen
2014-05-23status changesJacques Nadeau
2014-05-22Fix serialization of IntervalYear in ExpressionStringBuilderMehant Baid
2014-05-21DRILL-797: Fix Sql type returned for TimeStampMehant Baid
2014-05-20Fix ExprLexer to correctly deserialize decimal data type.Mehant Baid
2014-05-19DRILL-783: Convert function support in HBase filter push down.Aditya Kishore
2014-05-15DRILL-712: Right side of Left join has zero values when should be nullSteven Phillips
2014-05-14DRILL-733: Reduce memory footprint of unit testsAditya Kishore
2014-05-12DRILL-608: Fix casting to decimal data types with difference scales.Mehant Baid
2014-05-12DRILL-694: Implement parquet writer.Steven Phillips
2014-05-12DRILL-529: 'atom' rule in Antlr grammar uses wrong token for calculating Expr...Aditya Kishore
2014-05-11Add support for RepeatedMapVector, MapVector and RepeatedListVector.Jacques Nadeau
2014-05-11DRILL-688: Fix timestamp constant serializationMehant Baid
2014-05-10DRILL-679: Support create table as query (CTAS) (contd.).vkorukanti
2014-05-09DRILL-679: Support create table as query (CTAS).vkorukanti
2014-05-09DRILL-619: Implement Decimal functions abs ceil floor round truncate divide m...Mehant Baid
2014-05-09DRILL-633: Fix toString() for DrillFuncHolder and few other types.Aditya Kishore
2014-05-09DRILL-626: Project push down into HBase scanAditya Kishore
2014-05-09DRILL-655: Miscellaneous fixes for SchemaPathAditya Kishore
2014-05-06DRILL-381: Implement SYSTEM and SESSION options.Jason Altekruse
2014-05-06Create DrillConfig.createClient() which gives a smaller and faster config obj...Jacques Nadeau
2014-04-24Fix schema path to work with array pathsJacques Nadeau
2014-04-24DRILL-452: Conversion functions for external data typesAditya Kishore
2014-04-24DRILL-474: Long.MIN_VALUE is not parsed as BIGINT but as a DoubleAditya Kishore
2014-04-23Make tests extend shared base class. Add additional tracking in base class a...Jacques Nadeau
2014-04-22DRILL-442: Implement text format pluginSteven Phillips
2014-04-22DRILL-323: Handle multiple inputs to math operators correctly.Mehant Baid
2014-04-22DRILL-332: Support for decimal data typeMehant Baid
2014-04-21Fix SchemaPath compound constructor to correctly build tree.Jacques Nadeau
2014-04-21Update VectorUtil to print out unescaped schema paths.Jacques Nadeau
2014-04-19Move to Optiq 0.6Jacques Nadeau
2014-04-19Add couple of optiq rule into logical plan phase. Add operator mapping for is...Jinfeng Ni
2014-04-19Bug in DrillOptiq while generating cast functions to Float, Double, IntervalY...Mehant Baid
2014-04-19Build the IfExpression correcty in ExpressionStringBuilderMehant Baid
2014-04-19fix or, query uncomment and add absolute reference.Jacques Nadeau
2014-04-19Expression string builder bug, JODA cannot handle white spaceSteven Phillips
2014-04-19serialize "and" function as "booleanAnd" to not confuse parserSteven Phillips
2014-04-19- Fixes for more recent optiq snapshotJacques Nadeau
2014-04-19DRILL-450: Add exchange rules, move from BasicOptimizer to OptiqJinfeng Ni
2014-04-19Start on move towards optiq for I --> pJacques Nadeau
2014-04-19DRILL-356: Changes to support date typemehant
2014-03-29Update AggregateChecker to add errors to ErrorCollector instead of throwing E...vkorukanti
2014-03-27Drill-449: Catch parsing error thrown by Antlr parser, when expression has er...Jinfeng Ni
2014-03-26- Add TPC-H Data as test dependency (automatically downloads from s3 on first...Jacques Nadeau