This is an automated email from the ASF dual-hosted git repository.
bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new d7873cb update rn with jira numbers and links
d7873cb is described below
commit d7873cb2fa3cd1da368cdbe3925fca207bb13a45
Author: Bridget Bevens <bbevens@maprtech.com>
AuthorDate: Thu May 2 09:52:09 2019 -0700
update rn with jira numbers and links
---
_docs/rn/005-1.16.0-rn.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/_docs/rn/005-1.16.0-rn.md b/_docs/rn/005-1.16.0-rn.md
index 26d711e..4f04272 100644
--- a/_docs/rn/005-1.16.0-rn.md
+++ b/_docs/rn/005-1.16.0-rn.md
@@ -13,12 +13,12 @@ This release of Drill provides the following new features and improvements:
- [ANALYZE TABLE statement]({{site.baseurl}}/docs/analyze-table/) to computes statistics
on Parquet data ([DRILL-1328](https://issues.apache.org/jira/browse/DRILL-1328))
-- [CREATE OR REPLACE SCHEMA command]({{site.baseurl}}/docs/create-or-replace-schema/) to
define a schema for text files
-- [REFRESH TABLE METADATA command]({{site.baseurl}}/docs/refresh-table-metadata/) can generate
metadata cache files for specific columns
-- [SYSLOG (RFC-5424) Format Plugin]({{site.baseurl}}/docs/syslog-format-plugin/)
-- [NEAREST DATE function]({{site.baseurl}}/docs/date-time-functions-and-arithmetic/#nearestdate)
to facilitate time series analysis
-- [Format plugin for LTSV files]({{site.baseurl}}/docs/ltsv-format-plugin/)
-- Ability to query Hive views, like querying Hive tables in a hive schema, for example `SELECT
* FROM hive.`hive_view`;
+- [CREATE OR REPLACE SCHEMA command]({{site.baseurl}}/docs/create-or-replace-schema/) to
define a schema for text files ([DRILL-6964](https://issues.apache.org/jira/browse/DRILL-6964))
+- [REFRESH TABLE METADATA command]({{site.baseurl}}/docs/refresh-table-metadata/) can generate
metadata cache files for specific columns ([DRILL-7058](https://issues.apache.org/jira/browse/DRILL-7058))
+- [SYSLOG (RFC-5424) Format Plugin]({{site.baseurl}}/docs/syslog-format-plugin/) ([DRILL-6582](https://issues.apache.org/jira/browse/DRILL-6582))
+- [NEAREST DATE function]({{site.baseurl}}/docs/date-time-functions-and-arithmetic/#nearestdate)
to facilitate time series analysis ([DRILL-7077](https://issues.apache.org/jira/browse/DRILL-7077))
+- [Format plugin for LTSV files]({{site.baseurl}}/docs/ltsv-format-plugin/) ([DRILL-7014](https://issues.apache.org/jira/browse/DRILL-7014))
+- Ability to query Hive views, like querying Hive tables in a hive schema, for example `SELECT
* FROM hive.`hive_view`; ([DRILL-540](https://issues.apache.org/jira/browse/DRILL-540))
- [Upgrade to SQLLine 1.7]({{site.baseurl}}/docs/configuring-the-drill-shell/) changes the
default prompt to `apache drill (schema_name)>` or you can define a custom prompt using
the command `!set prompt <new-prompt>`. ([DRILL-6989](https://issues.apache.org/jira/browse/DRILL-6989))
- Calcite updated to version 1.18.0 ([DRILL-6862](https://issues.apache.org/jira/browse/DRILL-6862))
- Several Drill Web UI improvements, including:
|