aboutsummaryrefslogtreecommitdiff
path: root/exec
AgeCommit message (Expand)Author
2016-03-07DRILL-4457: Difference in results returned by window function over BIGINT dataadeneche
2016-03-05DRILL-4281: Support authorized proxy users to impersonate other usersSudheesh Katkam
2016-03-04DRILL-4449: Wrong results when metadata cache is used with specific set of qu...adeneche
2016-03-04DRILL-4467: Fix field ordering issue in PrelUtilJacques Nadeau
2016-03-03DRILL-4465: Simplify Calcite parsing & planning integrationJacques Nadeau
2016-03-02DRILL-4354: Remove sessions in anonymous (auth disabled) WebUI accessvkorukanti
2016-03-02DRILL-4410: ListVector should initialize bits in allocateNewMinji Kim
2016-03-02DRILL-4384: Fix Profile regressionsJacques Nadeau
2016-03-02DRILL-4383: Allow custom configurations to be specified for a FileSystem pluginJason Altekruse
2016-03-02DRILL-4327: Fix rawtypes warnings in drill codebaseLaurent Goujon
2016-02-26DRILL-4346: Handle NumberFormatException when casting empty string to int in ...vataga
2016-02-26DRILL-3944: Drill MAXDIR Unknown variable or type FILE_SEPARATOR. ThisArina Ielchiieva
2016-02-24DRILL-4434: Deprecate GroupScan.enforceWidth APIvkorukanti
2016-02-22DRILL-4423: TestCsvHeader#testEmptyFinalColumn is causing the unit test frame...adeneche
2016-02-22DRILL-4387: GroupScan or ScanBatchCreator should not use star column in case ...Jinfeng Ni
2016-02-22DRILL-4260: Adding support for some custom window framesadeneche
2016-02-19DRILL-4287: During initial DrillTable creation don't read the metadata cache ...Aman Sinha
2016-02-19Update version to 1.6.0-SNAPSHOTJason Altekruse
2016-02-19DRILL-4392: Fix CTAS partition to remove one unnecessary internal field in ge...Jinfeng Ni
2016-02-18DRILL-4275: create TransientStore for short-lived objects; refactor Persisten...Hanifi Gunes
2016-02-16DRILL-4382: Remove dependency on drill-logical from vector packageSteven Phillips
2016-02-11DRILL-4363: Row count based pruning for parquet table used in Limit n query.Jinfeng Ni
2016-02-09DRILL-4380: Fix performance regression: in creation of FileSelection in Parqu...Parth Chandra
2016-02-08DRILL-4331: Fix TestFlattenPlanning.testFlattenPlanningAvoidUnnecessaryProjec...Laurent Goujon
2016-02-08DRILL-4353: Add HttpSessionListener to release resources of expired/invalidat...vkorukanti
2016-02-08DRILL-4314: Unit Test Framework can support schema checkHsuan-Yi Chu
2016-02-08DRILL-4225 TestDateFunctions#testToChar fails when the locale is non-English ...Akihiko Kusanagi
2016-02-06DRILL-4361: Let FileSystemPlugin FormatCreator class be overridable by subcla...Laurent Goujon
2016-02-06DRILL-4359: Adds equals/hashCode methods to EndpointAffinityLaurent Goujon
2016-02-05DRILL-4358: Fix NPE in UserServer.close()Jacques Nadeau
2016-02-05DRILL-4297: Enable custom serializers and deserializers when using CustomTunnelJacques Nadeau
2016-02-05DRILL-3581: Upgrade to Guava 18.0Jacques Nadeau
2016-02-05DRILL-3581: Upgrade Jackson to version 2.7.1Jacques Nadeau
2016-02-05DRILL-3581: Upgrade HPPC to 0.7.1Jacques Nadeau
2016-02-04DRILL-4349: parquet reader returns wrong results when reading a nullable colu...adeneche
2016-02-04DRILL-4235: record new state STARTING when state transitions to STARTING from...Hanifi Gunes
2016-02-02DRILL-4339: Reverse the function signature change made to AbstractRecordRead...Jinfeng Ni
2016-02-01DRILL-4128: Fix NPE when calling getString on a JDBC ResultSet when the type ...Jason Altekruse
2016-01-29DRILL-4279: Improve performance for skipAll query against Text/JSON/Parquet t...Jinfeng Ni
2016-01-29DRILL-2517: Move directory-based partition pruning to Calcite logical plannin...Jinfeng Ni
2016-01-29DRILL-2517: (Prototype from Mehant) Move directory based partition pruning to...Mehant Baid
2016-01-29DRILL-2517: (Prototype from Adam) Apply directory-based pruning before readin...AdamPD
2016-01-29DRILL-4328: Fix backward compatibility regression caused by DRILL-4198vkorukanti
2016-01-28DRILL-4322: Add underlying exception message when IOException causes DROP TAB...Jason Altekruse
2016-01-28DRILL-2653: Improve web UI experience when there is an error in a storage plu...Jason Altekruse
2016-01-28DRILL-4291: Fix Missing classes when trying to query varchar[] using JDBCJacques Nadeau
2016-01-27DRILL-4196 Fix to stop returning no more data when output batch is full durin...Amit Hadke
2016-01-21DRILL-4270: Create a separate WindowFramer that supports the FRAME clauseadeneche
2016-01-20DRILL-4190 Don't hold on to batches from left side of merge join.Amit Hadke
2016-01-20DRILL-4182 Set type to LATE when values are nulls.Amit Hadke