aboutsummaryrefslogtreecommitdiff
path: root/exec
AgeCommit message (Expand)Author
2015-04-06DRILL-2638: Regularize startup/shutdown logging a bit in/near Drillbit.dbarclay
2015-04-06DRILL-2632: Added assertion check to DRILL-2463 test.dbarclay
2015-04-06DRILL-2651: Increase JDBC tests' timeout time.dbarclay
2015-04-06DRILL-2579: 2-Hygiene: Renamed to match semantics; fixed, added, formatted do...dbarclay
2015-04-06DRILL-2579: 1-Core fix: Nulled out member to avoid re-using closed Connection...dbarclay
2015-04-06DRILL-2173: Partition queries to drive dynamic pruningJason Altekruse
2015-04-06DRILL-2060: Constant folding ruleJason Altekruse
2015-04-05DRILL-2591: In UnionAllRecordBactch, the mechansim to detect schema change is...Hsuan-Yi Chu
2015-04-03DRILL-2674: Add user authenticator interface and PAM based implementation.vkorukanti
2015-04-03DRILL-2673: Update UserServer <==> UserClient RPC to better handle handshake ...vkorukanti
2015-04-03DRILL-2498: Separate QueryResult into two messages QueryResult and QueryDataadeneche
2015-04-03DRILL-2596: Let the plan for CTAS queries be saved and shown in WebUIHsuan-Yi Chu
2015-04-03DRILL-2244: Hash all numeric types as doubleMehant Baid
2015-04-02DRILL-2220: Complex reader unable to read FIXED_LEN_BYTE_ARRAY types in parqu...adeneche
2015-04-02DRILL-2640: Move view tests out of 'exec/jdbc' module into appropriate module.vkorukanti
2015-04-02DRILL-1833: Avoid storing view names in PStore cachevkorukanti
2015-04-01DRILL-2664: In StreamingAgg fix issues with handling the case where output ba...Aman Sinha
2015-04-01DRILL-1649: Added unit testsParth Chandra
2015-04-01DRILL-1962: Added unit testsParth Chandra
2015-04-01DRILL-2268: Added unit testsParth Chandra
2015-04-01DRILL-2559: In case window functions are disabled, throw UnsupportedFunctionE...Hsuan-Yi Chu
2015-04-01DRILL-2590: In implicit casting rule, make boolean to be implicitly castable ...Hsuan-Yi Chu
2015-03-31DRILL-2458: Ensure no unwanted columns are added to CTAS output when * colum...Jinfeng Ni
2015-03-31DRILL-2280: Refactor ValueVector interface & add an abstract ValueVector impl...Hanifi Gunes
2015-03-31DRILL-2633: The visitors PreProcessLogicalRel and UnsupportedOperatorsVisitor...Hsuan-Yi Chu
2015-03-31DRILL-2408: Invalid (0 length) parquet file created by CTASadeneche
2015-03-30DRILL-2375: implement reader reset mechanism and reset reader before accessin...Hanifi Gunes
2015-03-28DRILL-2599: Fix DrillReduceAggregatesRule to not inject additional cast for s...Mehant Baid
2015-03-28DRILL-2568: Drop filter plan node if all conjuncts have been pushed into the ...Aman Sinha
2015-03-27DRILL-2465: Fix multiple DatabaseMetaData.getColumns() bugs.dbarclay
2015-03-27DRILL-2461: Fix: INTERVAL in view makes INFORMATION_SCHEMA.COLUMN fail.dbarclay
2015-03-27DRILL-2439: Fix: getBoolean() doesn't work (for non-null values).dbarclay
2015-03-27DRILL-2463: Implement JDBC mapping of SQL NULL for ResultSet.getXxx() methods.dbarclay
2015-03-26DRILL-2253: PART-2 Vectorized Parquet reader fails to read correctly against ...adeneche
2015-03-26DRILL-2507: most TestParquetWriter tests aren't actually launching the test q...adeneche
2015-03-26DRILL-2580: Exit early from HashJoinBatch if build side is emptyMehant Baid
2015-03-26DRILL-2438: Fix reduce aggregates rule to not inject additional casts for avgMehant Baid
2015-03-26Update to version 0.9.0-SNAPSHOTJacques Nadeau
2015-03-26DRILL-2575: FragmentExecutor.cancel() blasts through state transitions regard...Chris Westin
2015-03-26DRILL-2574: SendingAccountor can suffer from lost updatesChris Westin
2015-03-26DRILL-2547: Don't allow Drill to shut down while queries are still executingChris Westin
2015-03-26DRILL-2502: Improve code safety by providing a generic event delivery mechanChris Westin
2015-03-26DRILL-2520: Foreman is being removed from the running query table prematurelyChris Westin
2015-03-26DRILL-2537: Set a maximum source code size of 2mb for scalar replacement.Jacques Nadeau
2015-03-25DRILL-2572: Use PrelUtil to get PlannerSettings for PruneScanRule.Sudheesh Katkam
2015-03-25DRILL-2367: Removed partition column label in conf (gets from options)Sudheesh Katkam
2015-03-25DRILL-2323: Added parquet metadata to logs (+filename to JSON reader)Sudheesh Katkam
2015-03-25DRILL-2322: Adding file split information to logsSudheesh Katkam
2015-03-25DRILL-2275: Added support to get information about current cluster memory and...Sudheesh Katkam
2015-03-25DRILL-2366: accurately materialize schema path for complex types + test casesHanifi Gunes