This is an automated email from the ASF dual-hosted git repository.

davidlim 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 9bf835b  remove #658 doc reference for Schema-less design (#6693)
9bf835b is described below

commit 9bf835b84f59366265ee0b26f6ad3ecf7f695c86
Author: rcgarcia74 <[email protected]>
AuthorDate: Fri Nov 30 14:53:57 2018 -0500

    remove #658 doc reference for Schema-less design (#6693)
---
 docs/content/ingestion/schema-design.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/content/ingestion/schema-design.md 
b/docs/content/ingestion/schema-design.md
index f47aeb8..e86cdeb 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.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to