This is an automated email from the ASF dual-hosted git repository.

jlli pushed a change to branch make-metrics-pluggable
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard 1cbf29c  Address PR comment
 discard dfa6ed2  Address PR comments
 discard b190a45  Mark pinot-yammer as test scope
 discard 01e128e  Address PR comments
 discard d840c5c  Make Pinot metrics pluggable
     add d1a9802  Make dependency on azure-identity provided in pinot-adls 
plugin (#6633)
     add a7c4259  LICENSE and NOTICE changes for 0.7 release (#6623)
     add df767c0  Removing redundant check for column with RAW encoding and 
noDictionary config (#6636)
     add b2d716d  Add generation number to data and queries (#6638)
     add 36803c0  Recover the segment from controller when LLC table cannot 
load it (#6647)
     add 779c29c  Do not log warning when gRPC or admin port is not configured 
for an instance (#6632)
     add 5137025  Remove methods in PinotMetricsRegistryListener (#6630)
     add 5823aa9  Make Pinot metrics pluggable
     add 92e7988  Address PR comments
     add 4b64c51  Mark pinot-yammer as test scope
     add 7fac841  Address PR comments
     add 5a3c787  Address PR comment

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   (1cbf29c)
            \
             N -- N -- N   refs/heads/make-metrics-pluggable (5a3c787)

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:
 LICENSE-binary                                     | 115 ++++++++++--------
 NOTICE-binary                                      |  31 +++--
 compatibility-verifier/compCheck.sh                |  29 ++---
 .../resources/PinotInstanceRestletResource.java    |  41 +++----
 .../manager/realtime/RealtimeTableDataManager.java |  98 +++++++++-------
 .../apache/pinot/core/util/TableConfigUtils.java   |   4 -
 .../java/org/apache/pinot/compat/tests/BaseOp.java |   6 +-
 .../pinot/compat/tests/CompatibilityOpsRunner.java |  12 +-
 .../org/apache/pinot/compat/tests/QueryOp.java     |  10 +-
 .../org/apache/pinot/compat/tests/SegmentOp.java   |  26 ++++-
 .../org/apache/pinot/compat/tests/StreamOp.java    |  44 ++++---
 .../org/apache/pinot/compat/tests/TableOp.java     |   2 +-
 .../tests/{CompatTestOperation.java => Utils.java} |  40 ++++---
 .../compat-tests/configs/FeatureTest1-schema.json  |  13 ++-
 .../compat-tests/configs/feature-test-1.json       |   1 +
 .../compat-tests/data/FeatureTest1-data-00.csv     |  22 ++--
 .../compat-tests/data/FeatureTest1-data-01.csv     |  16 +--
 .../compat-tests/data/recordReaderConfig.json      |   2 +-
 .../queries/feature-test-1-sql.queries             | 128 ++++++++++-----------
 .../query-results/feature-test-1-rest-sql.results  |   2 +-
 .../resources/compat-tests/stream-op-publish.yaml  |  26 +++--
 .../pinot-adls}/README.md                          |   5 +-
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml |   1 +
 .../yammer/YammerMetricsRegistryListener.java      |  12 --
 24 files changed, 377 insertions(+), 309 deletions(-)
 copy 
pinot-integration-tests/src/test/java/org/apache/pinot/compat/tests/{CompatTestOperation.java
 => Utils.java} (51%)
 copy pinot-plugins/{pinot-stream-ingestion/pinot-kafka-base => 
pinot-file-system/pinot-adls}/README.md (78%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to