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 6440506394e Reuse normalized table schemas from the existing table 
manager cache
    omit 1b0b6e4dd89 Include nested children in ComplexFieldSpec equality and 
hashing
     add 6f68898b74b Mark the "query received" log record so it can be routed 
independently (#19454)
     add 2589860e1de Drop null-valued entries from cluster config snapshots 
(#19594)
     add 5b650aed3bc Fix Arrow response encoder failing on non-String OBJECT 
values (#19591)
     add efe37ec91f9 Include nested children in ComplexFieldSpec equality and 
hashing (#19592)
     add 0f383516fba Reuse normalized table schemas from the existing table 
manager cache

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   (6440506394e)
            \
             N -- N -- N   refs/heads/xiangfu0/codex/schema-fieldspec-reuse 
(0f383516fba)

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:
 .../apache/pinot/broker/querylog/QueryLogger.java  | 16 ++++++++++-
 .../pinot/broker/querylog/QueryLoggerTest.java     | 31 ++++++++++++++++++++++
 .../config/DefaultClusterConfigChangeHandler.java  |  2 +-
 .../response/encoder/ArrowResponseEncoder.java     |  3 ++-
 .../response/encoder/ArrowResponseEncoderTest.java | 16 +++++++++++
 .../provider/PinotClusterConfigProvider.java       | 16 +++++++++++
 .../provider/PinotClusterConfigProviderTest.java   | 17 +++++++++++-
 7 files changed, 97 insertions(+), 4 deletions(-)


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

Reply via email to