jackjlli opened a new pull request, #15382:
URL: https://github.com/apache/pinot/pull/15382
Before this [PR](https://github.com/apache/pinot/pull/15158), when the
result value is null, it will be handled in the following method regardless of
the value of `nullHandlingEnabled`.
```
9aman commented on PR #15345:
URL: https://github.com/apache/pinot/pull/15345#issuecomment-2756672665
@rhodo
I understand this PR has already been merged but would like to understand
following
1. What is the rationale of adding this metric. Where would we need this ?
2. The consta
This is an automated email from the ASF dual-hosted git repository.
jlli pushed a change to branch fix-null-in-agg-result-block
in repository https://gitbox.apache.org/repos/asf/pinot.git
at d08b34a0c6 Revert the null value handling when nullHandlingEnabled is
false
This branch includes
This is an automated email from the ASF dual-hosted git repository.
jlli pushed a commit to branch fix-null-in-agg-result-block
in repository https://gitbox.apache.org/repos/asf/pinot.git
commit d08b34a0c630e1d4ed19d6c601ce5f645f9643cc
Author: jlli_LinkedIn
AuthorDate: Wed Mar 26 22:20:19 2025 -
chenboat merged PR #15234:
URL: https://github.com/apache/pinot/pull/15234
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot.apa
Jackie-Jiang merged PR #15339:
URL: https://github.com/apache/pinot/pull/15339
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot
noob-se7en commented on code in PR #15261:
URL: https://github.com/apache/pinot/pull/15261#discussion_r2014962975
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/ConsumerCoordinator.java:
##
@@ -0,0 +1,302 @@
+/**
+ * Licensed to the Apache Software Found
Jackie-Jiang merged PR #15261:
URL: https://github.com/apache/pinot/pull/15261
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new cf74f5ad6d Consumes segments in strict order of s
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 19fde79121 Metrics for monitoring PROPERTYSTORE/SEGMENTS/'s
getChildren response size (#15345)
add 4f1b39c3ab All
gortiz commented on code in PR #15312:
URL: https://github.com/apache/pinot/pull/15312#discussion_r2005376991
##
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/plan/pipeline/PipelineBreakerExecutorTest.java:
##
@@ -101,6 +104,15 @@ public void tearDownMethod()
Jackie-Jiang merged PR #15283:
URL: https://github.com/apache/pinot/pull/15283
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new ff0db32e49 Enhance index and field config validat
Jackie-Jiang merged PR #15296:
URL: https://github.com/apache/pinot/pull/15296
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot
xiangfu0 merged PR #15345:
URL: https://github.com/apache/pinot/pull/15345
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot.apa
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 19fde79121 Metrics for monitoring PROPERTYSTORE/
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 3bcca12e4c Retry on segment cannot build (#15234)
add c25ac653b6 Add off-heap set implementations (#15205)
No new
Jackie-Jiang merged PR #15205:
URL: https://github.com/apache/pinot/pull/15205
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot
This is an automated email from the ASF dual-hosted git repository.
tingchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 700cffe800 Fix up parsing of controller timers
tableRebalanceExecutionTimeMs and cronSchedulerJobExecutionTimeMs (#1
xiangfu0 commented on PR #15380:
URL: https://github.com/apache/pinot/pull/15380#issuecomment-2755798438
Since this is client side jutebuffer value, shall we publish this metric for
all controller/broker/server/minion components?
--
This is an automated message from the Apache Git Service
Jackie-Jiang commented on code in PR #15205:
URL: https://github.com/apache/pinot/pull/15205#discussion_r2015067099
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/distinct/BaseOffHeapDistinctSet.java:
##
@@ -0,0 +1,83 @@
+/**
+ * Licensed to the Apa
codecov-commenter commented on PR #15380:
URL: https://github.com/apache/pinot/pull/15380#issuecomment-2755835085
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15380?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
Jackie-Jiang merged PR #15330:
URL: https://github.com/apache/pinot/pull/15330
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 700cffe800 Fix up parsing of controller timers
t
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new de8fa0beb6 Support jsonKeyValueArrayToMap functi
xiangfu0 merged PR #15352:
URL: https://github.com/apache/pinot/pull/15352
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot.apa
rhodo opened a new pull request, #15380:
URL: https://github.com/apache/pinot/pull/15380
Log zookeeper's juteMaxBuffer size during the start of controller. This can
be helpful to understand how much is the znode size close to the limit.
Test locally, I can see the metrics show up:
noob-se7en commented on code in PR #15261:
URL: https://github.com/apache/pinot/pull/15261#discussion_r2014967744
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/ConsumerCoordinator.java:
##
@@ -0,0 +1,302 @@
+/**
+ * Licensed to the Apache Software Found
xiangfu0 merged PR #15379:
URL: https://github.com/apache/pinot/pull/15379
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot.apa
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from c5514f698e Change display of rebalance response (#15331)
add b87bee5f67 Remove system.out (#15379)
No new revisi
xiangfu0 opened a new pull request, #15379:
URL: https://github.com/apache/pinot/pull/15379
Remove system.out from #15088
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
somandal commented on code in PR #15330:
URL: https://github.com/apache/pinot/pull/15330#discussion_r2014866761
##
pinot-common/src/test/java/org/apache/pinot/common/metrics/prometheus/ControllerPrometheusMetricsTest.java:
##
@@ -72,13 +72,26 @@ public void timerTest(ControllerT
Jackie-Jiang commented on code in PR #15330:
URL: https://github.com/apache/pinot/pull/15330#discussion_r2014851549
##
pinot-common/src/test/java/org/apache/pinot/common/metrics/prometheus/ControllerPrometheusMetricsTest.java:
##
@@ -72,13 +72,26 @@ public void timerTest(Control
Jackie-Jiang commented on code in PR #15261:
URL: https://github.com/apache/pinot/pull/15261#discussion_r2014842432
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/ConsumerCoordinator.java:
##
@@ -0,0 +1,302 @@
+/**
+ * Licensed to the Apache Software Fou
Jackie-Jiang commented on code in PR #15261:
URL: https://github.com/apache/pinot/pull/15261#discussion_r2014729785
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/ConsumerCoordinator.java:
##
@@ -0,0 +1,291 @@
+/**
+ * Licensed to the Apache Software Fou
somandal commented on code in PR #15330:
URL: https://github.com/apache/pinot/pull/15330#discussion_r2014826546
##
docker/images/pinot/etc/jmx_prometheus_javaagent/configs/controller.yml:
##
@@ -48,6 +48,21 @@ rules:
table: "$2$4"
tableType: "$5"
taskType: "$6"
+
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014821752
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1063,12 +1063,7 @@ AtomicBoolean getAcquiredConsumerS
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014065172
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -172,6 +172,14 @@ public boolean isFinal() {
}
codecov-commenter commented on PR #15342:
URL: https://github.com/apache/pinot/pull/15342#issuecomment-2742690422
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15342?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
Jackie-Jiang commented on PR #15278:
URL: https://github.com/apache/pinot/pull/15278#issuecomment-2755459464
I see. Let's not use factor then and use absolute value. Making it a factor
of a default value can be very confusing, and people might not even know about
this default value.
--
T
dependabot[bot] commented on PR #15337:
URL: https://github.com/apache/pinot/pull/15337#issuecomment-2741706707
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, let
J-HowHuang opened a new issue, #15378:
URL: https://github.com/apache/pinot/issues/15378
# How to reproduce
```bash
aws kinesis create-stream --stream-name transcript-stream --shard-count 2
aws kinesis list-shards --stream-name transcript-stream
```
output:
```json
{
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014113282
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -172,6 +172,14 @@ public boolean isFinal() {
}
chrajeshbabu commented on PR #15281:
URL: https://github.com/apache/pinot/pull/15281#issuecomment-2755348287
@Jackie-Jiang Thank you very much for review. Handled the review comments
and pushed the changes.
--
This is an automated message from the Apache Git Service.
To respond to the me
chrajeshbabu commented on code in PR #15281:
URL: https://github.com/apache/pinot/pull/15281#discussion_r2014753176
##
pinot-common/src/main/java/org/apache/pinot/common/utils/config/QueryOptionsUtils.java:
##
@@ -438,4 +438,11 @@ private static IllegalArgumentException
longPar
chrajeshbabu commented on code in PR #15281:
URL: https://github.com/apache/pinot/pull/15281#discussion_r2014752632
##
pinot-clients/pinot-jdbc-client/src/main/java/org/apache/pinot/client/PinotConnection.java:
##
@@ -70,10 +66,10 @@ public class PinotConnection extends Abstract
nayanika-u commented on code in PR #15226:
URL: https://github.com/apache/pinot/pull/15226#discussion_r2014730466
##
pinot-spi/src/main/java/org/apache/pinot/spi/secretstore/SecretStoreException.java:
##
@@ -0,0 +1,55 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF)
Jackie-Jiang commented on code in PR #15261:
URL: https://github.com/apache/pinot/pull/15261#discussion_r2014732834
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/ConsumerCoordinator.java:
##
@@ -0,0 +1,291 @@
+/**
+ * Licensed to the Apache Software Fou
xiangfu0 commented on issue #15215:
URL: https://github.com/apache/pinot/issues/15215#issuecomment-2737907836
can we have a 1.3.0 patch branch and we can publish from there?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
vrajat commented on PR #15374:
URL: https://github.com/apache/pinot/pull/15374#issuecomment-2755270162
The test failure looks to be unrelated to the change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
mghildiy opened a new pull request, #15377:
URL: https://github.com/apache/pinot/pull/15377
1. For null value for FLOAT column, use NaN as transformation value
* bugfix.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014641803
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1063,12 +1063,7 @@ AtomicBoolean getAcquiredConsumerS
klsince commented on code in PR #15376:
URL: https://github.com/apache/pinot/pull/15376#discussion_r2014618297
##
pinot-tools/src/main/java/org/apache/pinot/tools/perf/QueryRunner.java:
##
@@ -292,6 +294,7 @@ public static QuerySummary
singleThreadedQueryRunner(PerfBenchmarkDri
somandal commented on PR #15368:
URL: https://github.com/apache/pinot/pull/15368#issuecomment-2754812352
> ## Known problems
> So far the API `GET /tables/{tableName}/consumingSegmentsInfo` seems to
fail when the stream type is Kinesis. It might be due to the mis-alignment of
pinot parti
somandal commented on PR #15368:
URL: https://github.com/apache/pinot/pull/15368#issuecomment-2754805807
I was thinking about this some more, and was wondering if it would be
possible to come up with something like the following:
```
"consumingSegmentSummary": {
"numConsumin
KKcorps commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014540410
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1723,18 +1729,27 @@ public RealtimeSegmentDataManager(Se
KKcorps commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014540410
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1723,18 +1729,27 @@ public RealtimeSegmentDataManager(Se
KKcorps commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014537124
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1063,12 +1063,7 @@ AtomicBoolean getAcquiredConsumerSema
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014111927
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1723,18 +1729,27 @@ public RealtimeSegmentDataManager
mghildiy commented on issue #15255:
URL: https://github.com/apache/pinot/issues/15255#issuecomment-2754653749
PR is [here](https://github.com/apache/pinot/pull/15377).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014085253
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1723,18 +1729,27 @@ public RealtimeSegmentDataManager
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014113282
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -172,6 +172,14 @@ public boolean isFinal() {
}
codecov-commenter commented on PR #15376:
URL: https://github.com/apache/pinot/pull/15376#issuecomment-2754484025
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15376?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014111927
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1723,18 +1729,27 @@ public RealtimeSegmentDataManager
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014111927
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1723,18 +1729,27 @@ public RealtimeSegmentDataManager
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014065172
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -172,6 +172,14 @@ public boolean isFinal() {
}
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014113282
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -172,6 +172,14 @@ public boolean isFinal() {
}
yashmayya opened a new pull request, #15376:
URL: https://github.com/apache/pinot/pull/15376
- Adds per query stats to `QuerySummary` in `pinot-tools` `QueryRunner` so
that clients can make assertions on query execution times for each individual
query rather than just the average across all
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014088756
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -172,6 +172,14 @@ public boolean isFinal() {
}
gortiz commented on code in PR #15263:
URL: https://github.com/apache/pinot/pull/15263#discussion_r2014099147
##
pinot-query-planner/src/main/java/org/apache/pinot/query/type/TypeSystem.java:
##
@@ -62,16 +62,36 @@ public boolean shouldConvertRaggedUnionTypesToVarying() {
r
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014088756
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -172,6 +172,14 @@ public boolean isFinal() {
}
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014088756
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -172,6 +172,14 @@ public boolean isFinal() {
}
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014085253
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1723,18 +1729,27 @@ public RealtimeSegmentDataManager
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014065172
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -172,6 +172,14 @@ public boolean isFinal() {
}
noob-se7en commented on code in PR #15296:
URL: https://github.com/apache/pinot/pull/15296#discussion_r2014065172
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -172,6 +172,14 @@ public boolean isFinal() {
}
noob-se7en commented on code in PR #15261:
URL: https://github.com/apache/pinot/pull/15261#discussion_r2014042141
##
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/ingestion/StreamIngestionConfig.java:
##
@@ -43,6 +43,12 @@ public class StreamIngestionConfig extends B
dependabot[bot] commented on PR #15366:
URL: https://github.com/apache/pinot/pull/15366#issuecomment-2754042817
Superseded by #15375.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
dependabot[bot] closed pull request #15366: Bump software.amazon.awssdk:bom
from 2.31.6 to 2.31.7
URL: https://github.com/apache/pinot/pull/15366
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
dependabot[bot] opened a new pull request, #15375:
URL: https://github.com/apache/pinot/pull/15375
Bumps software.amazon.awssdk:bom from 2.31.6 to 2.31.8.
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
| --- | --- |
|
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/software.amazon.awssdk-bom-2.31.7
in repository https://gitbox.apache.org/repos/asf/pinot.git
was 48ff26e62d Bump software.amazon.awssdk:bom from 2.31.6 to 2.31.7
The
yashmayya merged PR #15331:
URL: https://github.com/apache/pinot/pull/15331
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@pinot.ap
codecov-commenter commented on PR #15374:
URL: https://github.com/apache/pinot/pull/15374#issuecomment-2753450805
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15374?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
This is an automated email from the ASF dual-hosted git repository.
yashmayya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new c5514f698e Change display of rebalance respons
83 matches
Mail list logo