[GitHub] [incubator-pinot] xiaohui-sun commented on a change in pull request #5208: [TE] Disable alerts if it has no success run within 30 days

2020-04-11 Thread GitBox
xiaohui-sun commented on a change in pull request #5208: [TE] Disable alerts if it has no success run within 30 days URL: https://github.com/apache/incubator-pinot/pull/5208#discussion_r407146946 ## File path:

[incubator-pinot] branch disable_long_fail_alerts updated (010a571 -> da29f68)

2020-04-11 Thread xhsun
This is an automated email from the ASF dual-hosted git repository. xhsun pushed a change to branch disable_long_fail_alerts in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 010a571 [TE] Send notification mail when disabling alerts add da29f68 [TE] Updated

[GitHub] [incubator-pinot] xiaohui-sun commented on a change in pull request #5208: [TE] Disable alerts if it has no success run within 30 days

2020-04-11 Thread GitBox
xiaohui-sun commented on a change in pull request #5208: [TE] Disable alerts if it has no success run within 30 days URL: https://github.com/apache/incubator-pinot/pull/5208#discussion_r407146873 ## File path:

[GitHub] [incubator-pinot] xiaohui-sun commented on a change in pull request #5208: [TE] Disable alerts if it has no success run within 30 days

2020-04-11 Thread GitBox
xiaohui-sun commented on a change in pull request #5208: [TE] Disable alerts if it has no success run within 30 days URL: https://github.com/apache/incubator-pinot/pull/5208#discussion_r407146245 ## File path:

[GitHub] [incubator-pinot] xiaohui-sun commented on a change in pull request #5208: [TE] Disable alerts if it has no success run within 30 days

2020-04-11 Thread GitBox
xiaohui-sun commented on a change in pull request #5208: [TE] Disable alerts if it has no success run within 30 days URL: https://github.com/apache/incubator-pinot/pull/5208#discussion_r407145114 ## File path:

[GitHub] [incubator-pinot] xiaohui-sun commented on a change in pull request #5234: [TE] add rate limiter to batch alert onboarding

2020-04-11 Thread GitBox
xiaohui-sun commented on a change in pull request #5234: [TE] add rate limiter to batch alert onboarding URL: https://github.com/apache/incubator-pinot/pull/5234#discussion_r407144294 ## File path:

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #5237: fix generator.sh after pinot version bump

2020-04-11 Thread GitBox
fx19880617 commented on a change in pull request #5237: fix generator.sh after pinot version bump URL: https://github.com/apache/incubator-pinot/pull/5237#discussion_r407106478 ## File path: docker/images/pinot/bin/generator.sh ## @@ -18,7 +18,7 @@ # under the License.

[GitHub] [incubator-pinot] kishoreg opened a new pull request #5240: WIP: Supporting range queries using indexes

2020-04-11 Thread GitBox
kishoreg opened a new pull request #5240: WIP: Supporting range queries using indexes URL: https://github.com/apache/incubator-pinot/pull/5240 Currently, range queries result in a full table scan and cannot be solved using inverted indices. This PR introduces the concept of Range index.

[incubator-pinot] branch range-index created (now 7b2eacf)

2020-04-11 Thread kishoreg
This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a change to branch range-index in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at 7b2eacf Initial code dump for supporting range queries efficiently This branch includes the

[incubator-pinot] 01/01: Initial code dump for supporting range queries efficiently

2020-04-11 Thread kishoreg
This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a commit to branch range-index in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 7b2eacf65dfb06f411756a11f1e44b98a557e8ad Author: kishoreg AuthorDate: Fri Apr 10 23:02:13 2020 -0700