deepthi912 commented on code in PR #15335:
URL: https://github.com/apache/pinot/pull/15335#discussion_r2010710648
##
pinot-core/src/main/java/org/apache/pinot/core/transport/QueryServer.java:
##
@@ -138,6 +144,9 @@ protected void initChannel(SocketChannel ch) {
c
This is an automated email from the ASF dual-hosted git repository.
jlli pushed a commit to branch fix-array-agg-group-by
in repository https://gitbox.apache.org/repos/asf/pinot.git
commit 4254e0f9f15f9863ac8f605a172514686c859bee
Author: jlli_LinkedIn
AuthorDate: Thu Apr 3 15:05:07 2025 -0700
gortiz merged PR #15328:
URL: https://github.com/apache/pinot/pull/15328
--
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.apach
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029695528
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalanceProgressStats.java:
##
@@ -118,6 +126,209 @@ public RebalanceStateStat
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029695759
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##
@@ -284,4 +319,253 @@ public static
TableReb
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029695644
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalanceProgressStats.java:
##
@@ -118,6 +126,209 @@ public RebalanceStateStat
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029695528
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalanceProgressStats.java:
##
@@ -118,6 +126,209 @@ public RebalanceStateStat
mghildiy commented on code in PR #15377:
URL: https://github.com/apache/pinot/pull/15377#discussion_r2029663779
##
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/RoundDecimalTransformFunction.java:
##
@@ -90,8 +90,12 @@ public double[] transformToDoub
mghildiy commented on code in PR #15377:
URL: https://github.com/apache/pinot/pull/15377#discussion_r2029663779
##
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/RoundDecimalTransformFunction.java:
##
@@ -90,8 +90,12 @@ public double[] transformToDoub
codecov-commenter commented on PR #15469:
URL: https://github.com/apache/pinot/pull/15469#issuecomment-2780127901
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15469?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
Jackie-Jiang closed pull request #15027: Do not convert IN/NOT_IN to OR lists
URL: https://github.com/apache/pinot/pull/15027
--
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
Jackie-Jiang opened a new pull request, #15469:
URL: https://github.com/apache/pinot/pull/15469
Support calculating count of unique values using off-heap memory.
For variable length types (e.g. `STRING`, `BYTES`), we use murmur3 hash (64
bits by default) to represent the value.
J-HowHuang commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029595112
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##
@@ -284,4 +319,253 @@ public static
TableR
J-HowHuang commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029592306
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalanceProgressStats.java:
##
@@ -118,6 +126,209 @@ public RebalanceStateSt
Jackie-Jiang commented on issue #15453:
URL: https://github.com/apache/pinot/issues/15453#issuecomment-2779912171
`1.3.0` should be using the following versions:
avro: `1.11.4` (Last change #14148)
async-http-client: `3.0.0` (Last change #13709)
Can you check how the vulnerable d
Jackie-Jiang commented on code in PR #15437:
URL: https://github.com/apache/pinot/pull/15437#discussion_r2029565885
##
pom.xml:
##
@@ -1215,6 +1234,12 @@
pom
import
+
+
+com.google.api.grpc
+proto-google-common-protos
+
Jackie-Jiang merged PR #15376:
URL: https://github.com/apache/pinot/pull/15376
--
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
leujean02 commented on code in PR #15437:
URL: https://github.com/apache/pinot/pull/15437#discussion_r2029557091
##
pom.xml:
##
@@ -1215,6 +1234,12 @@
pom
import
+
+
+com.google.api.grpc
+proto-google-common-protos
+$
Jackie-Jiang commented on issue #15442:
URL: https://github.com/apache/pinot/issues/15442#issuecomment-2779908588
To debug this, you want to figure out if this is a bug from parser side, or
optimizer side. IIRC, when combining `IN` with `OR`, Calcite directly parse the
query into a quite we
Jackie-Jiang commented on code in PR #15437:
URL: https://github.com/apache/pinot/pull/15437#discussion_r2029552651
##
pom.xml:
##
@@ -1215,6 +1234,12 @@
pom
import
+
+
+com.google.api.grpc
+proto-google-common-protos
+
Jackie-Jiang commented on code in PR #15431:
URL: https://github.com/apache/pinot/pull/15431#discussion_r2029551158
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1450,9 +1450,15 @@ public void goOnlineFromConsumin
Jackie-Jiang commented on PR #15431:
URL: https://github.com/apache/pinot/pull/15431#issuecomment-2779903722
Please take a look at the test failures
--
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 t
leujean02 commented on PR #15437:
URL: https://github.com/apache/pinot/pull/15437#issuecomment-2779898909
> Can you rebase it to the latest master? Seems like it is combining changes
of some recent PRs
Conflict Resolved @Jackie-Jiang
--
This is an automated message from the Apache
Jackie-Jiang commented on code in PR #15377:
URL: https://github.com/apache/pinot/pull/15377#discussion_r2029541976
##
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/RoundDecimalTransformFunction.java:
##
@@ -90,18 +90,30 @@ public double[] transformT
tibrewalpratik17 merged PR #15414:
URL: https://github.com/apache/pinot/pull/15414
--
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...@p
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 401756e8e0 Bump software.amazon.awssdk:bom from 2.31.14 to 2.31.15
(#15465)
add 8242f4e18d Add per query stats to
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/io.netty-netty-bom-4.2.0.Final
in repository https://gitbox.apache.org/repos/asf/pinot.git
was 23584b2979 Bump io.netty:netty-bom from 4.1.119.Final to 4.2.0.Final
The
Jackie-Jiang merged PR #15465:
URL: https://github.com/apache/pinot/pull/15465
--
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 change to branch
dependabot/maven/software.amazon.awssdk-bom-2.31.15
in repository https://gitbox.apache.org/repos/asf/pinot.git
was 14ba039532 Bump software.amazon.awssdk:bom from 2.31.14 to 2.31.15
The r
Jackie-Jiang closed pull request #15464: Bump io.netty:netty-bom from
4.1.119.Final to 4.2.0.Final
URL: https://github.com/apache/pinot/pull/15464
--
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
Jackie-Jiang commented on PR #15437:
URL: https://github.com/apache/pinot/pull/15437#issuecomment-2779887716
Can you rebase it to the latest master? Seems like it is combining changes
of some recent PRs
--
This is an automated message from the Apache Git Service.
To respond to the message
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 3a090f2e33 Ensure that minAvailableReplicas has an upper bound of
existing numReplicas to fix infinite loop in rebalan
dependabot[bot] commented on PR #15464:
URL: https://github.com/apache/pinot/pull/15464#issuecomment-277908
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
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 37ec14d204 [multistage] Add Physical Plan Nodes / Trait Assignment /
Logical Agg Rule (#15439)
add 3a090f2e33 Ens
Jackie-Jiang merged PR #15468:
URL: https://github.com/apache/pinot/pull/15468
--
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
ankitsultana commented on code in PR #15439:
URL: https://github.com/apache/pinot/pull/15439#discussion_r2029528655
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/v2/nodes/PhysicalAggregate.java:
##
@@ -0,0 +1,106 @@
+/**
+ * Licensed to the Apache
This is an automated email from the ASF dual-hosted git repository.
ankitsultana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 1fc0cfe456 Added support to apply record enrichers before complex
transformations (#15359)
add 37ec14d204 [
ankitsultana merged PR #15439:
URL: https://github.com/apache/pinot/pull/15439
--
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
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029524839
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalanceProgressStats.java:
##
@@ -118,6 +128,165 @@ public RebalanceStateStat
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029525615
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##
@@ -284,4 +319,204 @@ public static
TableReb
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029524674
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalanceProgressStats.java:
##
@@ -19,33 +19,25 @@
package org.apache.pinot.c
J-HowHuang commented on code in PR #15284:
URL: https://github.com/apache/pinot/pull/15284#discussion_r2004078548
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -670,6 +686,20 @@ private RebalanceSummaryResult
calc
leujean02 commented on code in PR #15437:
URL: https://github.com/apache/pinot/pull/15437#discussion_r2029500814
##
pom.xml:
##
@@ -789,25 +808,37 @@
test-jar
+
+
+org.apache.arrow
+arrow-vector
+${arrow.version}
+
+
leujean02 commented on code in PR #15437:
URL: https://github.com/apache/pinot/pull/15437#discussion_r2029500490
##
pom.xml:
##
@@ -271,6 +271,24 @@
2.5.3
0.11.0-pre2
0.3.2
+3.49.2
+2.4.21
+2.0.2
+1.3.0
Review Comment:
Addressed
##
p
leujean02 commented on code in PR #15437:
URL: https://github.com/apache/pinot/pull/15437#discussion_r2029500613
##
pom.xml:
##
@@ -271,6 +271,24 @@
2.5.3
0.11.0-pre2
0.3.2
+3.49.2
+2.4.21
+2.0.2
+1.3.0
+0.19.0
+8.5.15
+4.0.0
+2.4
+
leujean02 commented on code in PR #15437:
URL: https://github.com/apache/pinot/pull/15437#discussion_r2029500337
##
pom.xml:
##
@@ -792,22 +810,26 @@
org.checkerframework
checker-qual
-3.49.2
+${checker-qual.version}
+
Review Comment:
Jackie-Jiang merged PR #15359:
URL: https://github.com/apache/pinot/pull/15359
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 096ad7cdc2 Make MSE leaf stage use cached TableConfig and Schema from
TableDataManager (#15461)
add 1fc0cfe456 Ad
Jackie-Jiang commented on code in PR #15439:
URL: https://github.com/apache/pinot/pull/15439#discussion_r2029497571
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/v2/nodes/PhysicalAggregate.java:
##
@@ -0,0 +1,106 @@
+/**
+ * Licensed to the Apache
Jackie-Jiang commented on issue #15255:
URL: https://github.com/apache/pinot/issues/15255#issuecomment-2735030214
Thanks for reporting the issue. Have you tried this on a DOUBLE dimension
with null values? Seems like the problem is from trying to parse `-Inf` as
`BigDecimal`, but I don't kn
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029469316
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##
@@ -284,4 +319,253 @@ public static
TableReb
codecov-commenter commented on PR #15468:
URL: https://github.com/apache/pinot/pull/15468#issuecomment-2779773214
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15468?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
J-HowHuang commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029456703
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##
@@ -284,4 +319,253 @@ public static
TableR
J-HowHuang commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029454774
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##
@@ -284,4 +319,253 @@ public static
TableR
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 667fba096f Cache IndexLoadingConfig in TableDataManager (#15443)
add 096ad7cdc2 Make MSE leaf stage use cached Tab
Jackie-Jiang merged PR #15461:
URL: https://github.com/apache/pinot/pull/15461
--
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
leujean02 closed pull request #15418: Harmonize Pinot Dependency Management
URL: https://github.com/apache/pinot/pull/15418
--
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 u
Jackie-Jiang closed issue #15320: [spark connector] dependency conflict
URL: https://github.com/apache/pinot/issues/15320
--
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 uns
somandal opened a new pull request, #15468:
URL: https://github.com/apache/pinot/pull/15468
When running table rebalance, we need to specify the `minAvailableReplicas`
to keep up as part of the rebalance. Internally we track the number of replicas
based on the target assignment only which c
Jackie-Jiang commented on code in PR #15284:
URL: https://github.com/apache/pinot/pull/15284#discussion_r2019080775
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -699,6 +723,28 @@ private RebalanceSummaryResult
ca
Jackie-Jiang merged PR #15426:
URL: https://github.com/apache/pinot/pull/15426
--
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
somandal commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2029417170
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java:
##
@@ -284,4 +319,253 @@ public static
TableReb
xiangfu0 merged PR #15380:
URL: https://github.com/apache/pinot/pull/15380
--
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
KKcorps merged PR #15409:
URL: https://github.com/apache/pinot/pull/15409
--
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.apac
codecov-commenter commented on PR #15466:
URL: https://github.com/apache/pinot/pull/15466#issuecomment-2779615101
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15466?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
J-HowHuang commented on code in PR #15266:
URL: https://github.com/apache/pinot/pull/15266#discussion_r2027413419
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalanceProgressStats.java:
##
@@ -19,33 +19,25 @@
package org.apache.pinot
tibrewalpratik17 merged PR #15344:
URL: https://github.com/apache/pinot/pull/15344
--
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...@p
dependabot[bot] opened a new pull request, #15417:
URL: https://github.com/apache/pinot/pull/15417
Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from
2.13.1 to 2.14.0.
Release notes
Sourced from https://github.com/JodaOrg/joda-time/releases";>joda-time:joda-time
noob-se7en commented on code in PR #15438:
URL: https://github.com/apache/pinot/pull/15438#discussion_r2026873578
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java:
##
@@ -621,7 +621,7 @@ private void commitSegm
This is an automated email from the ASF dual-hosted git repository.
xbli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 3fce1ba865 Remove mockito and bytebuddy warnings. (#15421)
add b9447edd9e remove snapshotRWlock in upsert table part
somandal commented on code in PR #15368:
URL: https://github.com/apache/pinot/pull/15368#discussion_r2019835365
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/RebalanceSummaryResult.java:
##
@@ -306,18 +298,107 @@ public Map
getServerSegmentC
tibrewalpratik17 merged PR #15412:
URL: https://github.com/apache/pinot/pull/15412
--
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...@p
J-HowHuang commented on code in PR #15368:
URL: https://github.com/apache/pinot/pull/15368#discussion_r2025730873
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -140,10 +156,20 @@ public TableRebalancer(HelixManager
noob-se7en closed pull request #15246: Unblocks helix thread for online segment
URL: https://github.com/apache/pinot/pull/15246
--
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.
chrajeshbabu commented on PR #15281:
URL: https://github.com/apache/pinot/pull/15281#issuecomment-2738845281
@Jackie-Jiang could you pls review this. With this change all possible query
options can be passed to pinot connection without explicitly specifying in
possible options list.
--
T
gortiz commented on PR #15264:
URL: https://github.com/apache/pinot/pull/15264#issuecomment-2743114456
@mayankshriv The issue is that we have a normal slf4j log and a QueryLogger,
which I'm not sure what is being used for. To me, it looks like an artifact for
configuring some logging for qu
yashmayya commented on code in PR #15263:
URL: https://github.com/apache/pinot/pull/15263#discussion_r2000856836
##
pinot-query-planner/src/test/resources/queries/JoinPlans.json:
##
@@ -405,10 +405,10 @@
"\nLogicalProject(col1=[$0])",
"\n LogicalJoin(condi
dependabot[bot] opened a new pull request, #15426:
URL: https://github.com/apache/pinot/pull/15426
Bumps [com.dynatrace.hash4j:hash4j](https://github.com/dynatrace-oss/hash4j)
from 0.20.0 to 0.21.0.
Release notes
Sourced from https://github.com/dynatrace-oss/hash4j/releases";>com.d
noob-se7en commented on code in PR #15438:
URL: https://github.com/apache/pinot/pull/15438#discussion_r2026893885
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java:
##
@@ -1066,13 +1066,14 @@ public void segment
Jackie-Jiang commented on issue #15262:
URL: https://github.com/apache/pinot/issues/15262#issuecomment-2737926824
@r-reis Do you want to help contribute this feature?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.puppycrawl.tools-checkstyle-10.23.0
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 526e0af93b Bump com.puppycrawl.tools:checkstyle from 10.22.0 to
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.4
in repository https://gitbox.apache.org/repos/asf/pinot.git
at 9f7f804a36 Bump software.amazon.awssdk:bom from 2.31.3 to 2.31.4
No n
ankitsultana commented on code in PR #15439:
URL: https://github.com/apache/pinot/pull/15439#discussion_r2029313208
##
pinot-query-planner/src/main/java/org/apache/pinot/calcite/rel/rules/PinotLogicalAggregateRule.java:
##
@@ -0,0 +1,198 @@
+/**
+ * Licensed to the Apache Softwa
itschrispeck commented on code in PR #15371:
URL: https://github.com/apache/pinot/pull/15371#discussion_r2025237779
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/v2/PinotDataDistribution.java:
##
@@ -0,0 +1,193 @@
+/**
+ * Licensed to the Apache So
codecov-commenter commented on PR #15341:
URL: https://github.com/apache/pinot/pull/15341#issuecomment-2742091892
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15341?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
codecov-commenter commented on PR #15339:
URL: https://github.com/apache/pinot/pull/15339#issuecomment-2741913123
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15339?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
ayesheepatra07 opened a new pull request, #15466:
URL: https://github.com/apache/pinot/pull/15466
This change improves how the controller conf applies the values for periodic
task configurations. Previously, invalid new configuration values were throwing
exceptions and not letting the servi
piby180 opened a new issue, #15453:
URL: https://github.com/apache/pinot/issues/15453
Hi all,
We are using release 1.3.0 docker image with tag
`release-1.3.0-21-amazoncorretto`
Our Ops Team is complaining about two critical CVEs in pinot image.
 {
}
@Override
-
klsince merged PR #15400:
URL: https://github.com/apache/pinot/pull/15400
--
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.apac
Jackie-Jiang merged PR #15257:
URL: https://github.com/apache/pinot/pull/15257
--
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
codecov-commenter commented on PR #15430:
URL: https://github.com/apache/pinot/pull/15430#issuecomment-2770881904
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15430?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
yashmayya commented on code in PR #15364:
URL: https://github.com/apache/pinot/pull/15364#discussion_r2011690089
##
pinot-core/src/main/java/org/apache/pinot/core/util/trace/ContinuousJfrStarter.java:
##
@@ -0,0 +1,164 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF)
1 - 100 of 137 matches
Mail list logo