gortiz opened a new pull request, #15975:
URL: https://github.com/apache/pinot/pull/15975
A subset of the changes proposed in
https://github.com/apache/pinot/pull/15919, so we merge them faster and discuss
about larger changes in the other PR
--
This is an automated message from the Apac
gortiz commented on PR #15967:
URL: https://github.com/apache/pinot/pull/15967#issuecomment-2933627063
> how long running were the queries that caused this? (what was their
configured timeout)
They were running for less than 1 second. But the issue is not on their
execution time but
anandheritage commented on issue #14956:
URL: https://github.com/apache/pinot/issues/14956#issuecomment-2933563238
@ankitsultana @Jackie-Jiang
We can close this issue now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
shauryachats commented on issue #15974:
URL: https://github.com/apache/pinot/issues/15974#issuecomment-2933464440
@shauryachats thanks, can pick this up.
--
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
ankitsultana opened a new issue, #15974:
URL: https://github.com/apache/pinot/issues/15974
Tracker task for pending items for the Time Series Engine.
- [ ] Remove reliance on table-type suffix. Presently users need to specify
table name with type. This is because of the logic in `Tabl
KKcorps commented on code in PR #15641:
URL: https://github.com/apache/pinot/pull/15641#discussion_r2122657503
##
pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/src/main/java/org/apache/pinot/plugin/stream/kafka20/KafkaPartitionLevelConnectionHandler.java:
##
@@ -56,6 +56,
codecov-commenter commented on PR #15973:
URL: https://github.com/apache/pinot/pull/15973#issuecomment-2933420647
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15973?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.
ankitsultana 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 0c0281dbaf [timeseries] Introducing integra
ankitsultana merged PR #15960:
URL: https://github.com/apache/pinot/pull/15960
--
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 #15959:
URL: https://github.com/apache/pinot/pull/15959#discussion_r2122602808
##
pinot-query-planner/src/main/java/org/apache/pinot/query/parser/CalciteRexExpressionParser.java:
##
@@ -60,10 +60,10 @@ private CalciteRexExpressionParser() {
somandal opened a new pull request, #15973:
URL: https://github.com/apache/pinot/pull/15973
Updating the upsert / dedup primary keys on segment add or replace can be an
expensive resource intensive operation. This PR adds framework level support
for throttling this operation via the same me
yashmayya commented on code in PR #15930:
URL: https://github.com/apache/pinot/pull/15930#discussion_r2122564948
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/ImplicitRealtimeTablePartitionSelector.java:
##
@@ -0,0 +1,79 @@
+/**
+ *
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 487daf07a9 Fix PinotZKChanger HelixManager ins
yashmayya merged PR #15961:
URL: https://github.com/apache/pinot/pull/15961
--
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
ankitsultana commented on code in PR #15960:
URL: https://github.com/apache/pinot/pull/15960#discussion_r2122471794
##
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TimeSeriesIntegrationTest.java:
##
@@ -0,0 +1,306 @@
+/**
+ * Licensed to the Apache So
ankitsultana commented on issue #15721:
URL: https://github.com/apache/pinot/issues/15721#issuecomment-2932922929
There was no error reported to the user (except timeout). Frustratingly, for
some reason we weren't seeing any logs in servers either and had to enable gRPC
debug logs to root-c
codecov-commenter commented on PR #15972:
URL: https://github.com/apache/pinot/pull/15972#issuecomment-2932973011
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15972?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 #15971:
URL: https://github.com/apache/pinot/pull/15971#issuecomment-2932911744
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15971?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 #15970:
URL: https://github.com/apache/pinot/pull/15970#issuecomment-2932917254
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15970?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
somandal commented on code in PR #15930:
URL: https://github.com/apache/pinot/pull/15930#discussion_r2122351921
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/ImplicitRealtimeTablePartitionSelector.java:
##
@@ -0,0 +1,79 @@
+/**
+ *
somandal commented on code in PR #15817:
URL: https://github.com/apache/pinot/pull/15817#discussion_r2122281627
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -1757,67 +1757,26 @@ private static class PartitionIdFet
leujean02 opened a new pull request, #15972:
URL: https://github.com/apache/pinot/pull/15972
test
--
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: co
leujean02 closed pull request #15972: Spi gha test
URL: https://github.com/apache/pinot/pull/15972
--
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: commi
This is an automated email from the ASF dual-hosted git repository.
chrispeck 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 ea9407819d [multistage] Cleanup Plan Fragmente
codecov-commenter commented on PR #15956:
URL: https://github.com/apache/pinot/pull/15956#issuecomment-2932902166
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15956?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
somandal commented on PR #15817:
URL: https://github.com/apache/pinot/pull/15817#issuecomment-2932898997
@Jackie-Jiang updated testing results:
REALTIME tables which don't use StrictRealtimeSegmentAssignment
(using HybridQuickStart and with strictReplicaGroup instance selector
enab
shauryachats commented on code in PR #15960:
URL: https://github.com/apache/pinot/pull/15960#discussion_r2122219024
##
pinot-integration-test-base/src/test/java/org/apache/pinot/integration/tests/ClusterTest.java:
##
@@ -549,6 +551,31 @@ public JsonNode postQuery(@Language("sql"
leujean02 closed pull request #15971: Move the SPI check to GHA and deprecate
baseline jar
URL: https://github.com/apache/pinot/pull/15971
--
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 specifi
jadami10 commented on issue #15721:
URL: https://github.com/apache/pinot/issues/15721#issuecomment-2932850302
> In our case the issue was occurring when the data transferred was
exceeding the Mailbox max limit
were you seeing that error as well, or you eventually root caused it to
th
praveenc7 commented on code in PR #15956:
URL: https://github.com/apache/pinot/pull/15956#discussion_r215625
##
pinot-common/src/main/java/org/apache/pinot/common/messages/TableSchemaRefreshMessage.java:
##
@@ -0,0 +1,54 @@
+/**
+ * Licensed to the Apache Software Foundation
leujean02 opened a new pull request, #15971:
URL: https://github.com/apache/pinot/pull/15971
[PINOT-20995](https://linkedin.atlassian.net/browse/PINOT-20995)
Previously, we used Maven japicmp plugin and a checked-in baseline JAR to
enforce SPI compatibility. This should fail builds wh
shauryachats opened a new pull request, #15970:
URL: https://github.com/apache/pinot/pull/15970
The previous unit tests for MultiStageReplicaGroupSelector were embedded
within the InstanceSelectorTest class, resulting in significant code
duplication between the two test suites.
This
somandal commented on code in PR #15817:
URL: https://github.com/apache/pinot/pull/15817#discussion_r2122281627
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -1757,67 +1757,26 @@ private static class PartitionIdFet
Jackie-Jiang merged PR #15876:
URL: https://github.com/apache/pinot/pull/15876
--
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 d40655cf05 Add sanity checks to ensure write perm
Jackie-Jiang commented on code in PR #15956:
URL: https://github.com/apache/pinot/pull/15956#discussion_r2122213266
##
pinot-common/src/main/java/org/apache/pinot/common/messages/TableSchemaRefreshMessage.java:
##
@@ -0,0 +1,54 @@
+/**
+ * Licensed to the Apache Software Foundat
Jackie-Jiang commented on code in PR #15903:
URL: https://github.com/apache/pinot/pull/15903#discussion_r2122236799
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -2958,15 +2958,31 @@ public void resetSegment(String
itschrispeck merged PR #15943:
URL: https://github.com/apache/pinot/pull/15943
--
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 #15914:
URL: https://github.com/apache/pinot/pull/15914#discussion_r215456
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeConsumptionRateManager.java:
##
@@ -87,15 +87,25 @@ public ConsumptionRateLimiter
somandal commented on code in PR #15817:
URL: https://github.com/apache/pinot/pull/15817#discussion_r218140
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -1757,67 +1767,26 @@ private static class PartitionIdFet
Jackie-Jiang commented on code in PR #15817:
URL: https://github.com/apache/pinot/pull/15817#discussion_r2122196601
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -542,9 +542,19 @@ private RebalanceResult doRebalanc
Jackie-Jiang commented on code in PR #15817:
URL: https://github.com/apache/pinot/pull/15817#discussion_r2122191645
##
pinot-common/src/main/java/org/apache/pinot/common/utils/SegmentUtils.java:
##
@@ -33,38 +34,42 @@ public class SegmentUtils {
private SegmentUtils() {
}
Jackie-Jiang commented on code in PR #15817:
URL: https://github.com/apache/pinot/pull/15817#discussion_r2122176340
##
pinot-common/src/main/java/org/apache/pinot/common/utils/SegmentUtils.java:
##
@@ -76,25 +81,61 @@ public static Integer
getPartitionIdFromRealtimeSegmentName(
Jackie-Jiang merged PR #15969:
URL: https://github.com/apache/pinot/pull/15969
--
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 6b475b7d4b Fix GROUP BY-Only Processing with
accurateGroupByWithoutOrderBy (#15966)
add 799adb9ebf Fix merge conf
codecov-commenter commented on PR #15969:
URL: https://github.com/apache/pinot/pull/15969#issuecomment-2932480376
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15969?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
ankitsultana commented on issue #15721:
URL: https://github.com/apache/pinot/issues/15721#issuecomment-2931327252
In our case the issue was occurring when the data transferred was exceeding
the Mailbox max limit. We had mitigated it by increasing our mailbox size limit
to a higher threshold
Jackie-Jiang opened a new pull request, #15969:
URL: https://github.com/apache/pinot/pull/15969
(no comment)
--
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,
dinoocch commented on PR #15878:
URL: https://github.com/apache/pinot/pull/15878#issuecomment-2932360353
This is the patch I had used to validate performance --
[benchmark.patch](https://github.com/user-attachments/files/20558502/benchmark.patch)
--
This is an automated message
gortiz opened a new pull request, #15967:
URL: https://github.com/apache/pinot/pull/15967
We have detected that some large queries may end up consuming too much
memory for too long in the stats cache used to return stats on timeout.
A way to solve that is to remove the stats as soon a
Jackie-Jiang commented on code in PR #15930:
URL: https://github.com/apache/pinot/pull/15930#discussion_r2121940763
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/ImplicitRealtimeTablePartitionSelector.java:
##
@@ -0,0 +1,79 @@
+/**
dinoocch commented on PR #15878:
URL: https://github.com/apache/pinot/pull/15878#issuecomment-2932298227
> I'm not sure if I correctly understood your case.
pinot.offheap.prioritize.bytebuffer defaults to true. Are you changing it to
false? Or were you using false and now you are trying to
xiangfu0 opened a new pull request, #15968:
URL: https://github.com/apache/pinot/pull/15968
(no comment)
--
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-m
chenboat merged PR #15685:
URL: https://github.com/apache/pinot/pull/15685
--
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 #15966:
URL: https://github.com/apache/pinot/pull/15966
--
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 6b475b7d4b Fix GROUP BY-Only Processing with
acc
dependabot[bot] commented on PR #15963:
URL: https://github.com/apache/pinot/pull/15963#issuecomment-2932082383
OK, I won't notify you again about this release, but will get in touch when
a new version is available. You can also ignore all major, minor, or patch
releases for a dependency by
dependabot[bot] commented on PR #15962:
URL: https://github.com/apache/pinot/pull/15962#issuecomment-2932079436
OK, I won't notify you about version 3.x.x again, unless you re-open this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
Jackie-Jiang closed pull request #15963: Bump spark2.version from 2.4.8 to 3.5.6
URL: https://github.com/apache/pinot/pull/15963
--
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.
dependabot[bot] closed pull request #15962: Bump
org.glassfish.jersey:jersey-bom from 2.46 to 3.1.10
URL: https://github.com/apache/pinot/pull/15962
--
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 t
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.glassfish.jersey-jersey-bom-3.1.10
in repository https://gitbox.apache.org/repos/asf/pinot.git
was 50ac11fdac Bump org.glassfish.jersey:jersey-bom from 2.46 to 3.1.
ankitsultana commented on code in PR #15960:
URL: https://github.com/apache/pinot/pull/15960#discussion_r2121953481
##
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/TimeSeriesIntegrationTest.java:
##
@@ -0,0 +1,306 @@
+/**
+ * Licensed to the Apache So
Jackie-Jiang commented on code in PR #15957:
URL: https://github.com/apache/pinot/pull/15957#discussion_r2121966562
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java:
##
@@ -1620,9 +1620,20 @@ public RealtimeSegmentDataManage
Jackie-Jiang commented on code in PR #15957:
URL: https://github.com/apache/pinot/pull/15957#discussion_r2121965680
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java:
##
@@ -276,20 +276,47 @@ public List
getPar
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/spark2.version-3.5.6
in repository https://gitbox.apache.org/repos/asf/pinot.git
was 12585c85f7 Bump spark2.version from 2.4.8 to 3.5.6
The revisions that were on this
Jackie-Jiang commented on PR #15962:
URL: https://github.com/apache/pinot/pull/15962#issuecomment-2932079294
@dependabot ignore this major version
--
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
ankitsultana commented on PR #15967:
URL: https://github.com/apache/pinot/pull/15967#issuecomment-2931649778
@gortiz : how long running were the queries that caused this? (what was
their configured timeout)
--
This is an automated message from the Apache Git Service.
To respond to the mes
chenboat merged PR #15203:
URL: https://github.com/apache/pinot/pull/15203
--
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
yashmayya merged PR #15965:
URL: https://github.com/apache/pinot/pull/15965
--
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
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 bc8d78660b Bump software.amazon.awssdk:bom from 2.31.53 to 2.31.54
(#15964)
add db2f78c853 [Priority Replica Gr
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 db2f78c853 [Priority Replica Group Routing] Support
orderedPreferredReplicas query option for customizable routing s
gortiz commented on issue #15721:
URL: https://github.com/apache/pinot/issues/15721#issuecomment-2931344380
> In our case the issue was occurring when the data transferred was
exceeding the Mailbox max limit. We had mitigated it by increasing our mailbox
size limit to a higher threshold.
somandal commented on code in PR #15817:
URL: https://github.com/apache/pinot/pull/15817#discussion_r2121806445
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -542,9 +542,19 @@ private RebalanceResult doRebalance(Ta
codecov-commenter commented on PR #15967:
URL: https://github.com/apache/pinot/pull/15967#issuecomment-2931740345
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15967?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
gortiz commented on code in PR #15919:
URL: https://github.com/apache/pinot/pull/15919#discussion_r2121033175
##
pinot-common/src/main/java/org/apache/pinot/common/datablock/MetadataBlock.java:
##
@@ -48,16 +49,17 @@ public static MetadataBlock newEos() {
return new Metadat
somandal commented on code in PR #15930:
URL: https://github.com/apache/pinot/pull/15930#discussion_r2121794505
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/ImplicitRealtimeTablePartitionSelector.java:
##
@@ -0,0 +1,79 @@
+/**
+ *
somandal commented on code in PR #15930:
URL: https://github.com/apache/pinot/pull/15930#discussion_r2121790729
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/ImplicitRealtimeTablePartitionSelector.java:
##
@@ -0,0 +1,79 @@
+/**
+ *
somandal commented on code in PR #15930:
URL: https://github.com/apache/pinot/pull/15930#discussion_r2121769760
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/TableConfigUtils.java:
##
@@ -913,6 +914,25 @@ static void
validatePartitionedReplicaGroupIn
deemoliu commented on issue #15913:
URL: https://github.com/apache/pinot/issues/15913#issuecomment-2931705248
WIP https://github.com/apache/pinot/pull/15258
--
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
yashmayya commented on code in PR #15930:
URL: https://github.com/apache/pinot/pull/15930#discussion_r2121729101
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/ImplicitRealtimeTablePartitionSelector.java:
##
@@ -0,0 +1,79 @@
+/**
+ *
This is an automated email from the ASF dual-hosted git repository.
yashmayya pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 1027b97a97 Bump com.puppycrawl.tools:checkstyle from 10.24.0 to
10.25.0 (#15965)
add bc8d78660b Bump software.
yashmayya commented on code in PR #15930:
URL: https://github.com/apache/pinot/pull/15930#discussion_r2121729101
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/ImplicitRealtimeTablePartitionSelector.java:
##
@@ -0,0 +1,79 @@
+/**
+ *
yashmayya commented on code in PR #15930:
URL: https://github.com/apache/pinot/pull/15930#discussion_r2121709430
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/ImplicitRealtimeTablePartitionSelector.java:
##
@@ -0,0 +1,79 @@
+/**
+ *
codecov-commenter commented on PR #15966:
URL: https://github.com/apache/pinot/pull/15966#issuecomment-2931607823
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/15966?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u
Copilot commented on code in PR #15900:
URL: https://github.com/apache/pinot/pull/15900#discussion_r2121652672
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java:
##
@@ -466,6 +470,23 @@ private boolean verifyTableType(Stri
somandal commented on code in PR #15930:
URL: https://github.com/apache/pinot/pull/15930#discussion_r2121614980
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/TableConfigUtils.java:
##
@@ -913,6 +914,25 @@ static void
validatePartitionedReplicaGroupIn
anandheritage opened a new pull request, #15966:
URL: https://github.com/apache/pinot/pull/15966
When a segment’s map had already reached _resultSize, and a row arrived
whose key was exactly equal to map.lastKey(), the condition
key.compareTo(map.lastKey()) < 0 would evaluate to false, caus
abhishekbafna commented on code in PR #15900:
URL: https://github.com/apache/pinot/pull/15900#discussion_r2121576970
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java:
##
@@ -422,6 +423,19 @@ public SuccessResponse deleteT
yashmayya merged PR #15964:
URL: https://github.com/apache/pinot/pull/15964
--
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
This is an automated email from the ASF dual-hosted git repository.
yashmayya pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from ff68c1f9a7 Bump org.glassfish.jersey:jersey-bom from 2.45 to 2.46
(#15947)
add 1027b97a97 Bump com.puppycrawl.
vrajat commented on code in PR #15798:
URL: https://github.com/apache/pinot/pull/15798#discussion_r2121359503
##
pinot-spi/src/main/java/org/apache/pinot/spi/trace/Tracing.java:
##
@@ -203,18 +204,20 @@ public void sampleUsageMSE() {
}
@Override
-public void upda
NihalJain commented on PR #15861:
URL: https://github.com/apache/pinot/pull/15861#issuecomment-2930978998
> The refactor definitely reduces duplicate code by
>
> * Moving part of the common code to `BasicAuthUtils.java`.
>
> * Moving other parts to respective base classes.
jadami10 commented on issue #15721:
URL: https://github.com/apache/pinot/issues/15721#issuecomment-2930987749
@ankitsultana, have you been able to reproduce this yourself?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
hpvd commented on issue #15855:
URL: https://github.com/apache/pinot/issues/15855#issuecomment-2930574492
just one thoughts:
maybe it would be a good move to couple the deprecation of this native text
index at the full future proof integration of lucene.
Currently, with only having the
gortiz commented on code in PR #15919:
URL: https://github.com/apache/pinot/pull/15919#discussion_r2121035156
##
pinot-spi/src/main/java/org/apache/pinot/spi/query/QueryThreadContext.java:
##
@@ -415,6 +429,18 @@ public static void setQueryEngine(String queryEngine) {
get()
gortiz commented on code in PR #15919:
URL: https://github.com/apache/pinot/pull/15919#discussion_r2121033671
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/blocks/ErrorMseBlock.java:
##
@@ -24,43 +24,75 @@
import java.util.Collections;
import java.util.En
dependabot[bot] opened a new pull request, #15965:
URL: https://github.com/apache/pinot/pull/15965
Bumps
[com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle)
from 10.24.0 to 10.25.0.
Release notes
Sourced from https://github.com/checkstyle/checkstyle/release
dependabot[bot] opened a new pull request, #15964:
URL: https://github.com/apache/pinot/pull/15964
Bumps software.amazon.awssdk:bom from 2.31.53 to 2.31.54.
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
| --- | --- |
dependabot[bot] opened a new pull request, #15963:
URL: https://github.com/apache/pinot/pull/15963
Bumps `spark2.version` from 2.4.8 to 3.5.6.
Updates `org.apache.spark:spark-core_2.12` from 2.4.8 to 3.5.6
Updates `org.apache.spark:spark-sql_2.12` from 2.4.8 to 3.5.6
Depe
dependabot[bot] opened a new pull request, #15962:
URL: https://github.com/apache/pinot/pull/15962
Bumps org.glassfish.jersey:jersey-bom from 2.46 to 3.1.10.
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.g
1 - 100 of 107 matches
Mail list logo