Re: [I] Automate Pinot release validation process [pinot]

2025-04-14 Thread via GitHub
RSashimi commented on issue #15459: URL: https://github.com/apache/pinot/issues/15459#issuecomment-2803863514 hi, i can take this -- 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 comm

Re: [PR] Fix MIN_MAX_RANGE aggregation function behavior when all input values are null [pinot]

2025-04-14 Thread via GitHub
yashmayya commented on code in PR #15525: URL: https://github.com/apache/pinot/pull/15525#discussion_r2043619684 ## pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/MinMaxRangeAggregationFunction.java: ## @@ -81,10 +84,13 @@ public void aggregate(int len

Re: [PR] Minor Refactoring and fixes [pinot]

2025-04-14 Thread via GitHub
Jackie-Jiang commented on code in PR #15419: URL: https://github.com/apache/pinot/pull/15419#discussion_r2042894711 ## pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java: ## @@ -518,15 +518,13 @@ public void addConsumingSegment(Str

(pinot) branch master updated (fb02f04516 -> 883d8ee36a)

2025-04-14 Thread gortiz
This is an automated email from the ASF dual-hosted git repository. gortiz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from fb02f04516 Fix Direct Memory OOM on Server (#15335) add 883d8ee36a Substitute TransferableBlock with MseBlock (#15

Re: [PR] Table Rebalance Logger [pinot]

2025-04-14 Thread via GitHub
Jackie-Jiang merged PR #15436: URL: https://github.com/apache/pinot/pull/15436 -- 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

[PR] Add mergedTextIndexPrefixToExclude config to SchemaConformingTransformer [pinot]

2025-04-14 Thread via GitHub
lnbest0707-uber opened a new pull request, #15542: URL: https://github.com/apache/pinot/pull/15542 `feature` `ingestion` realtime` Add a new `mergedTextIndexPrefixToExclude` config field to SchemaConformingTransformerConfig. Before this, we had `_mergedTextIndexPathToExclude` but t

Re: [PR] Add extension points for JSON_MATCH function [pinot]

2025-04-14 Thread via GitHub
bziobrowski commented on code in PR #15508: URL: https://github.com/apache/pinot/pull/15508#discussion_r2035549838 ## pinot-core/src/test/java/org/apache/pinot/core/operator/transform/function/BaseTransformFunctionTest.java: ## @@ -311,18 +311,7 @@ public void setUp() .

Re: [PR] Fix MIN_MAX_RANGE aggregation function behavior when all input values are null [pinot]

2025-04-14 Thread via GitHub
Jackie-Jiang commented on code in PR #15525: URL: https://github.com/apache/pinot/pull/15525#discussion_r2043248743 ## pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/MinMaxRangeAggregationFunction.java: ## @@ -81,10 +84,13 @@ public void aggregate(int

Re: [I] Validation for raw index writer for forward index [pinot]

2025-04-14 Thread via GitHub
Jackie-Jiang commented on issue #15503: URL: https://github.com/apache/pinot/issues/15503#issuecomment-2803430640 Are you running Pinot `1.3.0`? The behavior should be fixed in #14258 where you should only need to set it in one place -- This is an automated message from the Apache Git Ser

Re: [PR] [Do Not Merge] Helix 1.4.3 upgrade Combined [pinot]

2025-04-14 Thread via GitHub
codecov-commenter commented on PR #15544: URL: https://github.com/apache/pinot/pull/15544#issuecomment-2803355091 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15544?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Prevent NPE when query options is null [pinot]

2025-04-14 Thread via GitHub
ankitsultana merged PR #15539: URL: https://github.com/apache/pinot/pull/15539 -- 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

(pinot) branch master updated (04c8a4f6ee -> 40a5b531a5)

2025-04-14 Thread ankitsultana
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 04c8a4f6ee [multistage] Add Leaf Stage Worker Assignment / Boundary / Agg Rules (#15481) add 40a5b531a5 [ti

[PR] [Do Not Merge] Helix 1.4.3 upgrade Combined [pinot]

2025-04-14 Thread via GitHub
somandal opened a new pull request, #15544: URL: https://github.com/apache/pinot/pull/15544 This is just a test PR to combine changes from https://github.com/apache/pinot/pull/15063 and https://github.com/apache/pinot/pull/15519 to test them together -- This is an automated message from

[I] Setting numPools = 0 should not bypass the pool vs replica validation [pinot]

2025-04-14 Thread via GitHub
pengding-stripe opened a new issue, #15543: URL: https://github.com/apache/pinot/issues/15543 Pinot has this [check](https://github.com/apache/pinot/blob/master/pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/assignment/instance/InstanceTagPoolSelector.java#L110) to en

Re: [I] Introducing more StateModel with different priority [pinot]

2025-04-14 Thread via GitHub
itschrispeck commented on issue #15056: URL: https://github.com/apache/pinot/issues/15056#issuecomment-2803249791 I was recently exploring this change too, for a slightly different reason - we use `llcpartitionconsuming` metric to alert when ingestion is stopped for a long period of time. I

Re: [PR] Metrics that Tracks the Progress of each Table Rebalance Job [pinot]

2025-04-14 Thread via GitHub
somandal commented on code in PR #15518: URL: https://github.com/apache/pinot/pull/15518#discussion_r2043088823 ## pinot-common/src/main/java/org/apache/pinot/common/metrics/ControllerGauge.java: ## @@ -205,7 +205,12 @@ public enum ControllerGauge implements AbstractMetrics.Gau

Re: [PR] Add mergedTextIndexPrefixToExclude config to SchemaConformingTransformer [pinot]

2025-04-14 Thread via GitHub
lnbest0707-uber commented on code in PR #15542: URL: https://github.com/apache/pinot/pull/15542#discussion_r2043019125 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/recordtransformer/SchemaConformingTransformer.java: ## Review Comment: tune the format

(pinot) branch master updated: Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.21 (#15535)

2025-04-14 Thread jackie
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 a762765f67 Bump software.amazon.awssdk:bom from 2

Re: [PR] Prevent NPE when query options is null [pinot]

2025-04-14 Thread via GitHub
codecov-commenter commented on PR #15539: URL: https://github.com/apache/pinot/pull/15539#issuecomment-2803059533 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15539?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

(pinot) branch master updated: [multistage] Add Leaf Stage Worker Assignment / Boundary / Agg Rules (#15481)

2025-04-14 Thread ankitsultana
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 04c8a4f6ee [multistage] Add Leaf Stage Work

(pinot) branch dependabot/npm_and_yarn/pinot-controller/src/main/resources/babel/runtime-7.27.0 deleted (was 7c33f0cace)

2025-04-14 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/npm_and_yarn/pinot-controller/src/main/resources/babel/runtime-7.27.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was 7c33f0cace Bump @babel/runtime in /pinot-con

Re: [PR] Minor Refactoring and fixes [pinot]

2025-04-14 Thread via GitHub
Jackie-Jiang commented on code in PR #15419: URL: https://github.com/apache/pinot/pull/15419#discussion_r2042895926 ## pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java: ## @@ -518,15 +518,13 @@ public void addConsumingSegment(Str

Re: [PR] Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 [pinot]

2025-04-14 Thread via GitHub
Jackie-Jiang merged PR #15521: URL: https://github.com/apache/pinot/pull/15521 -- 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

(pinot) branch dependabot/maven/org.apache.commons-commons-text-1.13.1 deleted (was 30a404bc44)

2025-04-14 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/org.apache.commons-commons-text-1.13.1 in repository https://gitbox.apache.org/repos/asf/pinot.git was 30a404bc44 Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1

(pinot) branch master updated (f1fda590ed -> 4bbe9fdca6)

2025-04-14 Thread jackie
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 f1fda590ed Bump @babel/runtime in /pinot-controller/src/main/resources (#15541) add 4bbe9fdca6 Bump org.apache.co

(pinot) branch master updated (f875678c49 -> f1fda590ed)

2025-04-14 Thread jackie
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 f875678c49 Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#15536) add f1fda590ed Bump @babel/runtime in /pinot-

(pinot) branch dependabot/maven/commons-io-commons-io-2.19.0 deleted (was 4a39caf634)

2025-04-14 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/commons-io-commons-io-2.19.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was 4a39caf634 Revert test change The revisions that were on this branch are still

(pinot) branch master updated: Table Rebalance Logger (#15436)

2025-04-14 Thread jackie
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 e03764a1f6 Table Rebalance Logger (#15436) e03764

Re: [PR] Bump commons-io:commons-io from 2.18.0 to 2.19.0 [pinot]

2025-04-14 Thread via GitHub
Jackie-Jiang merged PR #15536: URL: https://github.com/apache/pinot/pull/15536 -- 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

(pinot) branch master updated: Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#15536)

2025-04-14 Thread jackie
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 f875678c49 Bump commons-io:commons-io from 2.18.0

Re: [PR] Logical table CRUD operations. [pinot]

2025-04-14 Thread via GitHub
Jackie-Jiang commented on PR #15515: URL: https://github.com/apache/pinot/pull/15515#issuecomment-2802798359 > The current design document mentions MIN( offline table timestamp ...) as time boundary strategy. Is your suggestion to have field in the logical table config to specify the time b

Re: [PR] Substitute TransferableBlock with MseBlock [pinot]

2025-04-14 Thread via GitHub
gortiz merged PR #15245: URL: https://github.com/apache/pinot/pull/15245 -- 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

Re: [PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
albertobastos commented on code in PR #15533: URL: https://github.com/apache/pinot/pull/15533#discussion_r2042796526 ## pinot-spi/src/main/java/org/apache/pinot/spi/exception/QueryErrorCode.java: ## @@ -57,6 +57,7 @@ public enum QueryErrorCode { UNKNOWN_COLUMN(710, "UnknownCo

(pinot) branch dependabot/maven/commons-io-commons-io-2.19.0 updated (a52b347684 -> 4a39caf634)

2025-04-14 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/commons-io-commons-io-2.19.0 in repository https://gitbox.apache.org/repos/asf/pinot.git from a52b347684 Bump commons-io:commons-io from 2.11.0 to 2.19.0 add 4a39caf634

(pinot) branch dependabot/npm_and_yarn/pinot-controller/src/main/resources/babel/runtime-7.27.0 created (now 7c33f0cace)

2025-04-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/pinot-controller/src/main/resources/babel/runtime-7.27.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at 7c33f0cace Bump @babel/runtime in /pinot

[PR] Bump @babel/runtime from 7.26.0 to 7.27.0 in /pinot-controller/src/main/resources [pinot]

2025-04-14 Thread via GitHub
dependabot[bot] opened a new pull request, #15541: URL: https://github.com/apache/pinot/pull/15541 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.27.0. Release notes Sourced from https://github.com/babel/babel/releases";>@​

Re: [PR] Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.21 [pinot]

2025-04-14 Thread via GitHub
Jackie-Jiang merged PR #15535: URL: https://github.com/apache/pinot/pull/15535 -- 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

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.31.21 deleted (was 9f2e518ae5)

2025-04-14 Thread jackie
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.21 in repository https://gitbox.apache.org/repos/asf/pinot.git was 9f2e518ae5 Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.21 The r

[I] Pinot-Server keeps on going to "CrashLoopBackOff" error [pinot]

2025-04-14 Thread via GitHub
ssharman-cloud opened a new issue, #15540: URL: https://github.com/apache/pinot/issues/15540 In some strange scenarios, Pinot Server is keep on crashing with "CrashLoopBackOff" error, zookeeper is not able to communicate to the Pinot Server. Find below few observation from our side, but

[PR] Refactor query compilation to be able to stop it at different steps [pinot]

2025-04-14 Thread via GitHub
gortiz opened a new pull request, #15538: URL: https://github.com/apache/pinot/pull/15538 Some weeks ago, I modified QueryEnvironment to include a new class called CompiledQuery. This class contains the result of parsing, validating, transforming into RelNode and then optimizing the query.

Re: [PR] Metrics that Tracks the Progress of each Table Rebalance Job [pinot]

2025-04-14 Thread via GitHub
J-HowHuang commented on code in PR #15518: URL: https://github.com/apache/pinot/pull/15518#discussion_r2042622051 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/ZkBasedTableRebalanceObserver.java: ## @@ -122,6 +125,7 @@ public void onTrigger(T

[PR] Prevent NPE when query options is null [pinot]

2025-04-14 Thread via GitHub
rseetham opened a new pull request, #15539: URL: https://github.com/apache/pinot/pull/15539 `cleanup` -- 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

Re: [I] Automate License and Notice Binary update manual step [pinot]

2025-04-14 Thread via GitHub
destrex271 commented on issue #15460: URL: https://github.com/apache/pinot/issues/15460#issuecomment-2802390184 Hi @abhioncbr , this might take me some time to wrap up. I hope that's not an immediate blocker? -- This is an automated message from the Apache Git Service. To respond to the m

Re: [I] Pinot Sparse Data Support [pinot]

2025-04-14 Thread via GitHub
ankugit commented on issue #14984: URL: https://github.com/apache/pinot/issues/14984#issuecomment-2801622660 I faced the very same issue while working on similar configs and scale. As an workaround as @Jackie-Jiang mentioned we moved the sparse columns to JSON columns along with enabling co

(pinot) branch master updated (1515f49c4c -> 0bfc4542a0)

2025-04-14 Thread xiangfu
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 1515f49c4c Fix semi-join / pipeline breaker on BYTES and BIG_DECIMAL (#15531) add 0bfc4542a0 Add extension point

Re: [PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
gortiz commented on code in PR #15533: URL: https://github.com/apache/pinot/pull/15533#discussion_r2042371603 ## pinot-spi/src/main/java/org/apache/pinot/spi/exception/QueryErrorCode.java: ## @@ -57,6 +57,7 @@ public enum QueryErrorCode { UNKNOWN_COLUMN(710, "UnknownColumnErr

Re: [PR] Add extension points for JSON_MATCH function [pinot]

2025-04-14 Thread via GitHub
xiangfu0 merged PR #15508: URL: https://github.com/apache/pinot/pull/15508 -- 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

Re: [PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
albertobastos commented on code in PR #15533: URL: https://github.com/apache/pinot/pull/15533#discussion_r2042314241 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/GrpcSendingMailbox.java: ## @@ -131,9 +132,8 @@ public void cancel(Throwable t) { try {

Re: [PR] Fix semi-join / pipeline breaker on BYTES and BIG_DECIMAL [pinot]

2025-04-14 Thread via GitHub
yashmayya merged PR #15531: URL: https://github.com/apache/pinot/pull/15531 -- 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

(pinot) branch master updated: Fix semi-join / pipeline breaker on BYTES and BIG_DECIMAL (#15531)

2025-04-14 Thread yashmayya
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 1515f49c4c Fix semi-join / pipeline breaker on

Re: [I] Semi join pipeline breaker fails with types like BYTES and BIG_DECIMAL in the multi-stage engine [pinot]

2025-04-14 Thread via GitHub
yashmayya closed issue #15530: Semi join pipeline breaker fails with types like BYTES and BIG_DECIMAL in the multi-stage engine URL: https://github.com/apache/pinot/issues/15530 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
gortiz commented on code in PR #15533: URL: https://github.com/apache/pinot/pull/15533#discussion_r2042148147 ## pinot-spi/src/main/java/org/apache/pinot/spi/exception/QueryErrorCode.java: ## @@ -57,6 +57,8 @@ public enum QueryErrorCode { UNKNOWN_COLUMN(710, "UnknownColumnErr

Re: [PR] Refactor query compilation to be able to stop it at different steps [pinot]

2025-04-14 Thread via GitHub
codecov-commenter commented on PR #15538: URL: https://github.com/apache/pinot/pull/15538#issuecomment-2801835826 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15538?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

(pinot) branch master updated (ecc367c797 -> 9262ed1cc1)

2025-04-14 Thread gortiz
This is an automated email from the ASF dual-hosted git repository. gortiz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from ecc367c797 Add null handling support for MV aggregation functions - COUNT, MIN, MAX, SUM, AVG, MINMAXRANGE (#15524)

Re: [PR] Remove unused constraint when inferPartitionHint is true [pinot]

2025-04-14 Thread via GitHub
gortiz merged PR #15534: URL: https://github.com/apache/pinot/pull/15534 -- 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

Re: [PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
gortiz commented on code in PR #15533: URL: https://github.com/apache/pinot/pull/15533#discussion_r2042154801 ## pinot-spi/src/main/java/org/apache/pinot/spi/exception/QueryErrorCode.java: ## @@ -153,4 +155,14 @@ public boolean isClientError() { return false; }

Re: [PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
gortiz commented on code in PR #15533: URL: https://github.com/apache/pinot/pull/15533#discussion_r2042140226 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/GrpcSendingMailbox.java: ## @@ -131,9 +132,8 @@ public void cancel(Throwable t) { try { S

Re: [PR] Bump commons-io:commons-io from 2.11.0 to 2.19.0 [pinot]

2025-04-14 Thread via GitHub
codecov-commenter commented on PR #15536: URL: https://github.com/apache/pinot/pull/15536#issuecomment-2801501718 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15536?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

[PR] Remove unused constraint when inferPartitionHint is true [pinot]

2025-04-14 Thread via GitHub
gortiz opened a new pull request, #15534: URL: https://github.com/apache/pinot/pull/15534 This PR removes a problematic check when inferPartitionHint is true. The original idea was to fail when the worker manager is null in a broker and this query option is true. However, this situation is

Re: [PR] Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.21 [pinot]

2025-04-14 Thread via GitHub
codecov-commenter commented on PR #15535: URL: https://github.com/apache/pinot/pull/15535#issuecomment-2801497355 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15535?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

[PR] Bump commons-io:commons-io from 2.11.0 to 2.19.0 [pinot]

2025-04-14 Thread via GitHub
dependabot[bot] opened a new pull request, #15536: URL: https://github.com/apache/pinot/pull/15536 Bumps commons-io:commons-io from 2.11.0 to 2.19.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:co

[I] Refactor ControllerRequestClient to PinotAdminClient [pinot]

2025-04-14 Thread via GitHub
xiangfu0 opened a new issue, #15537: URL: https://github.com/apache/pinot/issues/15537 Wanna make AdminClient to pinot-client module for external usage. -- 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

Re: [PR] Remove unused constraint when inferPartitionHint is true [pinot]

2025-04-14 Thread via GitHub
codecov-commenter commented on PR #15534: URL: https://github.com/apache/pinot/pull/15534#issuecomment-2801411696 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15534?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

(pinot) branch dependabot/maven/commons-io-commons-io-2.19.0 created (now a52b347684)

2025-04-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/commons-io-commons-io-2.19.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at a52b347684 Bump commons-io:commons-io from 2.11.0 to 2.19.0 No new revisio

Re: [PR] Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.20 [pinot]

2025-04-14 Thread via GitHub
dependabot[bot] closed pull request #15520: Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.20 URL: https://github.com/apache/pinot/pull/15520 -- 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 th

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.31.21 created (now 9f2e518ae5)

2025-04-14 Thread github-bot
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.21 in repository https://gitbox.apache.org/repos/asf/pinot.git at 9f2e518ae5 Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.21 N

Re: [PR] Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.20 [pinot]

2025-04-14 Thread via GitHub
dependabot[bot] commented on PR #15520: URL: https://github.com/apache/pinot/pull/15520#issuecomment-2801395528 Superseded by #15535. -- 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

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.31.20 deleted (was a14a8c31bd)

2025-04-14 Thread github-bot
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.20 in repository https://gitbox.apache.org/repos/asf/pinot.git was a14a8c31bd Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.20 T

[PR] Bump software.amazon.awssdk:bom from 2.31.19 to 2.31.21 [pinot]

2025-04-14 Thread via GitHub
dependabot[bot] opened a new pull request, #15535: URL: https://github.com/apache/pinot/pull/15535 Bumps software.amazon.awssdk:bom from 2.31.19 to 2.31.21. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- |

Re: [PR] Logical table CRUD operations. [pinot]

2025-04-14 Thread via GitHub
vrajat commented on code in PR #15515: URL: https://github.com/apache/pinot/pull/15515#discussion_r2041899912 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java: ## @@ -2205,6 +2206,91 @@ public PinotResourceManagerResponse t

Re: [PR] Logical table CRUD operations. [pinot]

2025-04-14 Thread via GitHub
vrajat commented on code in PR #15515: URL: https://github.com/apache/pinot/pull/15515#discussion_r2041886700 ## pinot-common/src/main/java/org/apache/pinot/common/utils/LogicalTableUtils.java: ## @@ -0,0 +1,66 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under o

Re: [PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
codecov-commenter commented on PR #15533: URL: https://github.com/apache/pinot/pull/15533#issuecomment-2801267240 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15533?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Logical table CRUD operations. [pinot]

2025-04-14 Thread via GitHub
abhishekbafna commented on code in PR #15515: URL: https://github.com/apache/pinot/pull/15515#discussion_r2041813679 ## pinot-common/src/main/java/org/apache/pinot/common/utils/LogicalTableUtils.java: ## @@ -0,0 +1,66 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
albertobastos closed pull request #15532: Reduce logging spam URL: https://github.com/apache/pinot/pull/15532 -- 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-

[PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
albertobastos opened a new pull request, #15533: URL: https://github.com/apache/pinot/pull/15533 This PR aims to reduce how we spam the logs under certain query error scenarios, usually including big stack traces that are either irrelevant or redundant. Main changes include: -

Re: [PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
codecov-commenter commented on PR #15532: URL: https://github.com/apache/pinot/pull/15532#issuecomment-2800963211 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15532?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Fix semi-join / pipeline breaker on BYTES and BIG_DECIMAL [pinot]

2025-04-14 Thread via GitHub
codecov-commenter commented on PR #15531: URL: https://github.com/apache/pinot/pull/15531#issuecomment-2800931991 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15531?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Add null handling support for MV aggregation functions - COUNT, MIN, MAX, SUM, AVG, MINMAXRANGE [pinot]

2025-04-14 Thread via GitHub
yashmayya merged PR #15524: URL: https://github.com/apache/pinot/pull/15524 -- 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

(pinot) branch master updated (8af86e0783 -> ecc367c797)

2025-04-14 Thread yashmayya
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 8af86e0783 Fix MIN_MAX_RANGE aggregation function behavior when all input values are null (#15525) add ecc367c

(pinot) branch master updated (883d8ee36a -> 8af86e0783)

2025-04-14 Thread gortiz
This is an automated email from the ASF dual-hosted git repository. gortiz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 883d8ee36a Substitute TransferableBlock with MseBlock (#15245) add 8af86e0783 Fix MIN_MAX_RANGE aggregation functi

Re: [PR] Fix MIN_MAX_RANGE aggregation function behavior when all input values are null [pinot]

2025-04-14 Thread via GitHub
gortiz merged PR #15525: URL: https://github.com/apache/pinot/pull/15525 -- 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

Re: [PR] [Canary Routing] pass in the preferred replica group option to change the routing strategy for canary queries [pinot]

2025-04-14 Thread via GitHub
gortiz commented on code in PR #15203: URL: https://github.com/apache/pinot/pull/15203#discussion_r2041666301 ## pinot-broker/src/main/java/org/apache/pinot/broker/routing/adaptiveserverselector/PriorityGroupInstanceSelector.java: ## @@ -0,0 +1,194 @@ +/** + * Licensed to the Ap

[PR] Reduce logging spam [pinot]

2025-04-14 Thread via GitHub
albertobastos opened a new pull request, #15532: URL: https://github.com/apache/pinot/pull/15532 This PR aims to reduce how we spam the logs under certain query error scenarios, usually including big stack traces that are either irrelevant or redundant. Main changes include: -

Re: [PR] Fix Direct Memory OOM on Server [pinot]

2025-04-14 Thread via GitHub
gortiz commented on PR #15335: URL: https://github.com/apache/pinot/pull/15335#issuecomment-2800825514 > Thanks @gortiz for pointing this out, we can tune this memory allocated to direct buffers. On that note, I am thinking to assign 1/5th of unused offheap mem instead of 2/3rd of the total

Re: [I] Pinot Task Framework on Server Nodes [pinot]

2025-04-14 Thread via GitHub
INNOCENT-BOY closed issue #12094: Pinot Task Framework on Server Nodes URL: https://github.com/apache/pinot/issues/12094 -- 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

[I] Semi join pipeline breaker fails with types like BYTES and BIG_DECIMAL in the multi-stage engine [pinot]

2025-04-14 Thread via GitHub
yashmayya opened a new issue, #15530: URL: https://github.com/apache/pinot/issues/15530 - Sample quickstart queries and associated errors: - `select * from billing where baseUsage IN (select baseUsage from billing where creditHistory = 'A');` - `java.lang.IllegalStateException: I