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 01:12:32 UTC

drill-site git commit: edits

Repository: drill-site
Updated Branches:
  refs/heads/asf-site 89710fb39 -> aa348a6c8


edits


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

Branch: refs/heads/asf-site
Commit: aa348a6c85f1f7d2bd11ced3ddd1c30a328ef52f
Parents: 89710fb
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Fri Dec 4 16:12:19 2015 -0800
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Fri Dec 4 16:12:19 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/drill-site/blob/aa348a6c/docs/plugin-configuration-basics/index.html
----------------------------------------------------------------------
diff --git a/docs/plugin-configuration-basics/index.html b/docs/plugin-configuration-basics/index.html
index 5753742..de4b70e 100644
--- a/docs/plugin-configuration-basics/index.html
+++ b/docs/plugin-configuration-basics/index.html
@@ -1185,14 +1185,13 @@ Using a copy of an existing configuration reduces the risk of JSON coding errors
 
 <h2 id="using-the-formats-attributes-as-table-function-parameters">Using the Formats Attributes as Table Function Parameters</h2>
 
-<p>You can also set the formats attributes defined above on a per query basis.
-To pass parameters to the format plugin you can use the table function syntax:  </p>
+<p>In Drill version 1.4 and later, you can also set the formats attributes defined above on a per query basis. To pass parameters to the format plugin, use the table function syntax:  </p>
 
 <p><code>select a, b from table({table function name}(parameters))</code></p>
 
-<p>The table function name is your table name, the type parameter is the format name and the other parameters are the fields that the configuration of the format plugin accepts as defined in the table above (except for <code>extensions</code> that does not apply in this context).</p>
+<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 its header:<br>
+<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;,
 fieldDelimiter =&gt; &#39;,&#39;, extractHeader =&gt; true))</code></p>
 

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

http://git-wip-us.apache.org/repos/asf/drill-site/blob/aa348a6c/team/index.html
----------------------------------------------------------------------
diff --git a/team/index.html b/team/index.html
index 896b19d..707429f 100644
--- a/team/index.html
+++ b/team/index.html
@@ -201,6 +201,10 @@
 <td>Sudheesh Katkam</td>
 <td>sudheesh</td>
 </tr>
+<tr>
+<td>Ellen Friedman</td>
+<td>ellenf</td>
+</tr>
 </tbody></table>
 </div>