Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CE1B6200B80 for ; Wed, 31 Aug 2016 00:29:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CCBED160AC5; Tue, 30 Aug 2016 22:29:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6E9BF160AD6 for ; Wed, 31 Aug 2016 00:29:17 +0200 (CEST) Received: (qmail 81641 invoked by uid 500); 30 Aug 2016 22:29:16 -0000 Mailing-List: contact commits-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@drill.apache.org Delivered-To: mailing list commits@drill.apache.org Received: (qmail 81265 invoked by uid 99); 30 Aug 2016 22:29:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2016 22:29:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 668B0E1075; Tue, 30 Aug 2016 22:29:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bridgetb@apache.org To: commits@drill.apache.org Date: Tue, 30 Aug 2016 22:29:32 -0000 Message-Id: <911b17225b644a6084838eb605ad3081@git.apache.org> In-Reply-To: <15dc4aee871c42f8ac6638c67a0254fb@git.apache.org> References: <15dc4aee871c42f8ac6638c67a0254fb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/17] drill git commit: updates for drill 1.8 release archived-at: Tue, 30 Aug 2016 22:29:18 -0000 updates for drill 1.8 release Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/a0d5528e Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/a0d5528e Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/a0d5528e Branch: refs/heads/gh-pages Commit: a0d5528ebce96b4a8f8fccde00af71c08db9ebd7 Parents: 22d454b Author: Bridget Bevens Authored: Tue Aug 30 15:24:07 2016 -0700 Committer: Bridget Bevens Committed: Tue Aug 30 15:24:07 2016 -0700 ---------------------------------------------------------------------- _data/version.json | 4 +-- blog/_posts/2016-08-15-drill-1.8-released.md | 31 ----------------------- blog/_posts/2016-08-30-drill-1.8-released.md | 30 ++++++++++++++++++++++ 3 files changed, 32 insertions(+), 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/a0d5528e/_data/version.json ---------------------------------------------------------------------- diff --git a/_data/version.json b/_data/version.json index 72d2ff0..f476f07 100644 --- a/_data/version.json +++ b/_data/version.json @@ -1,7 +1,7 @@ { "display_version": "1.8", "full_version": "1.8.0", - "release_date": "August 15, 2016", - "blog_post":"/blog/2016/08/15/drill-1.8-released", + "release_date": "August 30, 2016", + "blog_post":"/blog/2016/08/30/drill-1.8-released", "release_notes": "https://drill.apache.org/docs/apache-drill-1-8-0-release-notes/" } http://git-wip-us.apache.org/repos/asf/drill/blob/a0d5528e/blog/_posts/2016-08-15-drill-1.8-released.md ---------------------------------------------------------------------- diff --git a/blog/_posts/2016-08-15-drill-1.8-released.md b/blog/_posts/2016-08-15-drill-1.8-released.md deleted file mode 100644 index 2eac1fa..0000000 --- a/blog/_posts/2016-08-15-drill-1.8-released.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: post -title: "Drill 1.8 Released" -code: drill-1.8-released -excerpt: Apache Drill 1.8's highlights are: metadata cache pruning, IF EXISTS support, DESCRIBE SCHEMA command, multi-byte delimiter support, and new parameters for filter selectivity estimates. -authors: ["bbevens"] ---- - -Today, we're happy to announce the availability of Drill 1.8.0. You can download it [here](https://drill.apache.org/download/). - -The release provides the following bug fixes and improvements: - -## Metadata Cache Pruning -Drill now applies partition pruning to the metadata cache file. See [Partition Pruning Introduction](https://drill.apache.org/docs/partition-pruning-introduction/) and [Optimizing Parquet Metadata Reading](https://drill.apache.org/docs/optimizing-parquet-metadata-reading/). - -## IF EXISTS Support -You can include the new IF EXISTS parameter with the DROP TABLE and DROP VIEW commands to prevent Drill from returning error messages when a table or view does not exist. See [DROP TABLE](https://drill.apache.org/docs/drop-table/) and [DROP VIEW](https://drill.apache.org/docs/drop-view/). - - -## DESCRIBE SCHEMA Command -Drill now supports the DESCRIBE SCHEMA command which provides schema properties for storage plugin configurations and workspaces. See [DESCRIBE](https://drill.apache.org/docs/describe/). - -## Multi-Byte Delimiter Support -Drill now supports multi-byte delimiters for text files, such as \r\n. See [List of Attributes and Definitions](https://drill.apache.org/docs/plugin-configuration-basics/#list-of-attributes-and-definitions). - -## Filter Selectivity Estimate Parameters -New parameters set the minimum filter selectivity estimate to increase the parallelization of the major fragment performing a join. See [System Options](https://drill.apache.org/docs/configuration-options-introduction/#system-options). - - -A complete list of JIRAs resolved in the 1.8.0 release can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334768&styleName=Html&projectId=12313820&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED%7C0721f2a625165c1e2cc6c0d2cfb41b437cc68769%7Clin). - http://git-wip-us.apache.org/repos/asf/drill/blob/a0d5528e/blog/_posts/2016-08-30-drill-1.8-released.md ---------------------------------------------------------------------- diff --git a/blog/_posts/2016-08-30-drill-1.8-released.md b/blog/_posts/2016-08-30-drill-1.8-released.md new file mode 100644 index 0000000..c3174e9 --- /dev/null +++ b/blog/_posts/2016-08-30-drill-1.8-released.md @@ -0,0 +1,30 @@ +--- +layout: post +title: "Drill 1.8 Released" +code: drill-1.8-released +excerpt: Apache Drill 1.8's highlights are: metadata cache pruning, IF EXISTS support, DESCRIBE SCHEMA command, multi-byte delimiter support, and new parameters for filter selectivity estimates. +authors: ["bbevens"] +--- + +Today, we're happy to announce the availability of Drill 1.8.0. You can download it [here](https://drill.apache.org/download/). + +The release provides the following bug fixes and improvements: + +## Metadata Cache Pruning +Drill now applies partition pruning to the metadata cache file. See [Partition Pruning Introduction](https://drill.apache.org/docs/partition-pruning-introduction/) and [Optimizing Parquet Metadata Reading](https://drill.apache.org/docs/optimizing-parquet-metadata-reading/). + +## IF EXISTS Support +You can include the new IF EXISTS parameter with the DROP TABLE and DROP VIEW commands to prevent Drill from returning error messages when a table or view does not exist. See [DROP TABLE](https://drill.apache.org/docs/drop-table/) and [DROP VIEW](https://drill.apache.org/docs/drop-view/). + +## DESCRIBE SCHEMA Command +Drill now supports the DESCRIBE SCHEMA command which provides schema properties for storage plugin configurations and workspaces. See [DESCRIBE](https://drill.apache.org/docs/describe/). + +## Multi-Byte Delimiter Support +Drill now supports multi-byte delimiters for text files, such as \r\n. See [List of Attributes and Definitions](https://drill.apache.org/docs/plugin-configuration-basics/#list-of-attributes-and-definitions). + +## Filter Selectivity Estimate Parameters +New parameters set the minimum filter selectivity estimate to increase the parallelization of the major fragment performing a join. See [System Options](https://drill.apache.org/docs/configuration-options-introduction/#system-options). + + +A complete list of JIRAs resolved in the 1.8.0 release can be found [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334768&styleName=Html&projectId=12313820&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED%7Ce8d020149d9a6082481af301e563adbe35c76a87%7Clout). +