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:07:33 UTC

drill git commit: edits

Repository: drill
Updated Branches:
  refs/heads/gh-pages b9f63fb79 -> b581c8060


edits


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

Branch: refs/heads/gh-pages
Commit: b581c8060124dba915e1caa92e3b64b810d12d09
Parents: b9f63fb
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Fri Dec 4 16:06:31 2015 -0800
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Fri Dec 4 16:06:31 2015 -0800

----------------------------------------------------------------------
 .../connect-a-data-source/035-plugin-configuration-basics.md  | 7 +++----
 team.md                                                       | 2 ++
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/b581c806/_docs/connect-a-data-source/035-plugin-configuration-basics.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/035-plugin-configuration-basics.md b/_docs/connect-a-data-source/035-plugin-configuration-basics.md
index 8a065ce..fd98988 100644
--- a/_docs/connect-a-data-source/035-plugin-configuration-basics.md
+++ b/_docs/connect-a-data-source/035-plugin-configuration-basics.md
@@ -148,14 +148,13 @@ You set the formats attributes, such as skipFirstLine, in the `formats` area of
 
 ## Using the Formats Attributes as Table Function Parameters
 
-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:  
+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:  
 
 `select a, b from table({table function name}(parameters))`
 
-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 `extensions` that does not apply in this context).
+The `table function name` 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 `extensions` which do not apply in this context).
 
-For example to read a CSV file and parse its header:  
+For example, to read a CSV file and parse the header:  
 `select a, b from table(dfs.``path/to/data.csv``(type => 'text',
 fieldDelimiter => ',', extractHeader => true))`
 

http://git-wip-us.apache.org/repos/asf/drill/blob/b581c806/team.md
----------------------------------------------------------------------
diff --git a/team.md b/team.md
index f6c9383..94e6ce5 100755
--- a/team.md
+++ b/team.md
@@ -29,3 +29,5 @@ We welcome contributions to the project. If you're interested in contributing, t
 | Hanifi Gunes | hg |
 | Abdelhakim Deneche | adeneche |
 | Sudheesh Katkam | sudheesh |
+| Ellen Friedman | ellenf |
+