fix hive talk feedback fix
Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/eabc9772 Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/eabc9772 Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/eabc9772 Branch: refs/heads/gh-pages Commit: eabc97720f02bd86a7f07560d223c2e0318b9b46 Parents: 423e314 Author: Kristine Hahn <[email protected]> Authored: Thu Jun 4 09:32:04 2015 -0700 Committer: Kristine Hahn <[email protected]> Committed: Thu Jun 4 09:32:04 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/eabc9772/_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 7878568..cc25959 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 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). +You can query compressed GZ files, such as JSON and CSV, as well as uncompressed files. 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).
