This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch xiangfu0/data-3221-4-index-container-mask
in repository https://gitbox.apache.org/repos/asf/pinot.git
omit 5d1ebde82c1 Fold PhysicalColumnIndexContainer's IndexTypeMap into a
presence mask plus dense readers
omit 87b1c6a5cb9 Delegate immutable DataSourceMetadata to ColumnMetadata
instead of snapshotting it
add 401198b4b8e Fix metadata test import order
add d03dd47dcd4 Share parsed time-column names and verify custom defaults
add 862528b73b2 Share equal segment-derived FieldSpec instances through a
weak interner
add 98556551bab Delegate immutable DataSourceMetadata to ColumnMetadata
instead of snapshotting it
add 440d13d5698 Fold PhysicalColumnIndexContainer's IndexTypeMap into a
presence mask plus dense readers
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 (5d1ebde82c1)
\
N -- N -- N refs/heads/xiangfu0/data-3221-4-index-container-mask
(440d13d5698)
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:
.../segment/index/SegmentMetadataImplTest.java | 65 +++++++++-
.../apache/pinot/segment/spi/ColumnMetadata.java | 10 ++
.../apache/pinot/segment/spi/SegmentMetadata.java | 6 +
.../spi/index/metadata/ColumnMetadataImpl.java | 37 ++++--
.../spi/index/metadata/SegmentMetadataImpl.java | 3 +-
.../spi/index/metadata/ColumnMetadataImplTest.java | 131 +++++++++++++++++++++
6 files changed, 241 insertions(+), 11 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]