remove #658 doc reference for Schema-less design (#6693)

This commit is contained in:
rcgarcia74 2018-11-30 14:53:57 -05:00 committed by David Lim
parent 5fae522f12
commit 9bf835b84f
1 changed files with 1 additions and 3 deletions

View File

@ -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.