Re: [PR] Support array sum aggregation function [pinot]

2024-06-11 Thread via GitHub
xiangfu0 merged PR #13324: URL: https://github.com/apache/pinot/pull/13324 -- 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] Support array sum aggregation function [pinot]

2024-06-10 Thread via GitHub
xiangfu0 commented on code in PR #13324: URL: https://github.com/apache/pinot/pull/13324#discussion_r1633842707 ## pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/array/SumArrayDoubleAggregationFunction.java: ## @@ -0,0 +1,155 @@ +/** + * Licensed to th

Re: [PR] Support array sum aggregation function [pinot]

2024-06-08 Thread via GitHub
Jackie-Jiang commented on code in PR #13324: URL: https://github.com/apache/pinot/pull/13324#discussion_r1631974398 ## pinot-core/src/main/java/org/apache/pinot/core/operator/docvalsets/RowBasedBlockValSet.java: ## @@ -400,27 +400,212 @@ public int[][] getDictionaryIdsMV() {

Re: [PR] Support array sum aggregation function [pinot]

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

[PR] Support array sum aggregation function [pinot]

2024-06-06 Thread via GitHub
xiangfu0 opened a new pull request, #13324: URL: https://github.com/apache/pinot/pull/13324 Support Aggregation function `SumArrayLong` and `SumArrayDouble` for aggregate on Arrays to sum on the corresponding array positions. -- This is an automated message from the Apache Git Service. To