Re: [I] SegmentPartitionMetadataManager unbounded logging [pinot]

2024-12-24 Thread via GitHub
Jackie-Jiang commented on issue #14695: URL: https://github.com/apache/pinot/issues/14695#issuecomment-2561605349 Currently it is logged once per segment per assignment change (e.g. a new segment being pushed/deleted). We should aggregate them, and only log once for all segments -- This

Re: [I] Improve GroupIdGenerators performance for high cardinality group by keys [pinot]

2024-12-24 Thread via GitHub
Jackie-Jiang commented on issue #14685: URL: https://github.com/apache/pinot/issues/14685#issuecomment-2561601967 cc @bziobrowski who is also working on optimizing the multi-stage group-by engine -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] Re-implement DistinctCombineOperator to utilize more threads to merge [pinot]

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

(pinot) branch master updated: add icons and shortcuts for query submit and format (#14697)

2024-12-24 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 e98389d8ee add icons and shortcuts for query subm

Re: [PR] add icons and shortcuts for query submit and format [pinot]

2024-12-24 Thread via GitHub
Jackie-Jiang merged PR #14697: URL: https://github.com/apache/pinot/pull/14697 -- 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: [timeseries] Part-4: Complete Support for Multi-Server Queries (#14676)

2024-12-24 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 a6a3b402e7 [timeseries] Part-4: Complete Su

Re: [PR] [timeseries] Part-4: Complete Support for Multi-Server Queries [pinot]

2024-12-24 Thread via GitHub
ankitsultana merged PR #14676: URL: https://github.com/apache/pinot/pull/14676 -- 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] Re-implement DistinctCombineOperator to utilize more threads to merge [pinot]

2024-12-24 Thread via GitHub
Jackie-Jiang opened a new pull request, #14714: URL: https://github.com/apache/pinot/pull/14714 On top of #14701 The combine algorithm is as following: Use an atomic reference as the swap space to merge the results blocks. - If the swap space is null, put the new results blo

(pinot) branch dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.18 deleted (was fe01c5606b)

2024-12-24 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.18 in repository https://gitbox.apache.org/repos/asf/pinot.git was fe01c5606b Bump nl.jqno.equalsverifier:equalsverifier from 3.17.5

(pinot) branch master updated (dae0191c7f -> 141655c6d5)

2024-12-24 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 dae0191c7f Bump software.amazon.awssdk:bom from 2.29.39 to 2.29.40 (#14711) add 141655c6d5 Bump nl.jqno.equalsver

Re: [PR] Bump nl.jqno.equalsverifier:equalsverifier from 3.17.5 to 3.18 [pinot]

2024-12-24 Thread via GitHub
Jackie-Jiang merged PR #14712: URL: https://github.com/apache/pinot/pull/14712 -- 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.29.40 deleted (was 65779c95db)

2024-12-24 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.29.40 in repository https://gitbox.apache.org/repos/asf/pinot.git was 65779c95db Bump software.amazon.awssdk:bom from 2.29.39 to 2.29.40 The r

(pinot) branch master updated: Bump software.amazon.awssdk:bom from 2.29.39 to 2.29.40 (#14711)

2024-12-24 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 dae0191c7f Bump software.amazon.awssdk:bom from 2

Re: [PR] Bump software.amazon.awssdk:bom from 2.29.39 to 2.29.40 [pinot]

2024-12-24 Thread via GitHub
Jackie-Jiang merged PR #14711: URL: https://github.com/apache/pinot/pull/14711 -- 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] Add fetchPartitionCount and fetchStreamPartitionOffset implementation api for pinot-kinesis [pinot]

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

[PR] Add fetchPartitionCount and fetchStreamPartitionOffset implementation api for pinot-kinesis [pinot]

2024-12-24 Thread via GitHub
xiangfu0 opened a new pull request, #14713: URL: https://github.com/apache/pinot/pull/14713 Implement `fetchPartitionCount` and `fetchStreamPartitionOffset` APIs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(pinot) branch dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.18 created (now fe01c5606b)

2024-12-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.18 in repository https://gitbox.apache.org/repos/asf/pinot.git at fe01c5606b Bump nl.jqno.equalsverifier:equalsverifier from 3.

[PR] Bump nl.jqno.equalsverifier:equalsverifier from 3.17.5 to 3.18 [pinot]

2024-12-24 Thread via GitHub
dependabot[bot] opened a new pull request, #14712: URL: https://github.com/apache/pinot/pull/14712 Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.17.5 to 3.18. Release notes Sourced from https://github.com/jqno/equalsverifier/releases"

(pinot) branch dependabot/maven/software.amazon.awssdk-bom-2.29.40 created (now 65779c95db)

2024-12-24 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.29.40 in repository https://gitbox.apache.org/repos/asf/pinot.git at 65779c95db Bump software.amazon.awssdk:bom from 2.29.39 to 2.29.40 N

[PR] Bump software.amazon.awssdk:bom from 2.29.39 to 2.29.40 [pinot]

2024-12-24 Thread via GitHub
dependabot[bot] opened a new pull request, #14711: URL: https://github.com/apache/pinot/pull/14711 Bumps software.amazon.awssdk:bom from 2.29.39 to 2.29.40. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- |

Re: [PR] Fix testGroupByAggregationWithLimitZero expected type [pinot]

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

(pinot) branch master updated: Fix testGroupByAggregationWithLimitZero expected type (#14710)

2024-12-24 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 383bbce519 Fix testGroupByAggregationWithLimit

Re: [PR] Fix testGroupByAggregationWithLimitZero expected type [pinot]

2024-12-24 Thread via GitHub
yashmayya merged PR #14710: URL: https://github.com/apache/pinot/pull/14710 -- 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

[PR] Fix testGroupByAggregationWithLimitZero expected type [pinot]

2024-12-24 Thread via GitHub
yashmayya opened a new pull request, #14710: URL: https://github.com/apache/pinot/pull/14710 - https://github.com/apache/pinot/actions/runs/12479172654/job/34827888272 from https://github.com/apache/pinot/pull/13564 -- This is an automated message from the Apache Git Service. To respond t

Re: [I] Segments count and indexes mismatch [pinot]

2024-12-24 Thread via GitHub
shounakmk219 commented on issue #14692: URL: https://github.com/apache/pinot/issues/14692#issuecomment-2560897431 Hey @s4iko I would like to understand what were you trying to achieve with disabling the server and deleting indexes. In case you want to pause the ingestion for sometime you

(pinot) branch master updated: Fix v1 query engine behavior for aggregations without group by where the limit is zero (#13564)

2024-12-24 Thread gortiz
This is an automated email from the ASF dual-hosted git repository. gortiz 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 b398fed58b Fix v1 query engine behavior for aggre

Re: [PR] Fix v1 query engine behavior for aggregations without group by where the limit is zero [pinot]

2024-12-24 Thread via GitHub
gortiz merged PR #13564: URL: https://github.com/apache/pinot/pull/13564 -- 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] Binary Workload Scheduler for constrained execution of a set of queries [pinot]

2024-12-24 Thread via GitHub
gortiz commented on PR #13847: URL: https://github.com/apache/pinot/pull/13847#issuecomment-2560827334 Did we end up documenting 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 URL above to go to the

Re: [PR] Bump spark2.version from 2.4.8 to 3.5.4 [pinot]

2024-12-24 Thread via GitHub
Jackie-Jiang closed pull request #14707: Bump spark2.version from 2.4.8 to 3.5.4 URL: https://github.com/apache/pinot/pull/14707 -- 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.

(pinot) branch dependabot/maven/spark2.version-3.5.4 deleted (was ae68b36322)

2024-12-24 Thread github-bot
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.4 in repository https://gitbox.apache.org/repos/asf/pinot.git was ae68b36322 Bump spark2.version from 2.4.8 to 3.5.4 The revisions that were on this

Re: [PR] Bump spark2.version from 2.4.8 to 3.5.4 [pinot]

2024-12-24 Thread via GitHub
dependabot[bot] commented on PR #14707: URL: https://github.com/apache/pinot/pull/14707#issuecomment-2560821464 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

Re: [I] numServersQueried, responded is not set in BrokerResponse for MSQE [pinot]

2024-12-24 Thread via GitHub
gortiz commented on issue #14624: URL: https://github.com/apache/pinot/issues/14624#issuecomment-2560813357 > It should be fairly straightforward to get the servers queried from the query plan in the broker. I'm not sure if there's a straightforward way to get the servers responded stats th