You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/06/13 18:38:39 UTC

[drill-site] branch asf-site updated: minor edit

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 99fd978  minor edit
99fd978 is described below

commit 99fd9785ef889e5a2ed6f50055759112bbd0dd12
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Wed Jun 13 11:38:21 2018 -0700

    minor edit
---
 docs/image-metadata-format-plugin/index.html | 2 +-
 feed.xml                                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/image-metadata-format-plugin/index.html b/docs/image-metadata-format-plugin/index.html
index 90c07e1..d791497 100644
--- a/docs/image-metadata-format-plugin/index.html
+++ b/docs/image-metadata-format-plugin/index.html
@@ -1319,7 +1319,7 @@ Camera Raw: ARW (Sony), CRW/CR2 (Canon), NEF (Nikon), ORF (Olympus), RAF (FujiFi
    | 47.53777313232332  | -122.03510284423795  |
    +--------------------+----------------------+  
 </code></pre></div>
-<p>Retrieving the images larger than 640 x 480 pixels</p>
+<p>Retrieving the images that are larger than 640 x 480 pixels.</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">   0: jdbc:drill:zk=local&gt; select FileName, PixelWidth, PixelHeight from dfs.`/images/*.png` where PixelWidth &gt;= 640 and PixelHeight &gt;= 480;
    +--------------------------+-------------+--------------+
    |         FileName         | PixelWidth  | PixelHeight  |
diff --git a/feed.xml b/feed.xml
index cd2579a..d35c9f5 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>Wed, 13 Jun 2018 11:23:46 -0700</pubDate>
-    <lastBuildDate>Wed, 13 Jun 2018 11:23:46 -0700</lastBuildDate>
+    <pubDate>Wed, 13 Jun 2018 11:33:06 -0700</pubDate>
+    <lastBuildDate>Wed, 13 Jun 2018 11:33:06 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

-- 
To stop receiving notification emails like this one, please contact
bridgetb@apache.org.