fjy closed pull request #5874: show that flatten will also work with avro 
extension
URL: https://github.com/apache/incubator-druid/pull/5874
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/content/ingestion/flatten-json.md 
b/docs/content/ingestion/flatten-json.md
index 8c76974cc6a..eddfa96acb2 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:
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org
For additional commands, e-mail: dev-h...@druid.apache.org

Reply via email to