This is an automated email from the ASF dual-hosted git repository.
fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/master by this push:
new 5f78a33 show that flatten will also work with avro extension (#5874)
5f78a33 is described below
commit 5f78a333ad0455ad377b1eac0e119fa3594a9d10
Author: Caroline1000 <[email protected]>
AuthorDate: Wed Jul 11 16:47:03 2018 -0700
show that flatten will also work with avro extension (#5874)
* show that flatten will also work with avro extension
* fix url
---
docs/content/ingestion/flatten-json.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/ingestion/flatten-json.md
b/docs/content/ingestion/flatten-json.md
index 8c76974..eddfa96 100644
--- a/docs/content/ingestion/flatten-json.md
+++ b/docs/content/ingestion/flatten-json.md
@@ -9,7 +9,7 @@ layout: doc_page
| useFieldDiscovery | Boolean | If true, interpret all fields with singular
values (not a map or list) and flat lists (lists of singular values) at the
root level as columns. | no (default == true) |
| fields | JSON Object array | Specifies the fields of interest and how they
are accessed | no (default == []) |
-Defining the JSON Flatten Spec allows nested JSON fields to be flattened
during ingestion time. Only the JSON ParseSpec supports flattening.
+Defining the JSON Flatten Spec allows nested JSON fields to be flattened
during ingestion time. Only parseSpecs of types "json" or
["avro"](../development/extensions-core/avro.html) support flattening.
'fields' is a list of JSON Objects, describing the field names and how the
fields are accessed:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]