editorial changes
Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/423e3141
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/423e3141
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/423e3141
Branch: refs/heads/gh-pages
Commit: 423e3141ea877a287ce83e3d5b4068d8f5324ab9
Parents: b6f3995
Author: Kristine Hahn <khahn@maprtech.com>
Authored: Thu Jun 4 09:19:25 2015 -0700
Committer: Kristine Hahn <khahn@maprtech.com>
Committed: Thu Jun 4 09:19:25 2015 -0700
----------------------------------------------------------------------
_docs/connect-a-data-source/080-drill-default-input-format.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/drill/blob/423e3141/_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 dac2073..7878568 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
@@ -61,4 +61,4 @@ steps:
## Querying Compressed Files
-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).
+You can query compressed GZ files, 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 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).
|