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 35dd6d4  push updates from pull requests out to apache drill docs
35dd6d4 is described below

commit 35dd6d4e591f03397a4224f54a41471a8ecb4bd6
Author: Bridget Bevens <[email protected]>
AuthorDate: Fri Sep 28 14:13:44 2018 -0700

    push updates from pull requests out to apache drill docs
---
 docs/parquet-filter-pushdown/index.html |  4 ++--
 docs/rest-api-introduction/index.html   | 10 +++++-----
 feed.xml                                |  4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/parquet-filter-pushdown/index.html 
b/docs/parquet-filter-pushdown/index.html
index 4be58eb..ca8bdd7 100644
--- a/docs/parquet-filter-pushdown/index.html
+++ b/docs/parquet-filter-pushdown/index.html
@@ -1299,7 +1299,7 @@
 
 <h2 id="using-parquet-filter-pushdown">Using Parquet Filter Pushdown</h2>
 
-<p>Currently, Parquet filter pushdown only supports filters that reference 
columns from a single table (local filters). Parquet filter pushdown requires 
the minimum and maximum values in the Parquet file metadata. All Parquet files 
created in Drill using the CTAS statement contain the necessary metadata. If 
your Parquet files were created using another tool, you may need to use Drill 
to read and rewrite the files using the <a 
href="/docs/create-table-as-ctas-command/">CTAS command</a>.</p>
+<p>Currently, Parquet filter pushdown only supports filters that reference 
columns from a single table (local filters). Parquet filter pushdown requires 
the minimum and maximum values in the Parquet file metadata. All Parquet files 
created in Drill using the CTAS statement contain the necessary metadata. If 
your Parquet files were created using another tool, you may need to use Drill 
to read and rewrite the files using the <a 
href="/docs/create-table-as-ctas/">CTAS command</a>.</p>
 
 <p>Parquet filter pushdown works best if you presort the data. You do not have 
to sort the entire data set at once. You can sort a subset of the data set, 
sort another subset, and so on. </p>
 
@@ -1330,7 +1330,7 @@
 
 <h3 id="viewing-the-query-plan">Viewing the Query Plan</h3>
 
-<p>Because Drill applies Parquet filter pushdown during the query planning 
phase, you can view the query execution plan to see if Drill pushes down the 
filter when a query on a Parquet file contains a filter expression. You can run 
the <a href="/docs/explain-commands/">EXPLAIN PLAN command</a> to see the 
execution plan for the query, as shown in the following example.</p>
+<p>Because Drill applies Parquet filter pushdown during the query planning 
phase, you can view the query execution plan to see if Drill pushes down the 
filter when a query on a Parquet file contains a filter expression. You can run 
the <a href="/docs/explain/">EXPLAIN PLAN command</a> to see the execution plan 
for the query, as shown in the following example.</p>
 
 <p><strong>Example</strong>  </p>
 
diff --git a/docs/rest-api-introduction/index.html 
b/docs/rest-api-introduction/index.html
index c241df8..bbd9c15 100644
--- a/docs/rest-api-introduction/index.html
+++ b/docs/rest-api-introduction/index.html
@@ -1294,11 +1294,11 @@
 
 <p>This documentation presents HTTP methods in the same order as functions 
appear in the Web Console:</p>
 
-<p><a href="/docs/rest-api/#query"><strong>Query</strong></a></p>
+<p><a href="/docs/rest-api-introduction/#query"><strong>Query</strong></a></p>
 
 <p>Submit a query and return results.</p>
 
-<p><a href="(/docs/rest-api/#profiles)"><strong>Profiles</strong></a></p>
+<p><a 
href="/docs/rest-api-introduction/#profiles"><strong>Profiles</strong></a></p>
 
 <ul>
 <li>Get the profiles of running and completed queries.<br></li>
@@ -1306,7 +1306,7 @@
 <li>Cancel the query that has the given queryid.<br></li>
 </ul>
 
-<p><a href="/docs/rest-api/#storage"><strong>Storage</strong></a></p>
+<p><a 
href="/docs/rest-api-introduction/#storage"><strong>Storage</strong></a></p>
 
 <ul>
 <li>Get the list of storage plugin names and configurations.<br></li>
@@ -1318,11 +1318,11 @@
 <li>Get the current memory metrics.<br></li>
 </ul>
 
-<p><a href="(/docs/rest-api/#threads)"><strong>Threads</strong></a></p>
+<p><a 
href="/docs/rest-api-introduction/#threads"><strong>Threads</strong></a></p>
 
 <p>Get the status of threads.  </p>
 
-<p><a href="/docs/rest-api/#options"><strong>Options</strong></a></p>
+<p><a 
href="/docs/rest-api-introduction/#options"><strong>Options</strong></a></p>
 
 <p>List information about system/session options.  </p>
 
diff --git a/feed.xml b/feed.xml
index 9ac3fb3..24ef44b 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, 20 Sep 2018 16:06:30 -0700</pubDate>
-    <lastBuildDate>Thu, 20 Sep 2018 16:06:30 -0700</lastBuildDate>
+    <pubDate>Fri, 28 Sep 2018 14:11:22 -0700</pubDate>
+    <lastBuildDate>Fri, 28 Sep 2018 14:11:22 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to