This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch
xiangfu0/data-3221-7-slim-metadata-lazy-schema
in repository https://gitbox.apache.org/repos/asf/pinot.git
omit 289f83918e5 Slim ColumnMetadataImpl to 72 bytes and derive the
per-segment Schema lazily
omit 19dbb53b3bd Materialize immutable-segment columns lazily behind an
opt-in instance config (default off)
omit fdde54d032b Share segment-derived FieldSpec instances across segments
through a weak interner
omit 0bbde43bad4 Fold PhysicalColumnIndexContainer's IndexTypeMap into a
presence mask plus dense readers
omit 2b73f0db6cf Delegate immutable DataSourceMetadata to ColumnMetadata
instead of snapshotting it
omit b61c9233453 Canonicalize the default null value and intern per-column
strings at metadata parse time
add 22186c0c6a1 Grow index-size storage lazily with LongArrayList
add 987446c09f6 Canonicalize the default null value and intern per-column
strings at metadata parse time
add 3eb0c08b517 Delegate immutable DataSourceMetadata to ColumnMetadata
instead of snapshotting it
add 19ae462a005 Fold PhysicalColumnIndexContainer's IndexTypeMap into a
presence mask plus dense readers
add 1d3e9d20e95 Share segment-derived FieldSpec instances across segments
through a weak interner
add 4e4c5972832 Materialize immutable-segment columns lazily behind an
opt-in instance config (default off)
add e85ba680462 Slim ColumnMetadataImpl to 72 bytes and derive the
per-segment Schema lazily
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 (289f83918e5)
\
N -- N -- N
refs/heads/xiangfu0/data-3221-7-slim-metadata-lazy-schema (e85ba680462)
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 | 8 ++--
.../spi/index/metadata/ColumnMetadataImpl.java | 50 ++++++++++-----------
.../spi/index/metadata/SegmentMetadataImpl.java | 5 +--
.../spi/index/metadata/ColumnMetadataImplTest.java | 51 +++++++++++++++-------
4 files changed, 64 insertions(+), 50 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]