b...@apache.org |
[drill] branch 1.14.0 updated: [maven-release-plugin] prepare release drill-1.14.0 |
Wed, 01 Aug, 01:04 |
timothyfar...@apache.org |
[drill] branch master updated (b774413 -> efd6d29) |
Wed, 01 Aug, 18:36 |
timothyfar...@apache.org |
[drill] 01/03: DRILL-6634: Add udf module under contrib directory and move some udfs into it |
Wed, 01 Aug, 18:36 |
timothyfar...@apache.org |
[drill] 02/03: DRILL-6631: Streaming agg causes queries with Lateral and Unnest to return incorrect results. |
Wed, 01 Aug, 18:36 |
timothyfar...@apache.org |
[drill] 03/03: DRILL-5796 : implement ROWS_MATCH enum to keep inside rowgroup the filter result information, used to prune the filter if all rows match. |
Wed, 01 Aug, 18:36 |
sor...@apache.org |
[drill] branch master updated (efd6d29 -> 006dc10) |
Thu, 02 Aug, 20:26 |
sor...@apache.org |
[drill] 01/05: DRILL-6635: PartitionLimit for Lateral/Unnest Protobuf changes to add new operator PartitionLimit |
Thu, 02 Aug, 20:26 |
sor...@apache.org |
[drill] 02/05: DRILL-6635: PartitionLimit for Lateral/Unnest PartitionLimitBatch initial implementation Add unit tests for PartitionLimitBatch |
Thu, 02 Aug, 20:26 |
sor...@apache.org |
[drill] 03/05: DRILL-6635: Update UnnesRecordBatch to handle kill differently with respect to PartitionLimitBatch in the subquery Fix in MockLateralJoinBatch for unnest kill tests |
Thu, 02 Aug, 20:26 |
sor...@apache.org |
[drill] 04/05: DRILL-6636: Planner side changes to use PartitionLimitBatch in place of LimitBatch. |
Thu, 02 Aug, 20:26 |
sor...@apache.org |
[drill] 05/05: DRILL-6652: PartitionLimit changes for Lateral and Unnest Removing Ignore from TestE2EUnnestAndLateral |
Thu, 02 Aug, 20:26 |
par...@apache.org |
[drill] branch master updated: DRILL-6657: Unnest reports one batch less than the actual number of batches |
Thu, 02 Aug, 22:23 |
bridg...@apache.org |
[drill-site] branch asf-site updated: add lateral join doc, update from clause doc, |
Fri, 03 Aug, 02:19 |
timothyfar...@apache.org |
[drill] branch master updated: DRILL-6101: Optimized implicit columns handling within scanner |
Fri, 03 Aug, 16:45 |
timothyfar...@apache.org |
[drill] branch master updated: DRILL-6373: |
Fri, 03 Aug, 18:24 |
timothyfar...@apache.org |
[drill] branch master updated: DRILL-6655: Require package declaration in files. |
Fri, 03 Aug, 19:18 |
bridg...@apache.org |
[drill-site] branch asf-site updated: edits to lateral join |
Fri, 03 Aug, 21:18 |
timothyfar...@apache.org |
[drill] branch master updated (7c35326 -> 11f3c33) |
Sat, 04 Aug, 01:01 |
timothyfar...@apache.org |
[drill] 01/02: DRILL-6645: Transform TopN in Lateral Unnest pipeline to Sort and Limit. |
Sat, 04 Aug, 01:01 |
timothyfar...@apache.org |
[drill] 02/02: DRILL-6654: Data verification failure with lateral unnest query having filter in and order by |
Sat, 04 Aug, 01:01 |
timothyfar...@apache.org |
[drill] branch master updated: DRILL-6409: Updates mongo-java-driver to 3.8.0 |
Sat, 04 Aug, 04:48 |
timothyfar...@apache.org |
[drill] branch master updated: DRILL-6664: Limit the maximum parquet reader batch rows to 64k |
Sat, 04 Aug, 06:32 |
par...@apache.org |
svn commit: r28557 - in /release/drill: ./ drill-1.12.0/ drill-1.14.0/ |
Sat, 04 Aug, 14:54 |
timothyfar...@apache.org |
[drill] branch master updated: DRILL-6629 BitVector split and transfer does not work correctly for transfer length < 8 |
Sat, 04 Aug, 17:15 |
sor...@apache.org |
[drill] branch master updated: DRILL-6653: Unsupported Schema change exception where there is no schema change |
Sat, 04 Aug, 19:39 |
bridg...@apache.org |
[drill-site] branch asf-site updated: updates for Drill 1.14 release |
Sun, 05 Aug, 05:01 |
bridg...@apache.org |
[drill-site] branch asf-site updated: minor edit |
Sun, 05 Aug, 05:10 |
par...@apache.org |
svn commit: r28567 - /release/drill/drill-1.14.0/ |
Sun, 05 Aug, 18:56 |
bridg...@apache.org |
[drill-site] branch asf-site updated: doc edits |
Mon, 06 Aug, 23:16 |
bridg...@apache.org |
[drill-site] branch asf-site updated: edit for PR 1423 |
Wed, 08 Aug, 20:20 |
sor...@apache.org |
[drill] branch master updated: DRILL-6663: Fixed shutdown button |
Wed, 08 Aug, 22:25 |
sor...@apache.org |
[drill] branch master updated: DRILL-6674: Minor fixes to avoid auto boxing cost in logging in LateralJoinBatch |
Thu, 09 Aug, 21:01 |
vita...@apache.org |
[drill] branch master updated (9ac8c99 -> 93a1c5a) |
Sat, 11 Aug, 11:51 |
vita...@apache.org |
[drill] 01/03: DRILL-6649: Query with unnest of column from nested star subquery fails |
Sat, 11 Aug, 11:51 |
vita...@apache.org |
[drill] 02/03: DRILL-6656: Disallow extra semicolons and multiple statements on the same line. |
Sat, 11 Aug, 11:51 |
vita...@apache.org |
[drill] 03/03: DRILL-6671: Multi level lateral unnest join is throwing an exception during materializing the plan. |
Sat, 11 Aug, 11:51 |
vita...@apache.org |
[drill] branch master updated: DRILL-6453: Fix deadlock caused by reading from left and right inputs in HashJoin simultaneously. |
Mon, 13 Aug, 11:52 |
sor...@apache.org |
[drill] branch master updated (6ad0f9f -> d58554f) |
Tue, 14 Aug, 23:00 |
sor...@apache.org |
[drill] 01/02: DRILL-6687: Improve RemovingRecordBatch to do transfer when all records needs to be copied Add optimization in SelectionVector2 to enable RemovingRecordBatch to transfer ValueVectors from incoming to output container when all records needs to be copied. Modified FilterRecordBatch and LimitRecordBatch to play by this optimization |
Tue, 14 Aug, 23:00 |
sor...@apache.org |
[drill] 02/02: DRILL-6687: Updated with review comments |
Tue, 14 Aug, 23:00 |
ar...@apache.org |
[drill] branch master updated: DRILL-6680: Expose show files command into INFORMATION_SCHEMA |
Wed, 15 Aug, 15:42 |
sor...@apache.org |
[drill] branch master updated: DRILL-6694: NPE in UnnestRecordBatch when query uses a column name not present in data |
Thu, 16 Aug, 23:35 |
vita...@apache.org |
[drill] branch master updated: DRILL-6696: IOBE in Operator Metric Registry |
Fri, 17 Aug, 14:28 |
volody...@apache.org |
[drill] branch master updated (5dc59fb -> 8ddc9d7) |
Sat, 18 Aug, 14:03 |
volody...@apache.org |
[drill] 01/03: DRILL-6689: Include query user information to drillbit.log |
Sat, 18 Aug, 14:03 |
volody...@apache.org |
[drill] 02/03: DRILL-6670: Align Parquet TIMESTAMP_MICROS logical type handling with earlier versions + minor fixes |
Sat, 18 Aug, 14:03 |
volody...@apache.org |
[drill] 03/03: DRILL-6662: Access AWS access key ID and secret access key using Credential Provider API for S3 storage plugin |
Sat, 18 Aug, 14:03 |
bridg...@apache.org |
[drill] branch gh-pages updated (68aa3ba -> 242bc1a) |
Mon, 20 Aug, 19:30 |
b...@apache.org |
[drill] branch master updated: DRILL-6685: Fixed exception when reading Parquet data |
Mon, 20 Aug, 21:40 |
bridg...@apache.org |
[drill] branch gh-pages updated: add ecosystem section to docs, change snappy to none per PR-1435 |
Mon, 20 Aug, 23:18 |
bridg...@apache.org |
[drill] branch gh-pages updated: add ecosystem section to docs |
Mon, 20 Aug, 23:22 |
bridg...@apache.org |
[drill] branch gh-pages updated: add saiku analytics placeholder |
Mon, 20 Aug, 23:33 |
bridg...@apache.org |
[drill-site] branch asf-site updated: add ecosystem section to docs, update for pr-1292 and pr-1435 |
Mon, 20 Aug, 23:41 |
ar...@apache.org |
[drill] branch master updated: DRILL-6179: Added pcapng-format support |
Tue, 21 Aug, 17:08 |
b...@apache.org |
[drill] branch master updated: DRILL-6566: Reduce Hash Agg Batch size and estimate when low available memory (#1438) |
Wed, 22 Aug, 18:28 |
ar...@apache.org |
[drill] branch master updated: DRILL-6385: Support JPPD feature |
Thu, 23 Aug, 08:14 |
b...@apache.org |
[drill] branch master updated: DRILL-6688 Data batches for Project operator exceed the maximum specified (#1442) |
Sat, 25 Aug, 06:15 |
ar...@apache.org |
[drill] branch master updated (ddb35ce -> d8f9fb6) |
Mon, 27 Aug, 08:25 |
ar...@apache.org |
[drill] 01/06: DRILL-6492: Ensure schema / workspace case insensitivity in Drill |
Mon, 27 Aug, 08:25 |
ar...@apache.org |
[drill] 02/06: DRILL-6647: Update Calcite version to 1.17.0 |
Mon, 27 Aug, 08:25 |
ar...@apache.org |
[drill] 03/06: DRILL-6693: When a query is started from Drill Web Console, the UI becomes inaccessible until the query finishes |
Mon, 27 Aug, 08:25 |
ar...@apache.org |
[drill] 04/06: DRILL-6703: Query with complex expressions in lateral and unnest fails with CannotPlanException |
Mon, 27 Aug, 08:25 |
ar...@apache.org |
[drill] 05/06: DRILL-6644: Don't reserve space for incoming probe batches unnecessarily during the build phase. |
Mon, 27 Aug, 08:25 |
ar...@apache.org |
[drill] 06/06: DRILL-6461: Added basic data correctness tests for hash agg, and improved operator unit testing framework. |
Mon, 27 Aug, 08:25 |