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 0329680  edits
0329680 is described below

commit 0329680491cae3b5b35e6238923b7d6686b7ac79
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu May 2 10:21:36 2019 -0700

    edits
---
 blog/2019/05/02/drill-1.16-released/index.html | 2 +-
 docs/analyze-table/index.html                  | 2 +-
 feed.xml                                       | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/blog/2019/05/02/drill-1.16-released/index.html 
b/blog/2019/05/02/drill-1.16-released/index.html
index 99d8f15..8b19187 100644
--- a/blog/2019/05/02/drill-1.16-released/index.html
+++ b/blog/2019/05/02/drill-1.16-released/index.html
@@ -147,7 +147,7 @@
 
 <h2 id="schema-provisioning-for-text-files">Schema Provisioning for Text 
Files</h2>
 
-<p>The <a href="/docs/create-or-replace-schema/">CREATE OR REPLACE SCHEMA 
command</a> defines a schema for text files (alpha phase).  </p>
+<p>The <a href="/docs/create-or-replace-schema/">CREATE OR REPLACE SCHEMA 
command</a> defines a schema for text files. (In Drill 1.16, this feature is in 
preview status.)  </p>
 
 <h2 id="parquet-metadata-caching-improvements">Parquet Metadata Caching 
Improvements</h2>
 
diff --git a/docs/analyze-table/index.html b/docs/analyze-table/index.html
index b822790..21aa15a 100644
--- a/docs/analyze-table/index.html
+++ b/docs/analyze-table/index.html
@@ -1326,7 +1326,7 @@
 
     <div class="int_text" align="left">
       
-        <p>Drill 1.16 and later supports the ANALYZE TABLE statement. The 
ANALYZE TABLE statement computes statistics on Parquet data stored in tables 
and directories. ANALYZE TABLE writes statistics to a JSON file in the 
<code>.stats.drill</code> directory, for example 
<code>/user/table1/.stats.drill/0_0.json</code>. The optimizer in Drill uses 
these statistics to estimate filter, aggregation, and join cardinalities to 
create more efficient query plans. </p>
+        <p>Drill 1.16 and later supports the ANALYZE TABLE statement. The 
ANALYZE TABLE statement computes statistics on Parquet data stored in tables 
and directories. ANALYZE TABLE writes statistics to a JSON file in the 
<code>.stats.drill</code> directory, for example 
<code>/user/table1/.stats.drill/0_0.json</code>. The optimizer in Drill uses 
these statistics to estimate filter, aggregation, and join cardinalities and 
create more efficient query plans. </p>
 
 <p>You can run the ANALYZE TABLE statement to calculate statistics for tables, 
columns, and directories with Parquet data; however, Drill will not use the 
statistics for query planning unless you enable the 
<code>planner.statistics.use</code> option, as shown:</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">SET 
`planner.statistics.use` = true;
diff --git a/feed.xml b/feed.xml
index cc906f2..de069d2 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 09:55:08 -0700</pubDate>
-    <lastBuildDate>Thu, 02 May 2019 09:55:08 -0700</lastBuildDate>
+    <pubDate>Thu, 02 May 2019 10:19:32 -0700</pubDate>
+    <lastBuildDate>Thu, 02 May 2019 10:19:32 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>
@@ -22,7 +22,7 @@
 
 &lt;h2 id=&quot;schema-provisioning-for-text-files&quot;&gt;Schema 
Provisioning for Text Files&lt;/h2&gt;
 
-&lt;p&gt;The &lt;a href=&quot;/docs/create-or-replace-schema/&quot;&gt;CREATE 
OR REPLACE SCHEMA command&lt;/a&gt; defines a schema for text files (alpha 
phase).  &lt;/p&gt;
+&lt;p&gt;The &lt;a href=&quot;/docs/create-or-replace-schema/&quot;&gt;CREATE 
OR REPLACE SCHEMA command&lt;/a&gt; defines a schema for text files. (In Drill 
1.16, this feature is in preview status.)  &lt;/p&gt;
 
 &lt;h2 id=&quot;parquet-metadata-caching-improvements&quot;&gt;Parquet 
Metadata Caching Improvements&lt;/h2&gt;
 

Reply via email to