-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[multistage] Support multi-value aggregation functions #11216
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11216 +/- ##
==========================================
- Coverage 0.11% 0.11% -0.01%
==========================================
Files 2227 2229 +2
Lines 119594 119803 +209
Branches 18099 18126 +27
==========================================
Hits 137 137
- Misses 119437 119646 +209
Partials 20 20
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 23 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
b3046a6
to
5ee6ad0
Compare
5ee6ad0
to
a40a886
Compare
PERCENTILERAWTDIGESTMV("percentileRawTDigestMV"), | ||
PERCENTILEKLLMV("percentileKLLMV"), | ||
PERCENTILERAWKLLMV("percentileRawKLLMV"), | ||
COUNTMV("countMV", null, SqlKind.OTHER_FUNCTION, SqlFunctionCategory.USER_DEFINED_FUNCTION, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add unit-tests in the json resources?
...-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineIntegrationTest.java
Show resolved
Hide resolved
a40a886
to
44c8682
Compare
* temp * Support multi-value aggregation functions
Support multi-value aggregation functions: