You are viewing a plain text version of this content. The canonical link for it is here.
- [1/7] drill git commit: DRILL-5425: Support HTTP Kerberos auth using SPNEGO - posted by ar...@apache.org on 2018/01/02 14:50:13 UTC, 0 replies.
- [2/7] drill git commit: DRILL-5425: Support HTTP Kerberos auth using SPNEGO - posted by ar...@apache.org on 2018/01/02 14:50:14 UTC, 0 replies.
- [3/7] drill git commit: DRILL-5963: Query state process improvements - posted by ar...@apache.org on 2018/01/02 14:50:15 UTC, 0 replies.
- [4/7] drill git commit: DRILL-5963: Query state process improvements - posted by ar...@apache.org on 2018/01/02 14:50:16 UTC, 0 replies.
- [5/7] drill git commit: DRILL-5973: Support injection of time-bound pauses in server - posted by ar...@apache.org on 2018/01/02 14:50:17 UTC, 0 replies.
- [6/7] drill git commit: DRILL-5994: Added webserver maxThreads configuration option to enable launching on a machine with more than 200 cores - posted by ar...@apache.org on 2018/01/02 14:50:18 UTC, 0 replies.
- [7/7] drill git commit: DRILL-6020: Fix NullPointerException when querying JSON untyped path with Union setting on - posted by ar...@apache.org on 2018/01/02 14:50:19 UTC, 0 replies.
- [1/5] drill git commit: DRILL-5068: Add a new system table for completed profiles - posted by pa...@apache.org on 2018/01/09 01:29:44 UTC, 0 replies.
- [2/5] drill git commit: DRILL-5068: Create sys.profiles table - posted by pa...@apache.org on 2018/01/09 01:29:45 UTC, 0 replies.
- [3/5] drill git commit: DRILL-5286: No need to convert when the relNode and target candidate set are the same - posted by pa...@apache.org on 2018/01/09 01:29:46 UTC, 0 replies.
- [4/5] drill git commit: DRILL-6036: Create sys.connections table - posted by pa...@apache.org on 2018/01/09 01:29:47 UTC, 0 replies.
- [5/5] drill git commit: DRILL-6063: Set correct ThreadContext ClassLoader before using Hadoop Configuration class in DrillClient - posted by pa...@apache.org on 2018/01/09 01:29:48 UTC, 0 replies.
- [01/11] drill git commit: DRILL-3958: Return a valid error message when storage plugin fails - posted by pa...@apache.org on 2018/01/12 18:20:40 UTC, 0 replies.
- [02/11] drill git commit: DRILL-5919: Add non-numeric support for JSON processing - posted by pa...@apache.org on 2018/01/12 18:20:41 UTC, 0 replies.
- [03/11] drill git commit: DRILL-5926: The TestValueVector tests would run out of memory. Increased the MaxDirectMemorySize for the forked test processes in the pom to avoid this. - posted by pa...@apache.org on 2018/01/12 18:20:42 UTC, 0 replies.
- [04/11] drill git commit: DRILL-5922: - The QueryContext was never closed when the Foreman finished, so it's child allocator was never closed. Now it is. - The PlanSplitter created a QueryContext temporarily to construct an RPC message but never closed i - posted by pa...@apache.org on 2018/01/12 18:20:43 UTC, 0 replies.
- [05/11] drill git commit: DRILL-6003: Fixed sporadic test failures caused by the creation of duplicate clusters in TestDynamicUDFSupport. - posted by pa...@apache.org on 2018/01/12 18:20:44 UTC, 0 replies.
- [06/11] drill git commit: DRILL-5961: For long running queries (> 10 min) Drill may raise FragmentSetupException for completed/cancelled fragments - posted by pa...@apache.org on 2018/01/12 18:20:45 UTC, 0 replies.
- [07/11] drill git commit: DRILL-5971: Fix INT64, INT32 logical types in complex parquet reader - posted by pa...@apache.org on 2018/01/12 18:20:46 UTC, 0 replies.
- [08/11] drill git commit: DRILL-6004: Direct buffer bounds checking should be disabled by default - posted by pa...@apache.org on 2018/01/12 18:20:47 UTC, 0 replies.
- [09/11] drill git commit: DRILL-6025: Display execution time of a query in RUNNING state - posted by pa...@apache.org on 2018/01/12 18:20:48 UTC, 0 replies.
- [10/11] drill git commit: DRILL-6030: Managed sort should minimize number of batches in a k-way merge - posted by pa...@apache.org on 2018/01/12 18:20:49 UTC, 0 replies.
- [11/11] drill git commit: DRILL-6054: don't try to split the filter when it is not AND - posted by pa...@apache.org on 2018/01/12 18:20:50 UTC, 0 replies.
- [01/18] drill git commit: DRILL-5089: Dynamically load schema of storage plugin only when needed for every query - posted by am...@apache.org on 2018/01/18 23:17:25 UTC, 0 replies.
- [02/18] drill git commit: DRILL-3993: Add check for OOM in HashAgg - posted by am...@apache.org on 2018/01/18 23:17:26 UTC, 0 replies.
- [03/18] drill git commit: DRILL-3993: Fix aggregate exchange rules for the cases when aggregate rel node contains several calls - posted by am...@apache.org on 2018/01/18 23:17:27 UTC, 0 replies.
- [04/18] drill git commit: DRILL-3993: Fix unit test failures connected with support Calcite 1.13 - posted by am...@apache.org on 2018/01/18 23:17:28 UTC, 0 replies.
- [05/18] drill git commit: REVERTED: DRILL-5089 - posted by am...@apache.org on 2018/01/18 23:17:29 UTC, 0 replies.
- [06/18] drill git commit: DRILL-3993: Use custom RelBuilder implementation in rules - posted by am...@apache.org on 2018/01/18 23:17:30 UTC, 0 replies.
- [07/18] drill git commit: DRILL-3993: Changes to support Calcite 1.15. - posted by am...@apache.org on 2018/01/18 23:17:31 UTC, 0 replies.
- [08/18] drill git commit: DRILL-3993: Fix failed tests after Calcite update - posted by am...@apache.org on 2018/01/18 23:17:32 UTC, 0 replies.
- [09/18] drill git commit: DRILL-3993: Move Drill-specific commits 'CALCITE-628' and 'Drill-specific change: Add back AbstractConverter in RelSet.java' from Calcite into DRILL - posted by am...@apache.org on 2018/01/18 23:17:33 UTC, 0 replies.
- [10/18] drill git commit: DRILL-3993: Changes after code review. - posted by am...@apache.org on 2018/01/18 23:17:34 UTC, 0 replies.
- [11/18] drill git commit: DRILL-3993: Changes for CALCITE-2092 - posted by am...@apache.org on 2018/01/18 23:17:35 UTC, 0 replies.
- [12/18] drill git commit: DRILL-3993: Changes to support Calcite 1.13 - posted by am...@apache.org on 2018/01/18 23:17:36 UTC, 0 replies.
- [13/18] drill git commit: DRILL-3993: Changes to support Calcite 1.13 - posted by am...@apache.org on 2018/01/18 23:17:37 UTC, 0 replies.
- [14/18] drill git commit: DRILL-3993: Resolve conflicts - posted by am...@apache.org on 2018/01/18 23:17:38 UTC, 0 replies.
- [15/18] drill git commit: DRILL-3993: Add unit tests for DRILL-4469 & DRILL-5768 - posted by am...@apache.org on 2018/01/18 23:17:39 UTC, 0 replies.
- [16/18] drill git commit: DRILL-3993: Changes for CALCITE-2018 - posted by am...@apache.org on 2018/01/18 23:17:40 UTC, 0 replies.
- [17/18] drill git commit: DRILL-3993: Changes after review: - posted by am...@apache.org on 2018/01/18 23:17:41 UTC, 0 replies.
- [18/18] drill git commit: DRILL-3993: Fix typo in DrillRelBuilder Javadoc - posted by am...@apache.org on 2018/01/18 23:17:42 UTC, 0 replies.
- drill git commit: edit JDBC SQuirreL on Windows doc per MD-1728 - posted by br...@apache.org on 2018/01/19 01:38:40 UTC, 0 replies.
- drill-site git commit: edit JDBC SQuirreL on Windows doc per MD-1728 - posted by br...@apache.org on 2018/01/19 01:44:48 UTC, 0 replies.
- drill git commit: minor edit - posted by br...@apache.org on 2018/01/19 01:51:05 UTC, 2 replies.
- drill-site git commit: minor edit - posted by br...@apache.org on 2018/01/19 01:55:47 UTC, 2 replies.
- [1/4] drill git commit: DRILL-5967: Fixed memory leak in OrderedPartitionSender - posted by am...@apache.org on 2018/01/21 19:44:05 UTC, 0 replies.
- [2/4] drill git commit: DRILL-6081: Set query end time before writing final profile - posted by am...@apache.org on 2018/01/21 19:44:06 UTC, 0 replies.
- [3/4] drill git commit: DRILL-6085: Fixed spontaneous vm exits on Travis. - posted by am...@apache.org on 2018/01/21 19:44:07 UTC, 0 replies.
- [4/4] drill git commit: DRILL-6088: MainLoginPageModel errors out when http.auth.mechanisms is not configured - posted by am...@apache.org on 2018/01/21 19:44:08 UTC, 0 replies.
- drill git commit: Doc updates per DRILL-5726 - posted by br...@apache.org on 2018/01/22 19:44:13 UTC, 1 replies.
- [1/7] drill-site git commit: Doc updates per DRILL-5726 - posted by br...@apache.org on 2018/01/22 19:53:12 UTC, 1 replies.
- [2/7] drill-site git commit: Doc updates per DRILL-5726 - posted by br...@apache.org on 2018/01/22 19:53:13 UTC, 1 replies.
- [3/7] drill-site git commit: Doc updates per DRILL-5726 - posted by br...@apache.org on 2018/01/22 19:53:14 UTC, 1 replies.
- [4/7] drill-site git commit: Doc updates per DRILL-5726 - posted by br...@apache.org on 2018/01/22 19:53:15 UTC, 1 replies.
- [5/7] drill-site git commit: Doc updates per DRILL-5726 - posted by br...@apache.org on 2018/01/22 19:53:16 UTC, 1 replies.
- [6/7] drill-site git commit: Doc updates per DRILL-5726 - posted by br...@apache.org on 2018/01/22 19:53:17 UTC, 1 replies.
- [7/7] drill-site git commit: Doc updates per DRILL-5726 - posted by br...@apache.org on 2018/01/22 19:53:18 UTC, 1 replies.
- [01/11] drill git commit: DRILL-5851: Empty table during a join operation with a non empty table produces cast exception. - posted by am...@apache.org on 2018/01/24 18:35:15 UTC, 0 replies.
- [02/11] drill git commit: DRILL-6093 : Account for simple columns in project cpu costing - posted by am...@apache.org on 2018/01/24 18:35:16 UTC, 0 replies.
- [03/11] drill git commit: DRILL-5868: Support SQL syntax highlighting of queries - posted by am...@apache.org on 2018/01/24 18:35:17 UTC, 0 replies.
- [04/11] drill git commit: DRILL-6079 : Fixed memory leak in Parquet Reader - posted by am...@apache.org on 2018/01/24 18:35:18 UTC, 0 replies.
- [05/11] drill git commit: DRILL-5879: Improved SQL Pattern Contains Performance - posted by am...@apache.org on 2018/01/24 18:35:19 UTC, 0 replies.
- [06/11] drill git commit: DRILL-6002: Avoid memory copy from direct buffer to heap while spilling to local disk - posted by am...@apache.org on 2018/01/24 18:35:20 UTC, 0 replies.
- [07/11] drill git commit: DRILL-6049: Misc. hygiene and code cleanup changes - posted by am...@apache.org on 2018/01/24 18:35:21 UTC, 0 replies.
- [08/11] drill git commit: DRILL-6049: Misc. hygiene and code cleanup changes - posted by am...@apache.org on 2018/01/24 18:35:22 UTC, 0 replies.
- [09/11] drill git commit: DRILL-6049: Misc. hygiene and code cleanup changes - posted by am...@apache.org on 2018/01/24 18:35:23 UTC, 0 replies.
- [10/11] drill git commit: DRILL-6049: Misc. hygiene and code cleanup changes - posted by am...@apache.org on 2018/01/24 18:35:24 UTC, 0 replies.
- [11/11] drill git commit: DRILL-6049: Misc. hygiene and code cleanup changes - posted by am...@apache.org on 2018/01/24 18:35:25 UTC, 0 replies.
- drill git commit: DRILL-6100: Intermittent failure while reading Parquet file footer during planning phase - posted by am...@apache.org on 2018/01/25 00:29:12 UTC, 0 replies.
- [01/11] drill git commit: DRILL-5730: Mock testing improvements and interface improvements - posted by ar...@apache.org on 2018/01/26 12:44:25 UTC, 0 replies.
- [02/11] drill git commit: DRILL-5730: Mock testing improvements and interface improvements - posted by ar...@apache.org on 2018/01/26 12:44:26 UTC, 0 replies.
- [03/11] drill git commit: DRILL-5730: Mock testing improvements and interface improvements - posted by ar...@apache.org on 2018/01/26 12:44:27 UTC, 0 replies.
- [04/11] drill git commit: DRILL-5730: Mock testing improvements and interface improvements - posted by ar...@apache.org on 2018/01/26 12:44:28 UTC, 0 replies.
- [05/11] drill git commit: DRILL-5730: Mock testing improvements and interface improvements - posted by ar...@apache.org on 2018/01/26 12:44:29 UTC, 0 replies.
- [06/11] drill git commit: DRILL-5730: Mock testing improvements and interface improvements - posted by ar...@apache.org on 2018/01/26 12:44:30 UTC, 0 replies.
- [07/11] drill git commit: DRILL-5730: Mock testing improvements and interface improvements - posted by ar...@apache.org on 2018/01/26 12:44:31 UTC, 0 replies.
- [08/11] drill git commit: DRILL-5730: Mock testing improvements and interface improvements - posted by ar...@apache.org on 2018/01/26 12:44:32 UTC, 0 replies.
- [09/11] drill git commit: DRILL-5730: Mock testing improvements and interface improvements - posted by ar...@apache.org on 2018/01/26 12:44:33 UTC, 0 replies.
- [10/11] drill git commit: DRILL-6102: Fix ConcurrentModificationException in the BaseAllocator's print method - posted by ar...@apache.org on 2018/01/26 12:44:34 UTC, 0 replies.
- [11/11] drill git commit: DRILL-3640: Support JDBC Statement.setQueryTimeout(int) - posted by ar...@apache.org on 2018/01/26 12:44:35 UTC, 0 replies.
- drill git commit: update docs for NaN infinity type support and bounds checking behavior change - posted by br...@apache.org on 2018/01/30 05:10:44 UTC, 0 replies.
- drill-site git commit: update docs for NaN infinity type support and bounds checking behavior change - posted by br...@apache.org on 2018/01/30 05:21:46 UTC, 0 replies.
- drill git commit: minor edits - posted by br...@apache.org on 2018/01/30 05:42:30 UTC, 0 replies.
- drill-site git commit: minor edits - posted by br...@apache.org on 2018/01/30 05:49:57 UTC, 0 replies.
- drill git commit: edits - posted by br...@apache.org on 2018/01/30 18:40:08 UTC, 0 replies.
- drill-site git commit: edits - posted by br...@apache.org on 2018/01/30 18:44:58 UTC, 0 replies.
- drill git commit: DRILL-6071: Limit batch size for flatten operator - posted by bo...@apache.org on 2018/01/30 21:54:12 UTC, 0 replies.
- drill git commit: DRILL-6080: Sort incorrectly limits batch size to 65535 records - posted by bo...@apache.org on 2018/01/31 03:54:16 UTC, 0 replies.
- [1/2] drill git commit: DRILL-6080: Sort incorrectly limits batch size to 65535 records - posted by bo...@apache.org on 2018/01/31 03:56:37 UTC, 0 replies.
- [2/2] drill git commit: Merge branch 'master' of https://github.com/apache/drill - posted by bo...@apache.org on 2018/01/31 03:56:38 UTC, 0 replies.
- [drill] Git Push Summary [forced push!] [Forced Update!] - posted by bo...@apache.org on 2018/01/31 23:12:19 UTC, 0 replies.