This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch xiangfu0/codex/schema-fieldspec-reuse
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 2a22d2e85fe Reuse the table manager cached schema during segment
loading
discard 194ecd079ed Document intentional legacy TIME coverage
discard a6bb8dcf7bd Reuse shared table definitions while parsing segment
metadata
discard b566160c91c Reuse table schema field specs after segment preprocessing
discard 2e90b828faf Keep metadata interfaces unchanged in sharing PR
discard e52f2191966 Use inherited field spec accessor in ColumnMetadata
discard b8e509a1ac1 Remove runtime freezing from shared segment field specs
discard e92c33f1100 Freeze shared metadata field specs before interning
discard 82c68ba088b Share equal segment-derived FieldSpec instances through a
weak interner
discard e6267d038fd Share parsed time-column names and verify custom defaults
discard cb20c245605 Fix metadata test import order
discard 91ea7aef113 Canonicalize the default null value and intern per-column
strings at metadata parse time
add c1a26e91c1e Restore the default when an adaptive routing metric export
cluster config is removed (#19578)
add b319ffd5785 Share FieldSpecs and repeated values across segment
metadata loads (#19473)
add 02239b4f3ec Reuse table schema field specs after segment preprocessing
add 65a79f1a98e Reuse shared table definitions while parsing segment
metadata
add 705e63d9499 Document intentional legacy TIME coverage
add 157d9d9de31 Reuse the table manager cached schema during segment
loading
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 (2a22d2e85fe)
\
N -- N -- N refs/heads/xiangfu0/codex/schema-fieldspec-reuse
(157d9d9de31)
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:
.../routing/stats/ServerRoutingStatsManager.java | 14 +++-----
.../stats/ServerRoutingStatsManagerTest.java | 41 ++++++++++++++++++++--
2 files changed, 43 insertions(+), 12 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]