[I] OOM and High GC in Pinot servers for datasets using complex type transformer [pinot]

2025-04-28 Thread via GitHub
patwari-radhika opened a new issue, #15665: URL: https://github.com/apache/pinot/issues/15665 When we deployed [release-1.2.0](https://github.com/apache/pinot/releases/tag/release-1.2.0), we observed high memory usage, cpu utilization and GC time for pinto server nodes due to PR - https://

(pinot) branch master updated: Reduce warning logs when consumer thread is interrupted (#15660)

2025-04-28 Thread kharekartik
This is an automated email from the ASF dual-hosted git repository. kharekartik 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 8dc6d8d3e8 Reduce warning logs when consumer

Re: [PR] Reduce warning logs when consumer thread is interrupted [pinot]

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

(pinot) branch master updated (3e2ad5e889 -> db9061f85a)

2025-04-28 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 3e2ad5e889 Bump software.amazon.awssdk:bom from 2.31.29 to 2.31.30 (#15661) add db9061f85a Bump com.puppycrawl

(pinot) branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.23.1 deleted (was 5529dd74a2)

2025-04-28 Thread yashmayya
This is an automated email from the ASF dual-hosted git repository. yashmayya pushed a change to branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.23.1 in repository https://gitbox.apache.org/repos/asf/pinot.git was 5529dd74a2 Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 1

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.31.30 deleted (was ebadb597cf)

2025-04-28 Thread yashmayya
This is an automated email from the ASF dual-hosted git repository. yashmayya pushed a change to branch dependabot/maven/software.amazon.awssdk-bom-2.31.30 in repository https://gitbox.apache.org/repos/asf/pinot.git was ebadb597cf Bump software.amazon.awssdk:bom from 2.31.29 to 2.31.30 Th

Re: [PR] Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 [pinot]

2025-04-28 Thread via GitHub
yashmayya merged PR #15662: URL: https://github.com/apache/pinot/pull/15662 -- 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: Bump software.amazon.awssdk:bom from 2.31.29 to 2.31.30 (#15661)

2025-04-28 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 3e2ad5e889 Bump software.amazon.awssdk:bom fro

Re: [PR] Bump software.amazon.awssdk:bom from 2.31.29 to 2.31.30 [pinot]

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

Re: [PR] Kinesis partition split fixes [pinot]

2025-04-28 Thread via GitHub
krishan1390 commented on code in PR #15563: URL: https://github.com/apache/pinot/pull/15563#discussion_r2065456103 ## pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisConsumer.java: ## @@ -93,11 +93,31 @@ private Kine

Re: [I] Pinot Returns Doubles as Strings Sometimes [pinot]

2025-04-28 Thread via GitHub
shauryachats commented on issue #15306: URL: https://github.com/apache/pinot/issues/15306#issuecomment-2837405923 I can pick this up @ankitsultana . -- 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

Re: [PR] Add segment end criteria check for SVForwardIndex and Dictionary [pinot]

2025-04-28 Thread via GitHub
lnbest0707-uber commented on code in PR #15120: URL: https://github.com/apache/pinot/pull/15120#discussion_r2065174424 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/mutable/MutableSegmentImpl.java: ## @@ -189,6 +178,11 @@ public class MutableSe

Re: [PR] Add segment end criteria check for SVForwardIndex and Dictionary [pinot]

2025-04-28 Thread via GitHub
chenboat commented on PR #15120: URL: https://github.com/apache/pinot/pull/15120#issuecomment-2837116318 Can you comment or add documentation on this PR what is the current behavior if the size threshold is reached? -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] Add segment end criteria check for SVForwardIndex and Dictionary [pinot]

2025-04-28 Thread via GitHub
chenboat commented on code in PR #15120: URL: https://github.com/apache/pinot/pull/15120#discussion_r2065095621 ## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/mutable/MutableDictionary.java: ## @@ -48,4 +48,11 @@ default int insertionIndexOf(String stringV

Re: [PR] [Priority Replica Group Routing] Support orderedPreferredReplicas query option for customizable routing strategy [pinot]

2025-04-28 Thread via GitHub
chenboat commented on PR #15203: URL: https://github.com/apache/pinot/pull/15203#issuecomment-2837048391 Can you define exactly what `orderedPreferredReplicas` policy is in the PR description? I only see a few examples like: > To make the solution more flexible, we allow specifying a

Re: [PR] Fix Select-Star failures during schema evolution and segment reload [pinot]

2025-04-28 Thread via GitHub
praveenc7 commented on code in PR #15350: URL: https://github.com/apache/pinot/pull/15350#discussion_r2064913306 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java: ## @@ -559,7 +559,9 @@ public ServerReloadControllerJobS

(pinot) branch master updated (b76b891f8a -> 7c668f5803)

2025-04-28 Thread chrispeck
This is an automated email from the ASF dual-hosted git repository. chrispeck pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from b76b891f8a Adding CityHash support to scalar functions (#15655) add 7c668f5803 Optimize memory usage on SchemaC

Re: [PR] Optimize memory usage on SchemaConformingTransformer [pinot]

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

Re: [PR] Support unnest on a string typed json column [pinot]

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

[PR] Support unnest on a string typed json column [pinot]

2025-04-28 Thread via GitHub
rajagopr opened a new pull request, #15664: URL: https://github.com/apache/pinot/pull/15664 Get https://github.com/apache/pinot/pull/15663 to prod. -- 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 g

Re: [PR] Support unnest on a string typed json column [pinot]

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

Re: [PR] Table Rebalance: Add support for server-level segment batching [pinot]

2025-04-28 Thread via GitHub
somandal commented on code in PR #15617: URL: https://github.com/apache/pinot/pull/15617#discussion_r2063997789 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java: ## @@ -1434,67 +1445,336 @@ private static void handleErrorIns

[PR] Support unnest on a string typed json column [pinot]

2025-04-28 Thread via GitHub
xiangfu0 opened a new pull request, #15663: URL: https://github.com/apache/pinot/pull/15663 Support unnest a string encoded json field. -- 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

Re: [PR] Adding CityHash support to scalar functions [pinot]

2025-04-28 Thread via GitHub
xiangfu0 commented on PR #15655: URL: https://github.com/apache/pinot/pull/15655#issuecomment-2835867279 Many thanks for the contribution! -- 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 spe

(pinot) branch master updated (125c103abc -> b76b891f8a)

2025-04-28 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 125c103abc Added timeouts to the resource deletion calls from SegmentDeletionManager (#15638) add b76b891f8a Add

Re: [PR] Adding CityHash support to scalar functions [pinot]

2025-04-28 Thread via GitHub
xiangfu0 merged PR #15655: URL: https://github.com/apache/pinot/pull/15655 -- 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] Table Rebalance: Add support for server-level segment batching [pinot]

2025-04-28 Thread via GitHub
somandal commented on code in PR #15617: URL: https://github.com/apache/pinot/pull/15617#discussion_r2063997789 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java: ## @@ -1434,67 +1445,336 @@ private static void handleErrorIns

Re: [PR] Table Rebalance: Add support for server-level segment batching [pinot]

2025-04-28 Thread via GitHub
somandal commented on code in PR #15617: URL: https://github.com/apache/pinot/pull/15617#discussion_r2063997789 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java: ## @@ -1434,67 +1445,336 @@ private static void handleErrorIns

Re: [PR] Table Rebalance: Add support for server-level segment batching [pinot]

2025-04-28 Thread via GitHub
somandal commented on code in PR #15617: URL: https://github.com/apache/pinot/pull/15617#discussion_r2063997789 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java: ## @@ -1434,67 +1445,336 @@ private static void handleErrorIns

(pinot) branch master updated: Added timeouts to the resource deletion calls from SegmentDeletionManager (#15638)

2025-04-28 Thread manishswaminathan
This is an automated email from the ASF dual-hosted git repository. manishswaminathan 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 125c103abc Added timeouts to the resou

Re: [PR] Added timeouts to the resource deletion calls from SegmentDeletionManager [pinot]

2025-04-28 Thread via GitHub
swaminathanmanish merged PR #15638: URL: https://github.com/apache/pinot/pull/15638 -- 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...@

Re: [I] FileIngestionTask S3 invalid URL not raising error [pinot]

2025-04-28 Thread via GitHub
xiangfu0 commented on issue #15659: URL: https://github.com/apache/pinot/issues/15659#issuecomment-2835565831 I see. I think we should patch s3 plugins to take both `s3:/` and `s3://` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] Bump software.amazon.awssdk:bom from 2.31.29 to 2.31.30 [pinot]

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

Re: [PR] Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 [pinot]

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

Re: [PR] Include stats on cancel [pinot]

2025-04-28 Thread via GitHub
albertobastos commented on code in PR #15609: URL: https://github.com/apache/pinot/pull/15609#discussion_r2063716851 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/service/dispatch/QueryDispatcher.java: ## @@ -146,18 +156,39 @@ public QueryResult submitAndReduce(Req

Re: [PR] Reduce warning logs when consumer thread is interrupted [pinot]

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

Re: [PR] ASOF JOIN [pinot]

2025-04-28 Thread via GitHub
yashmayya commented on code in PR #15630: URL: https://github.com/apache/pinot/pull/15630#discussion_r2063712803 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/AsofJoinOperator.java: ## @@ -0,0 +1,183 @@ +/** + * Licensed to the Apache Software Foun

Re: [PR] ASOF JOIN [pinot]

2025-04-28 Thread via GitHub
albertobastos commented on code in PR #15630: URL: https://github.com/apache/pinot/pull/15630#discussion_r2063684134 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/AsofJoinOperator.java: ## @@ -0,0 +1,183 @@ +/** + * Licensed to the Apache Software

Re: [PR] Use Kafka Admin client to Fetch offsets instead of Kafka Consumer [pinot]

2025-04-28 Thread via GitHub
sajjad-moradi commented on PR #15641: URL: https://github.com/apache/pinot/pull/15641#issuecomment-2835300109 I'm on vacation. @mcvsubbu could you please take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

(pinot) branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.23.1 created (now 5529dd74a2)

2025-04-28 Thread github-bot
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.1 in repository https://gitbox.apache.org/repos/asf/pinot.git at 5529dd74a2 Bump com.puppycrawl.tools:checkstyle from 10.23.0 to

[PR] Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 [pinot]

2025-04-28 Thread via GitHub
dependabot[bot] opened a new pull request, #15662: URL: https://github.com/apache/pinot/pull/15662 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.23.0 to 10.23.1. Release notes Sourced from https://github.com/checkstyle/checkstyle/release

[PR] Bump software.amazon.awssdk:bom from 2.31.29 to 2.31.30 [pinot]

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

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.31.30 created (now ebadb597cf)

2025-04-28 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.30 in repository https://gitbox.apache.org/repos/asf/pinot.git at ebadb597cf Bump software.amazon.awssdk:bom from 2.31.29 to 2.31.30 N

[PR] Reduce warning logs when consumer thread is interrupted [pinot]

2025-04-28 Thread via GitHub
KKcorps opened a new pull request, #15660: URL: https://github.com/apache/pinot/pull/15660 (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-ma

(pinot) branch master updated (94fc62abcf -> 30e693b71e)

2025-04-28 Thread kharekartik
This is an automated email from the ASF dual-hosted git repository. kharekartik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 94fc62abcf Modify parser to support type aliases like LONG for BIGINT in MSE (#15615) add 30e693b71e Add but

Re: [PR] Add button to Pause/Resume consumption in Table UI [pinot]

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

[I] FileIngestionTask S3 invalid URL not raising error [pinot]

2025-04-28 Thread via GitHub
YoavNordmann opened a new issue, #15659: URL: https://github.com/apache/pinot/issues/15659 In the table config, in the `FileIngestionTask` section, in case of loading data from `S3` when the url is missing a `/`, so basically `s3:/[folder]/.../` instead of `s3://[folder]/.../` you do not ge

Re: [PR] byte-based splitting for mse query blocks [pinot]

2025-04-28 Thread via GitHub
albertobastos commented on code in PR #15571: URL: https://github.com/apache/pinot/pull/15571#discussion_r2063163586 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/GrpcSendingMailbox.java: ## @@ -229,4 +254,64 @@ public DataBlock visit(ErrorMseBlock block,

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

2025-04-28 Thread via GitHub
vrajat commented on PR #15515: URL: https://github.com/apache/pinot/pull/15515#issuecomment-2834629554 Should `LogicalTable` class be renamed to `LogicalTableConfig` ? The class inherits from `BaseJsonConfig`, is similar to `TableConfig`. -- This is an automated message from the Apache G

(pinot) branch master updated (c6abcf2da1 -> 94fc62abcf)

2025-04-28 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 c6abcf2da1 Updating baseURL for knox support (#15596) add 94fc62abcf Modify parser to support type aliases like

Re: [PR] Modify parser to support type aliases like LONG for BIGINT in MSE [pinot]

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

Re: [PR] PINOT-17: Fix baseURL for Knox Gateway compatibility [pinot]

2025-04-28 Thread via GitHub
userhimanshuverma commented on PR #15596: URL: https://github.com/apache/pinot/pull/15596#issuecomment-2834422658 Thanks a lot! @yashmayya @jayeshchoudhary Happy to contribute — looking forward to more in the future! -- This is an automated message from the Apache Git Service. To respond

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

2025-04-28 Thread via GitHub
abhishekbafna commented on code in PR #15515: URL: https://github.com/apache/pinot/pull/15515#discussion_r2063142362 ## pinot-common/src/main/java/org/apache/pinot/common/config/provider/TableCache.java: ## @@ -144,6 +172,17 @@ public String getActualTableName(String tableName)

Re: [PR] byte-based splitting for mse query blocks [pinot]

2025-04-28 Thread via GitHub
gortiz commented on code in PR #15571: URL: https://github.com/apache/pinot/pull/15571#discussion_r2063125983 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/GrpcSendingMailbox.java: ## @@ -229,4 +254,64 @@ public DataBlock visit(ErrorMseBlock block, List se

(pinot) branch master updated: Updating baseURL for knox support (#15596)

2025-04-28 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 c6abcf2da1 Updating baseURL for knox support (

Re: [PR] PINOT-17: Fix baseURL for Knox Gateway compatibility [pinot]

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

Re: [PR] PINOT-17: Fix baseURL for Knox Gateway compatibility [pinot]

2025-04-28 Thread via GitHub
yashmayya commented on PR #15596: URL: https://github.com/apache/pinot/pull/15596#issuecomment-2834340085 Thanks for the contribution @userhimanshuverma, and apologies for the delay. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

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

2025-04-28 Thread via GitHub
abhishekbafna commented on code in PR #15515: URL: https://github.com/apache/pinot/pull/15515#discussion_r2063118140 ## pinot-common/src/main/java/org/apache/pinot/common/config/provider/TableCache.java: ## @@ -390,6 +514,22 @@ private List getSchemas() { return schemas;

Re: [PR] Add segment end criteria check for SVForwardIndex and Dictionary [pinot]

2025-04-28 Thread via GitHub
lnbest0707-uber commented on PR #15120: URL: https://github.com/apache/pinot/pull/15120#issuecomment-2834265058 @noob-se7en resolved you comments, could you pls review again? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] Add button to Pause/Resume consumption in Table UI [pinot]

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

Re: [PR] [multistage] Add Pushdown and Worker Rules [pinot]

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