You are viewing a plain text version of this content. The canonical link for it is here.
- [drill] branch master updated (24193b1 -> 4c4953b) - posted by vo...@apache.org on 2018/05/04 17:30:53 UTC, 0 replies.
- [drill] 01/02: DRILL-4184: Support variable length decimal fields in parquet - posted by vo...@apache.org on 2018/05/04 17:30:54 UTC, 0 replies.
- [drill] 02/02: DRILL-6094: Decimal data type enhancements - posted by vo...@apache.org on 2018/05/04 17:30:55 UTC, 0 replies.
- [drill] branch master updated (4c4953b -> 6cbba28) - posted by vo...@apache.org on 2018/05/05 19:07:14 UTC, 0 replies.
- [drill] 01/06: DRILL-6318: Push down limit past flatten is incorrect - posted by vo...@apache.org on 2018/05/05 19:07:15 UTC, 0 replies.
- [drill] 02/06: DRILL-6347: Change method names to "visitField". - posted by vo...@apache.org on 2018/05/05 19:07:16 UTC, 0 replies.
- [drill] 03/06: DRILL-6281: Refactor TimedRunnable (rename TimedRunnable to TimedCallable) - posted by vo...@apache.org on 2018/05/05 19:07:17 UTC, 0 replies.
- [drill] 04/06: DRILL-6281: Refactor TimedRunnable - posted by vo...@apache.org on 2018/05/05 19:07:18 UTC, 0 replies.
- [drill] 05/06: DRILL-6281: Introduce Collectors class for internal iterators - posted by vo...@apache.org on 2018/05/05 19:07:19 UTC, 0 replies.
- [drill] 06/06: DRILL-6380: Fix sporadic mongo db hangs. - posted by vo...@apache.org on 2018/05/05 19:07:20 UTC, 0 replies.
- [drill] branch master updated (6cbba28 -> c6c5d27) - posted by vo...@apache.org on 2018/05/06 19:12:39 UTC, 0 replies.
- [drill] 01/02: DRILL-6361: Revised typeOf() function versions - posted by vo...@apache.org on 2018/05/06 19:12:40 UTC, 0 replies.
- [drill] 02/02: DRILL-143: CGroup Support for Drill-on-YARN - posted by vo...@apache.org on 2018/05/06 19:12:41 UTC, 0 replies.
- [drill] branch master updated (c6c5d27 -> 8a1a7c5) - posted by bo...@apache.org on 2018/05/10 19:24:30 UTC, 0 replies.
- [drill] 01/02: DRILL-6386: Disallow unused imports and star imports. - posted by bo...@apache.org on 2018/05/10 19:24:31 UTC, 0 replies.
- [drill] 02/02: DRILL-6386: Remove unused imports and star imports. - posted by bo...@apache.org on 2018/05/10 19:24:32 UTC, 0 replies.
- [drill] branch master updated (8a1a7c5 -> 16659ab) - posted by am...@apache.org on 2018/05/11 22:07:39 UTC, 0 replies.
- [drill] 01/04: DRILL-6249: Adding more unit testing documentation. - posted by am...@apache.org on 2018/05/11 22:07:40 UTC, 0 replies.
- [drill] 02/04: DRILL-6321: Customize Drill's conformance. Allow support to APPLY keywords - posted by am...@apache.org on 2018/05/11 22:07:41 UTC, 0 replies.
- [drill] 03/04: DRILL-6364: Handle Cluster Info in WebUI when existing/new bits restart - posted by am...@apache.org on 2018/05/11 22:07:42 UTC, 0 replies.
- [drill] 04/04: DRILL-6401: Precision for decimal data types may be lost for the case when cast with literal is used - posted by am...@apache.org on 2018/05/11 22:07:43 UTC, 0 replies.
- [drill] branch master updated: DRILL-6242 Use java.time.Local{Date|Time|DateTime} for Drill Date, Time, Timestamp types. (#3) - posted by am...@apache.org on 2018/05/12 00:06:35 UTC, 0 replies.
- [drill] branch master updated (c1f0adc -> ca90229) - posted by am...@apache.org on 2018/05/12 18:04:29 UTC, 0 replies.
- [drill] 01/02: DRILL-6363: Upgrade jmockit and mockito libs - posted by am...@apache.org on 2018/05/12 18:04:30 UTC, 0 replies.
- [drill] 02/02: DRILL-6272: Refactor dynamic UDFs and function initializer tests to generate needed binary and source jars at runtime - posted by am...@apache.org on 2018/05/12 18:04:31 UTC, 0 replies.
- [drill] branch master updated (ca90229 -> 758a981) - posted by pa...@apache.org on 2018/05/15 18:14:55 UTC, 0 replies.
- [drill] 01/02: DRILL-6321: Lateral Join and Unnest - initial implementation for parser and planning - posted by pa...@apache.org on 2018/05/15 18:14:56 UTC, 0 replies.
- [drill] 02/02: DRILL-6321: Lateral Join and Unnest - rules, options, logical plan supports - posted by pa...@apache.org on 2018/05/15 18:14:57 UTC, 0 replies.
- [drill] branch master updated (758a981 -> cfaf430) - posted by bo...@apache.org on 2018/05/16 01:47:22 UTC, 0 replies.
- [drill] 01/02: DRILL-6411: Make batch memory sizing logs uniform across all operators - posted by bo...@apache.org on 2018/05/16 01:47:23 UTC, 0 replies.
- [drill] 02/02: code review comments - posted by bo...@apache.org on 2018/05/16 01:47:24 UTC, 0 replies.
- [drill] branch master updated (cfaf430 -> 89e0fe6) - posted by bo...@apache.org on 2018/05/17 21:57:55 UTC, 0 replies.
- [drill] 01/03: DRILL-6027: Initial implementation of HashJoin spill, without memory limits checks yet - posted by bo...@apache.org on 2018/05/17 21:57:56 UTC, 0 replies.
- [drill] 02/03: DRILL-6027: - Added memory claculator - Added unit tests and docs. - Fixed IOB caused by output vector allocation. - Don't double count records that were spilled in HashJoin - posted by bo...@apache.org on 2018/05/17 21:57:57 UTC, 0 replies.
- [drill] 03/03: DRILL-6027: - Added fallback option for HashJoin. - No copy of incoming for single partition, and avoid HT resize. - Fix memory leak when cancelling while spill file is read - get correct schema when probe side is empty - Re-create the HashJoinProbe - posted by bo...@apache.org on 2018/05/17 21:57:58 UTC, 0 replies.
- [drill] branch master updated (89e0fe6 -> f4f4dc5) - posted by ar...@apache.org on 2018/05/18 18:43:16 UTC, 0 replies.
- [drill] 01/08: DRILL-6420: Add Lateral and Unnest Keyword for highlighting on WebUI - posted by ar...@apache.org on 2018/05/18 18:43:17 UTC, 0 replies.
- [drill] 02/08: DRILL-6255: Drillbit while sending control message to itself creates a connection instead of submitting locally - posted by ar...@apache.org on 2018/05/18 18:43:18 UTC, 0 replies.
- [drill] 03/08: DRILL-6421: Refactor DecimalUtility and CoreDecimalUtility classes - posted by ar...@apache.org on 2018/05/18 18:43:19 UTC, 0 replies.
- [drill] 04/08: DRILL-6426: Refactor TestFunctionsWithTypeExpoQueries test to be independent on limit 0 optimization option - posted by ar...@apache.org on 2018/05/18 18:43:20 UTC, 0 replies.
- [drill] 05/08: DRILL-6413: Update ParquetFilterBuilder.visitBooleanOperator to handle simplified boolean expression - posted by ar...@apache.org on 2018/05/18 18:43:21 UTC, 0 replies.
- [drill] 06/08: DRILL-6424: Updating FasterXML Jackson libraries - posted by ar...@apache.org on 2018/05/18 18:43:22 UTC, 0 replies.
- [drill] 07/08: DRILL-4525: Allow SqlBetweenOperator to accept LOWER_OPERAND and UPPER_OPERAND with different types - posted by ar...@apache.org on 2018/05/18 18:43:23 UTC, 0 replies.
- [drill] 08/08: DRILL-4525: Code cleanup - posted by ar...@apache.org on 2018/05/18 18:43:24 UTC, 0 replies.
- [drill] branch master updated (f4f4dc5 -> 82e1a12) - posted by ar...@apache.org on 2018/05/19 20:37:45 UTC, 0 replies.
- [drill] 01/04: DRILL-6348: Received batches are now owned by the receive operators instead of the parent - posted by ar...@apache.org on 2018/05/19 20:37:46 UTC, 0 replies.
- [drill] 02/04: DRILL-6418: Handle Schema change in Unnest And Lateral for unnest field / non-unnest field - posted by ar...@apache.org on 2018/05/19 20:37:47 UTC, 0 replies.
- [drill] 03/04: DRILL-5305: Query Profile must display Query ID - posted by ar...@apache.org on 2018/05/19 20:37:48 UTC, 0 replies.
- [drill] 04/04: DRILL-6423: Export query result as a CSV file - posted by ar...@apache.org on 2018/05/19 20:37:49 UTC, 0 replies.
- [drill] branch MERGE-180521-01 created (now 399fc99) - posted by bo...@apache.org on 2018/05/21 22:09:38 UTC, 0 replies.
- [drill] 01/01: DRILL-5846: Improve parquet performance for Flat Data Types - posted by bo...@apache.org on 2018/05/21 22:09:39 UTC, 0 replies.
- [drill] branch master updated (82e1a12 -> 399fc99) - posted by bo...@apache.org on 2018/05/22 01:13:52 UTC, 0 replies.
- [drill] branch master updated (399fc99 -> 3af718f) - posted by pa...@apache.org on 2018/05/22 20:05:37 UTC, 0 replies.
- [drill] 01/02: DRILL-6419: E2E Integration test for Lateral&Unnest - posted by pa...@apache.org on 2018/05/22 20:05:38 UTC, 0 replies.
- [drill] 02/02: DRILL-6431: Unnest operator requires table and a single column alias to be specified. Fixing the issues related to star column renaming, same field name renaming and also enforcing that an alias column is required for the unnest operator. - posted by pa...@apache.org on 2018/05/22 20:05:39 UTC, 0 replies.
- [drill] branch DRILL-3478 deleted (was e4372f2) - posted by bo...@apache.org on 2018/05/22 22:03:56 UTC, 0 replies.
- [drill] branch DRILL-4235 deleted (was 6a36a70) - posted by bo...@apache.org on 2018/05/22 22:04:03 UTC, 0 replies.
- [drill] branch master updated: DRILL-6374: Transitive Closure leads to TPCH Queries regressions and OOM when run concurrency test - posted by bo...@apache.org on 2018/05/23 18:19:54 UTC, 0 replies.
- [drill] branch master updated: DRILL-6440: Unnest unit tests and fixes for stats - posted by so...@apache.org on 2018/05/23 20:57:08 UTC, 0 replies.
- [drill] branch master updated: DRILL-6436: Storage Plugin to have name and context moved to AbstractStoragePlugin - posted by bo...@apache.org on 2018/05/24 01:19:26 UTC, 0 replies.
- [drill] branch master updated: DRILL-6435: MappingSet is stateful, so it can't be shared between threads - posted by bo...@apache.org on 2018/05/24 21:53:23 UTC, 0 replies.
- [drill] branch master updated: DRILL-6437: Removed excess maven logging when downloading dependencies. This fixed Travis failures due to log overflow. - posted by bo...@apache.org on 2018/05/24 22:37:36 UTC, 0 replies.
- [drill] branch master updated: DRILL-6443: Enable Search for both running AND completed queries - posted by bo...@apache.org on 2018/05/25 00:02:10 UTC, 0 replies.
- [drill] branch master updated: DRILL-5990: Drill should not startup with JRE sourced java executable - posted by bo...@apache.org on 2018/05/25 00:12:40 UTC, 0 replies.
- [drill] branch master updated (5e503c0 -> 1355bfd) - posted by bo...@apache.org on 2018/05/27 20:23:16 UTC, 0 replies.
- [drill] 01/02: DRILL-6442: Adjust Hbase disk cost & row count estimation when filter push down is applied - posted by bo...@apache.org on 2018/05/27 20:23:17 UTC, 0 replies.
- [drill] 02/02: DRILL-3964 : Fix NPE in WriterRecordBatch when 0 rows - posted by bo...@apache.org on 2018/05/27 20:23:18 UTC, 0 replies.
- [drill] branch gh-pages updated: update team list - posted by br...@apache.org on 2018/05/29 22:54:19 UTC, 0 replies.
- [drill-site] branch asf-site updated: update team list - posted by br...@apache.org on 2018/05/29 23:00:16 UTC, 0 replies.
- [drill] branch gh-pages updated: minor edit to test - posted by br...@apache.org on 2018/05/30 02:10:47 UTC, 0 replies.
- [drill-site] branch asf-site updated: test - posted by br...@apache.org on 2018/05/30 04:19:59 UTC, 0 replies.
- [drill] branch gh-pages updated: Add Postman instructions to Dev Info section - posted by br...@apache.org on 2018/05/31 01:12:34 UTC, 0 replies.
- [drill] branch gh-pages updated: minor edit - posted by br...@apache.org on 2018/05/31 01:33:12 UTC, 0 replies.
- [drill] branch gh-pages updated: add postman doc to doc set - posted by br...@apache.org on 2018/05/31 18:44:35 UTC, 0 replies.
- [drill-site] branch asf-site updated: add postman instructions to doc set - posted by br...@apache.org on 2018/05/31 18:49:39 UTC, 0 replies.