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:29:25 UTC

[drill-site] branch asf-site updated: minor edit to image format plugin

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 c5d74c0  minor edit to image format plugin
c5d74c0 is described below

commit c5d74c0f30530768195a4397fdd685bc7e10285e
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Wed Jun 13 11:29:07 2018 -0700

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

diff --git a/docs/image-metadata-format-plugin/index.html b/docs/image-metadata-format-plugin/index.html
index 441e4cf..90c07e1 100644
--- a/docs/image-metadata-format-plugin/index.html
+++ b/docs/image-metadata-format-plugin/index.html
@@ -1226,7 +1226,7 @@
 
     </div>
 
-     Jan 30, 2018
+     Jun 13, 2018
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1317,11 +1317,10 @@ Camera Raw: ARW (Sony), CRW/CR2 (Canon), NEF (Nikon), ORF (Olympus), RAF (FujiFi
    |        lat         |         lon          |
    +--------------------+----------------------+
    | 47.53777313232332  | -122.03510284423795  |
-   +--------------------+----------------------+
-   1 row selected (0.317 seconds)
-   Retrieving the images larger than 640 x 480 pixels
-
-   0: jdbc:drill:zk=local&gt; select FileName, PixelWidth, PixelHeight from dfs.`/images/*.png` where PixelWidth &gt;= 640 and PixelHeight &gt;= 480;
+   +--------------------+----------------------+  
+</code></pre></div>
+<p>Retrieving the images 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 b028317..cd2579a 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>Mon, 11 Jun 2018 19:12:20 -0700</pubDate>
-    <lastBuildDate>Mon, 11 Jun 2018 19:12:20 -0700</lastBuildDate>
+    <pubDate>Wed, 13 Jun 2018 11:23:46 -0700</pubDate>
+    <lastBuildDate>Wed, 13 Jun 2018 11:23:46 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

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