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

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 9180dac  fixed "StartTree" typo (#4571)
9180dac is described below

commit 9180dace4f8bf8fff158a3431c3d0aea3f48bd99
Author: The Alchemist <[email protected]>
AuthorDate: Thu Aug 29 11:47:28 2019 -0400

    fixed "StartTree" typo (#4571)
---
 docs/architecture.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/architecture.rst b/docs/architecture.rst
index 0d6b32e..ceee0d9 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -157,5 +157,5 @@ of 3 will use only 3 bits for each dictionary ID).
 There is a forward index built for each column and compressed appropriately 
for efficient memory use.  In addition, optional inverted indices can be
 configured for any set of columns. Inverted indices, while take up more 
storage, offer better query performance.
 
-Specialized indexes like StartTree index is also supported.
+Specialized indexes like Star-Tree index is also supported.
 


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

Reply via email to