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 2019/02/19 20:12:21 UTC

[drill-site] branch asf-site updated: edit convert_from example to show correct output

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 a8f439e  edit convert_from example to show correct output
a8f439e is described below

commit a8f439ec49d3d60afb2b8ffcd53348599d8b8799
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Tue Feb 19 12:12:04 2019 -0800

    edit convert_from example to show correct output
---
 docs/data-type-conversion/index.html | 15 +++++++--------
 feed.xml                             |  4 ++--
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/docs/data-type-conversion/index.html b/docs/data-type-conversion/index.html
index 479ce75..92b554c 100644
--- a/docs/data-type-conversion/index.html
+++ b/docs/data-type-conversion/index.html
@@ -1297,7 +1297,7 @@
 
     </div>
 
-     Dec 20, 2018
+     Feb 19, 2019
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1523,14 +1523,13 @@ SELECT * FROM students;
 +------------+
 1 row selected (0.054 seconds)
 </code></pre></div>
-<p>This example uses a map as input to return a repeated list vector (JSON).</p>
+<p>This example uses a map as input to return a repeated list vector (JSON).  </p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">SELECT CONVERT_FROM(&#39;[{a : 100, b: 200}, {a:300, b: 400}]&#39; ,&#39;JSON&#39;) AS MYCOL1  FROM (VALUES(1));
-+--------------------+
-|       MYCOL1       |
-+--------------------+
-| [[1,2],[3,4],[5]]  |
-+--------------------+
-1 row selected (0.141 seconds)
++----------------------------------------+
+|                 MYCOL1                 |
++----------------------------------------+
+| [{&quot;a&quot;:100,&quot;b&quot;:200},{&quot;a&quot;:300,&quot;b&quot;:400}]  |
++----------------------------------------+
 </code></pre></div>
 <h3 id="set-up-a-storage-plugin-for-working-with-hbase">Set Up a Storage Plugin for Working with HBase</h3>
 
diff --git a/feed.xml b/feed.xml
index 8a8c2dd..e7ab46b 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 Feb 2019 14:40:49 -0800</pubDate>
-    <lastBuildDate>Wed, 13 Feb 2019 14:40:49 -0800</lastBuildDate>
+    <pubDate>Tue, 19 Feb 2019 12:08:32 -0800</pubDate>
+    <lastBuildDate>Tue, 19 Feb 2019 12:08:32 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>