This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch xiangfu0/data-3221-10-physical-column-names
in repository https://gitbox.apache.org/repos/asf/pinot.git
omit 9a5974472d9 DATA-3221 (12): make the new column-name accessor sorted
and null-safe
omit 6a35d50822e DATA-3221 (11): list physical columns without building the
segment schema
omit 5eb5311d229 DATA-3221 (10): publish the segment column arrays as one
immutable pair
omit 3023a0eb141 DATA-3221 (10): hold segment column metadata in sorted
arrays, derive the map on demand
omit f12f5cc0ac2 DATA-3221 (8+9 follow-up): drop the shared shape, pack
bitsPerElement instead
omit 32698b27c6b DATA-3221 (8+9): shared column shape and primitive min/max
in ColumnMetadataImpl
omit 125c9acfb3f Slim ColumnMetadataImpl to 72 bytes and derive the
per-segment Schema lazily
omit c85c5cf1a46 Materialize immutable-segment columns lazily behind an
opt-in instance config (default off)
omit 865cdc1180d Share segment-derived FieldSpec instances across segments
through a weak interner
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
add 2d3b32f138a Materialize immutable-segment columns lazily behind an
opt-in instance config (default off)
add db5bb20972b Slim ColumnMetadataImpl to 72 bytes and derive the
per-segment Schema lazily
add 530340a05d9 DATA-3221 (8+9): shared column shape and primitive min/max
in ColumnMetadataImpl
add dc9449ccc04 DATA-3221 (8+9 follow-up): drop the shared shape, pack
bitsPerElement instead
add e34982b850c DATA-3221 (10): hold segment column metadata in sorted
arrays, derive the map on demand
add 4130656cf0a DATA-3221 (10): publish the segment column arrays as one
immutable pair
add 0e165e98353 DATA-3221 (11): list physical columns without building the
segment schema
add ee7fcb4c5bb DATA-3221 (12): make the new column-name accessor sorted
and null-safe
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 (9a5974472d9)
\
N -- N -- N
refs/heads/xiangfu0/data-3221-10-physical-column-names (ee7fcb4c5bb)
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 | 6 ++++
.../apache/pinot/segment/spi/ColumnMetadata.java | 4 +--
.../apache/pinot/segment/spi/SegmentMetadata.java | 6 ++--
.../spi/index/metadata/SegmentMetadataImpl.java | 3 +-
.../spi/index/metadata/ColumnMetadataImplTest.java | 36 ++++++++++------------
5 files changed, 29 insertions(+), 26 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]