-
Notifications
You must be signed in to change notification settings - Fork 72
new module ts_simple_percentile #1270
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
Conversation
4443c99 to
25c7e59
Compare
25c7e59 to
2c147fe
Compare
|
Is this PR agains the right base? surely |
|
Changed base. |
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.
Just need to switch back changes to a bash script
bin/rtdev-setup-releases.sh
Outdated
| git config --local core.safecrlf false | ||
| git config --local core.filemode true | ||
| fi | ||
| git config --local user.name "Riak Test" |
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 you please revert these changes to this script? It is supposed to work on different versions of git now
Group by time in the GROUP BY clause RTS-1689
# Conflicts: # tests/ts_cluster_group_by_SUITE.erl
|
Would suggest including a test of a table where the column to be measured is defined as descending in the DDL. |
|
+1 |
RTS-545, RTS-1165 (MEDIAN); RTS-1173, RTS-1553 (PERCENTILE); RTS-547, RTS-1222 (MODE)
Depends on basho/riak_kv#1624.
Tests for inverse distribution functions: PERCENTILE_DISC, PERCENTILE_CONT, MEDIAN, MODE.