dclim closed pull request #6693: remove #658 doc reference for Schema-less design URL: https://github.com/apache/incubator-druid/pull/6693
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/schema-design.md b/docs/content/ingestion/schema-design.md index f47aeb8892c..e86cdebb675 100644 --- a/docs/content/ingestion/schema-design.md +++ b/docs/content/ingestion/schema-design.md @@ -104,9 +104,7 @@ You should query for the number of ingested rows with: ## Schema-less dimensions If the `dimensions` field is left empty in your ingestion spec, Druid will treat every column that is not the timestamp column, -a dimension that has been excluded, or a metric column as a dimension. It should be noted that because of [#658](https://github.com/apache/incubator-druid/issues/658) -these segments will be slightly larger than if the list of dimensions was explicitly specified in lexicographic order. This limitation -does not impact query correctness- just storage requirements. +a dimension that has been excluded, or a metric column as a dimension. Note that when using schema-less ingestion, all dimensions will be ingested as String-typed dimensions. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
