Neeraja's user correction from Hive meeting

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

Branch: refs/heads/gh-pages
Commit: b6f3995ec9a59c4522c9e153bdbc5d0c59608eed
Parents: 68e3ac5
Author: Kristine Hahn <[email protected]>
Authored: Thu Jun 4 09:16:40 2015 -0700
Committer: Kristine Hahn <[email protected]>
Committed: Thu Jun 4 09:16:40 2015 -0700

----------------------------------------------------------------------
 _docs/connect-a-data-source/080-drill-default-input-format.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/b6f3995e/_docs/connect-a-data-source/080-drill-default-input-format.md
----------------------------------------------------------------------
diff --git a/_docs/connect-a-data-source/080-drill-default-input-format.md 
b/_docs/connect-a-data-source/080-drill-default-input-format.md
index f8e4e66..dac2073 100644
--- a/_docs/connect-a-data-source/080-drill-default-input-format.md
+++ b/_docs/connect-a-data-source/080-drill-default-input-format.md
@@ -59,6 +59,6 @@ steps:
             "defaultInputFormat" : "json"
         }
 
-## Querying Compressed JSON
+## Querying Compressed Files
 
-You can query compressed JSON in .gz files as well as uncompressed files 
having the .json extension. The .json extension must precede the gz extension 
in the GZ file name. For example, `proddata.json.gz`.
+You can query compressed GZfiles, such as JSON and CSV, as well as 
uncompressed files having the .json extension. The file extension specified in 
the `formats . . . extensions` property of the storage plugin must precede the 
gz extension in the GZ file name. For example, `proddata.json.gz` or 
`mydata.csv.gz` are valid file names to use in a query, as shown in the example 
in ["Querying the GZ File 
Directly"]({{site.baseurl"}}/docs/querying-plain-text-files/#query-the-gz-file-directly).

Reply via email to