This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new b588826 fix json
b588826 is described below
commit b588826640fbd38d5ea752c5a3b6daa43923c695
Author: Joshua Hansen <[email protected]>
AuthorDate: Wed Oct 2 20:23:31 2019 -0700
fix json
---
_docs/data-sources-and-file-formats/050-json-data-model.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_docs/data-sources-and-file-formats/050-json-data-model.md
b/_docs/data-sources-and-file-formats/050-json-data-model.md
index ebc2d46..ac176d6 100644
--- a/_docs/data-sources-and-file-formats/050-json-data-model.md
+++ b/_docs/data-sources-and-file-formats/050-json-data-model.md
@@ -96,7 +96,7 @@ Drill reads tuples defined in single objects, having no comma
between objects. A
To read and [analyze complex JSON]({{ site.baseurl
}}/docs/json-data-model/#analyzing-json) files, use the FLATTEN and KVGEN
functions. For example, you need to flatten the data to read all the names in
this JSON file:
- {"Fruits: [{"name":"Apples", "quantity":115},
+ {"Fruits": [{"name":"Apples", "quantity":115},
{"name":"Oranges","quantity":199},
{"name":"Peaches", "quantity":116}
]