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

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


 discard 4deea40  Standardize the Dictionary interface, ensure the BYTES support
     add f30d83b  Adding documentation for Pinot Schema. (#4637)
     add 07c74b1  User doc for Star-Tree index (#4640)
     add c563b82  Add license header for star-tree document (#4641)
     add 3b9551e  Standardize the Dictionary interface, ensure the BYTES support

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4deea40)
            \
             N -- N -- N   refs/heads/enhance_dictionary (3b9551e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 docs/admin_guide.rst                               |   1 +
 docs/index.rst                                     |   2 +-
 docs/schema.rst                                    | 124 ++++++++
 docs/star-tree/example.png                         | Bin 0 -> 29005 bytes
 docs/star-tree/space-time.png                      | Bin 0 -> 25225 bytes
 docs/star-tree/star-tree.rst                       | 349 +++++++++++++++++++++
 docs/star-tree/structure.png                       | Bin 0 -> 25841 bytes
 docs/tuning_pinot.rst                              |  13 +-
 .../pinot/perf/StringDictionaryPerfTest.java       |  64 ++--
 9 files changed, 505 insertions(+), 48 deletions(-)
 create mode 100644 docs/schema.rst
 create mode 100755 docs/star-tree/example.png
 create mode 100755 docs/star-tree/space-time.png
 create mode 100644 docs/star-tree/star-tree.rst
 create mode 100755 docs/star-tree/structure.png


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

Reply via email to