mayankshriv commented on issue #10311:
URL: https://github.com/apache/pinot/issues/10311#issuecomment-1616221792
I did a quick scan and do see several of these had already been updated a
while back @andscoop @npandeyaof
--
This is an automated message from the Apache Git Service.
To resp
walterddr commented on code in PR #10846:
URL: https://github.com/apache/pinot/pull/10846#discussion_r1248908947
##
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/operator/AggregateOperatorTest.java:
##
@@ -188,60 +191,27 @@ public void
shouldAggregateSingleIn
walterddr commented on code in PR #10846:
URL: https://github.com/apache/pinot/pull/10846#discussion_r1248908794
##
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/operator/AggregateOperatorTest.java:
##
@@ -79,7 +77,8 @@ public void shouldHandleUpstreamErrorBlo
walterddr commented on code in PR #10846:
URL: https://github.com/apache/pinot/pull/10846#discussion_r1248908703
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/plan/PhysicalPlanVisitor.java:
##
@@ -100,17 +100,14 @@ public MultiStageOperator visitAggregate(A
walterddr commented on code in PR #10846:
URL: https://github.com/apache/pinot/pull/10846#discussion_r1248908609
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/plannode/AggregateNode.java:
##
@@ -35,30 +35,72 @@ public class AggregateNode extends AbstractPla
walterddr commented on code in PR #10991:
URL: https://github.com/apache/pinot/pull/10991#discussion_r1248907153
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSchemaRestletResource.java:
##
@@ -359,7 +364,10 @@ private void validateSchemaIntern
walterddr commented on code in PR #10991:
URL: https://github.com/apache/pinot/pull/10991#discussion_r1248907153
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSchemaRestletResource.java:
##
@@ -359,7 +364,10 @@ private void validateSchemaIntern
INNOCENT-BOY commented on code in PR #10991:
URL: https://github.com/apache/pinot/pull/10991#discussion_r1248895668
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSchemaRestletResource.java:
##
@@ -359,7 +364,10 @@ private void validateSchemaInt
walterddr commented on PR #10845:
URL: https://github.com/apache/pinot/pull/10845#issuecomment-1615988294
merging this one first. and continue if any follow up is needed on #10846
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
This is an automated email from the ASF dual-hosted git repository.
rongr 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 a6ee2773a2 [Multistage] Runtime changes for levera
walterddr merged PR #10845:
URL: https://github.com/apache/pinot/pull/10845
--
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
KKcorps commented on code in PR #11020:
URL: https://github.com/apache/pinot/pull/11020#discussion_r1248866166
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BaseTableUpsertMetadataManager.java:
##
@@ -75,6 +115,145 @@ public void init(TableConfig tab
klsince commented on code in PR #11020:
URL: https://github.com/apache/pinot/pull/11020#discussion_r1248859798
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java:
##
@@ -190,7 +192,11 @@ public void addSegment(Immut
klsince commented on code in PR #11020:
URL: https://github.com/apache/pinot/pull/11020#discussion_r1248859078
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java:
##
@@ -190,7 +192,11 @@ public void addSegment(Immut
klsince commented on code in PR #11020:
URL: https://github.com/apache/pinot/pull/11020#discussion_r1248858373
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BaseTableUpsertMetadataManager.java:
##
@@ -42,10 +73,19 @@ public abstract class BaseTableUp
klsince commented on code in PR #11020:
URL: https://github.com/apache/pinot/pull/11020#discussion_r1248858243
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BaseTableUpsertMetadataManager.java:
##
@@ -75,6 +115,145 @@ public void init(TableConfig tab
andimiller commented on code in PR #10982:
URL: https://github.com/apache/pinot/pull/10982#discussion_r1248857733
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/TableConfigUtils.java:
##
@@ -42,6 +42,7 @@
import org.apache.pinot.common.request.context
ankitsultana commented on code in PR #11023:
URL: https://github.com/apache/pinot/pull/11023#discussion_r1248823295
##
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java:
##
@@ -247,6 +247,12 @@ private BrokerResponse handleRequ
codecov-commenter commented on PR #11023:
URL: https://github.com/apache/pinot/pull/11023#issuecomment-1615730477
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/11023?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
tibrewalpratik17 opened a new pull request, #11023:
URL: https://github.com/apache/pinot/pull/11023
labels:
- `multistage`
numGroupsLimitReached metric was emitted in v1 but was not getting emitted
for v2 queries. Adding that support.
This is also called out as a task in #10781
Jackie-Jiang commented on code in PR #10891:
URL: https://github.com/apache/pinot/pull/10891#discussion_r1248658614
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/columnminmaxvalue/ColumnMinMaxValueGenerator.java:
##
@@ -119,65 +126,257
tibrewalpratik17 commented on code in PR #10993:
URL: https://github.com/apache/pinot/pull/10993#discussion_r1248657503
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTenantRestletResource.java:
##
@@ -276,27 +292,17 @@ private String toggleTena
tibrewalpratik17 commented on code in PR #10993:
URL: https://github.com/apache/pinot/pull/10993#discussion_r1248657080
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTenantRestletResource.java:
##
@@ -260,7 +276,7 @@ private String getTablesSer
Jackie-Jiang commented on code in PR #10891:
URL: https://github.com/apache/pinot/pull/10891#discussion_r1248654776
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/columnminmaxvalue/ColumnMinMaxValueGenerator.java:
##
@@ -119,65 +123,153
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 6f2bcde2e1 Fix a flaky test
OfflineGRPCServerInt
Jackie-Jiang merged PR #11022:
URL: https://github.com/apache/pinot/pull/11022
--
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
Jackie-Jiang commented on code in PR #11020:
URL: https://github.com/apache/pinot/pull/11020#discussion_r1248613256
##
pinot-server/src/main/java/org/apache/pinot/server/starter/helix/HelixInstanceDataManager.java:
##
@@ -135,6 +136,11 @@ public synchronized void init(PinotConfi
27 matches
Mail list logo