This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new cc180ee  updates what's new page
cc180ee is described below

commit cc180eed2d1ea6b28adc850f8dfb019b0a7b4c19
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu May 2 10:31:46 2019 -0700

    updates what's new page
---
 docs/drill-introduction/index.html | 60 ++++++++++++++++++++++++++++++++++++--
 feed.xml                           |  4 +--
 2 files changed, 60 insertions(+), 4 deletions(-)

diff --git a/docs/drill-introduction/index.html 
b/docs/drill-introduction/index.html
index 0e9f617..71006c7 100644
--- a/docs/drill-introduction/index.html
+++ b/docs/drill-introduction/index.html
@@ -1318,7 +1318,7 @@
 
     </div>
 
-     Dec 8, 2018
+     May 2, 2019
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1329,7 +1329,63 @@ Drill is designed from the ground up to support 
high-performance analysis on
 the semi-structured and rapidly evolving data coming from modern Big Data
 applications, while still providing the familiarity and ecosystem of ANSI SQL,
 the industry-standard query language. Drill provides plug-and-play integration
-with existing Apache Hive and Apache HBase deployments.  </p>
+with existing Apache Hive and Apache HBase deployments.   </p>
+
+<h2 id="whats-new-in-apache-drill-1-16">What&#39;s New in Apache Drill 
1.16</h2>
+
+<ul>
+<li><a href="/docs/analyze-table/">ANALYZE TABLE statement</a> to computes 
statistics on Parquet data (<a 
href="https://issues.apache.org/jira/browse/DRILL-1328";>DRILL-1328</a>)<br></li>
+<li><a href="/docs/create-or-replace-schema/">CREATE OR REPLACE SCHEMA 
command</a> to define a schema for text files (<a 
href="https://issues.apache.org/jira/browse/DRILL-6964";>DRILL-6964</a>)<br></li>
+<li><a href="/docs/refresh-table-metadata/">REFRESH TABLE METADATA command</a> 
can generate metadata cache files for specific columns (<a 
href="https://issues.apache.org/jira/browse/DRILL-7058";>DRILL-7058</a>)<br></li>
+<li><a href="/docs/syslog-format-plugin/">SYSLOG (RFC-5424) Format Plugin</a> 
(<a href="https://issues.apache.org/jira/browse/DRILL-6582";>DRILL-6582</a>)</li>
+<li><a href="/docs/date-time-functions-and-arithmetic/#nearestdate">NEAREST 
DATE function</a> to facilitate time series analysis (<a 
href="https://issues.apache.org/jira/browse/DRILL-7077";>DRILL-7077</a>)</li>
+<li><a href="/docs/ltsv-format-plugin/">Format plugin for LTSV files</a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-7014";>DRILL-7014</a>)<br></li>
+<li>Ability to query Hive views, like querying Hive tables in a hive schema, 
for example <code>SELECT * FROM hive.</code>hive_view`; (<a 
href="https://issues.apache.org/jira/browse/DRILL-540";>DRILL-540</a>)</li>
+<li><a href="/docs/configuring-the-drill-shell/">Upgrade to SQLLine 1.7</a> 
changes the default prompt to <code>apache drill (schema_name)&gt;</code> or 
you can define a custom prompt using the command <code>!set prompt 
&lt;new-prompt&gt;</code>. (<a 
href="https://issues.apache.org/jira/browse/DRILL-6989";>DRILL-6989</a>) </li>
+<li>Calcite updated to version 1.18.0 (<a 
href="https://issues.apache.org/jira/browse/DRILL-6862";>DRILL-6862</a>)<br></li>
+<li>Several Drill Web UI improvements, including:
+
+<ul>
+<li><a 
href="https://drill.apache.org/docs/configuring-storage-plugins/#exporting-storage-plugin-configurations";>Storage
 plugin management improvements</a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-6562";>DRILL-6562</a>)<br></li>
+<li><a href="/docs/query-profiles/#query-profile-warnings">Query progress 
indicators and warnings </a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-6879";>DRILL-6879</a>)</li>
+<li>Ability to <a 
href="/docs/planning-and-execution-options/#setting-an-auto-limit-on-the-number-of-rows-returned-for-result-sets">limit
 the result size for better UI response</a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-6050";>DRILL-6050</a>)<br></li>
+<li>Ability to <a href="/docs/query-profiles/#viewing-a-query-profile">sort 
the list of profiles in the Drill Web UI</a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-6942";>DRILL-6942</a>) </li>
+<li><a 
href="/docs/starting-the-web-ui/#running-queries-from-the-web-ui">Display query 
state in query result page</a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-6939";>DRILL-6939</a>)<br></li>
+<li><a 
href="https://drill.apache.org/docs/planning-and-execution-options/#setting-options-from-the-drill-web-ui";>Button
 to reset the options filter</a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-6921";>DRILL-6921</a>)<br></li>
+</ul></li>
+</ul>
+
+<h2 id="whats-new-in-apache-drill-1-15">What&#39;s New in Apache Drill 
1.15</h2>
+
+<ul>
+<li>Drill can leverage <a 
href="/docs/querying-indexes-introduction/">indexes</a> to create index-based 
query plans. (<a 
href="https://issues.apache.org/jira/browse/DRILL-6381";>DRILL-6381</a>) </li>
+<li>Support for aliases in the <a href="/docs/group-by-clause/">GROUP BY 
clause</a>. (<a 
href="https://issues.apache.org/jira/browse/DRILL-1248";>DRILL-1248</a>)</li>
+<li><a href="https://drill.apache.org/docs/from-clause/#join-types";>CROSS 
JOIN</a> support. (<a 
href="https://issues.apache.org/jira/browse/DRILL-786";>DRILL-786</a>)</li>
+<li>The INFORMATION_SCHEMA contains a <a 
href="/docs/querying-the-information-schema/#files">FILES table</a> that you 
can query for information about directories and files. (<a 
href="https://issues.apache.org/jira/browse/DRILL-6680";>DRILL-6680</a>) </li>
+<li><a 
href="/docs/querying-system-tables/#querying-the-functions-table">System 
functions table</a> that exposes the available SQL functions in Drill and also 
detects UDFs that have been dynamically loaded into Drill. (<a 
href="https://issues.apache.org/jira/browse/DRILL-3988";>DRILL-3988</a>)</li>
+<li>New <a 
href="/docs/querying-system-tables/#querying-the-options-table">system options 
table</a>. (<a 
href="https://issues.apache.org/jira/browse/DRILL-6684";>DRILL-6684</a>)</li>
+<li>Support for <a 
href="/docs/date-time-functions-and-arithmetic/#timestampadd">TIMESTAMPADD</a> 
and <a 
href="/docs/date-time-functions-and-arithmetic/#timestampdiff">TIMESTAMPDIFF</a>
 datetime functions. (<a 
href="https://issues.apache.org/jira/browse/DRILL-3610";>DRILL-3610</a>)</li>
+<li>Ability to <a 
href="/docs/configuring-custom-acls-to-secure-znodes/">secure znodes with 
custom ACLs</a> (Access Control Lists) (<a 
href="https://issues.apache.org/jira/browse/DRILL-5671";>DRILL-5671</a>).</li>
+<li>All <a href="/docs/data-type-conversion/">cast and data type conversion 
functions</a> return null for an empty string (&#39;&#39;) when the 
<code>drill.exec.functions.cast_empty_string_to_null</code> option is enabled. 
(<a href="https://issues.apache.org/jira/browse/DRILL-6817";>DRILL-6817</a>)</li>
+<li><a href="/docs/lexical-structure/">Storage plugin names are 
case-insensitive</a>. (<a 
href="https://issues.apache.org/jira/browse/DRILL-6492";>DRILL-6492</a>)</li>
+<li>Ability to access your AWS access key ID and secret access key using the 
Credential Provider API for the <a 
href="/docs/s3-storage-plugin/#using-an-external-provider-for-credentials">S3 
storage plugin</a>. (<a 
href="https://issues.apache.org/jira/browse/DRILL-6662";>DRILL-6662</a>)</li>
+<li><a href="/docs/configuring-the-drill-shell/">Upgrade to SQLLine 1.6</a> 
includes the ability to add custom configuration. (<a 
href="https://issues.apache.org/jira/browse/DRILL-3853";>DRILL-3853</a>)</li>
+<li><a 
href="/docs/configuring-the-drill-shell/#sqlline-connection-parameters">New 
SQLLine connection parameters</a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-3933";>DRILL-3933</a>)</li>
+<li>New option, <code>exec.query.return_result_set_for_ddl</code>, <a 
href="/docs/interfaces-introduction/">prevents Drill from returning a result 
set for DDL statements</a> when set to &quot;false.&quot; Useful for clients 
tools that connect to Drill (via JDBC) if they do not expect a result set. (<a 
href="https://issues.apache.org/jira/browse/DRILL-6834";>DRILL-6834</a>)</li>
+<li><a 
href="/docs/parquet-filter-pushdown/#parquet-filter-pushdown-for-varchar-and-decimal-data-types">Parquet
 filter pushdown for VARCHAR and DECIMAL data types</a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-6744";>DRILL-6744</a>)</li>
+<li>Improved query performance with the <a 
href="https://drill.apache.org/docs/sort-based-and-hash-based-memory-constrained-operators/#disabling-the-hash-operators";>semi-join
 functionality</a> inside the Hash-Join operator. (<a 
href="https://issues.apache.org/jira/browse/DRILL-6735";>DRILL-6735</a>)</li>
+<li><a href="https://drill.apache.org/docs/lateral-join/";>Lateral join</a> 
functionality is enabled by default. (<a 
href="https://issues.apache.org/jira/browse/DRILL-6729";>DRILL-6729</a>)</li>
+<li>Support JPPD (Join Predicate Push Down). <a 
href="https://issues.apache.org/jira/browse/DRILL-6385";>DRILL-6385</a></li>
+<li>Multiple <a 
href="/docs/planning-and-execution-options/#setting-options-from-the-drill-web-ui">Web
 UI improvements</a> to simplify the use of options and submit queries, 
including:
+
+<ul>
+<li>Search field </li>
+<li>Quick Filters (<a 
href="https://issues.apache.org/jira/browse/DRILL-5735";>DRILL-5735</a>)</li>
+<li>Default button (<a 
href="https://issues.apache.org/jira/browse/DRILL-6668";>DRILL-6668</a>)</li>
+<li><a 
href="/docs/planning-and-execution-options/#setting-options-from-the-drill-web-ui">Web
 display options</a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-6544";>DRILL-6544</a>) </li>
+<li><a href="/docs/starting-the-web-ui/">Meta+Enter key combination to submit 
queries</a> (<a 
href="https://issues.apache.org/jira/browse/DRILL-6611";>DRILL-6611</a>)<br></li>
+</ul></li>
+</ul>
 
 <h2 id="whats-new-in-apache-drill-1-14">What&#39;s New in Apache Drill 
1.14</h2>
 
diff --git a/feed.xml b/feed.xml
index de069d2..86a5f89 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 02 May 2019 10:19:32 -0700</pubDate>
-    <lastBuildDate>Thu, 02 May 2019 10:19:32 -0700</lastBuildDate>
+    <pubDate>Thu, 02 May 2019 10:29:27 -0700</pubDate>
+    <lastBuildDate>Thu, 02 May 2019 10:29:27 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to