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 2015/12/05 03:03:41 UTC

drill-site git commit: backtick fixes

Repository: drill-site
Updated Branches:
  refs/heads/asf-site aa348a6c8 -> 9520d75cd


backtick fixes


Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/9520d75c
Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/9520d75c
Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/9520d75c

Branch: refs/heads/asf-site
Commit: 9520d75cd360a8ecf5a8de6170be265b122261c0
Parents: aa348a6
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Fri Dec 4 18:03:26 2015 -0800
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Fri Dec 4 18:03:26 2015 -0800

----------------------------------------------------------------------
 docs/plugin-configuration-basics/index.html | 2 +-
 feed.xml                                    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/9520d75c/docs/plugin-configuration-basics/index.html
----------------------------------------------------------------------
diff --git a/docs/plugin-configuration-basics/index.html b/docs/plugin-configuration-basics/index.html
index de4b70e..53111e2 100644
--- a/docs/plugin-configuration-basics/index.html
+++ b/docs/plugin-configuration-basics/index.html
@@ -1192,7 +1192,7 @@ Using a copy of an existing configuration reduces the risk of JSON coding errors
 <p>The <code>table function name</code> is the table name, the type parameter is the format name, and the other parameters are the fields that the format plugin configuration accepts, as defined in the table above (except for <code>extensions</code> which do not apply in this context).</p>
 
 <p>For example, to read a CSV file and parse the header:<br>
-<code>select a, b from table(dfs.</code><code>path/to/data.csv</code><code>(type =&gt; &#39;text&#39;,
+<code>select a, b from table(dfs.`path/to/data.csv`(type =&gt; &#39;text&#39;,
 fieldDelimiter =&gt; &#39;,&#39;, extractHeader =&gt; true))</code></p>
 
 <p>For more information about format plugin configuration see <a href="/docs/text-files-csv-tsv-psv/">&quot;Text Files: CSV, TSV, PSV&quot;</a>.  </p>

http://git-wip-us.apache.org/repos/asf/drill-site/blob/9520d75c/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 58f5759..1ec17eb 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>Fri, 04 Dec 2015 16:09:23 -0800</pubDate>
-    <lastBuildDate>Fri, 04 Dec 2015 16:09:23 -0800</lastBuildDate>
+    <pubDate>Fri, 04 Dec 2015 18:00:48 -0800</pubDate>
+    <lastBuildDate>Fri, 04 Dec 2015 18:00:48 -0800</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>