[GitHub] [incubator-pinot] fx19880617 commented on issue #5540: Remove tgz files from source package

2020-06-10 Thread GitBox
fx19880617 commented on issue #5540: URL: https://github.com/apache/incubator-pinot/issues/5540#issuecomment-642448052 We should exclude: ``` ./docker ./kubernetes ./website ``` This is an automated message fr

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5539: Change default segment load mode to MMAP.

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5539: URL: https://github.com/apache/incubator-pinot/pull/5539#issuecomment-642332664 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5539?src=pr&el=h1) Report > Merging [#5539](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5539: Change default segment load mode to MMAP.

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5539: URL: https://github.com/apache/incubator-pinot/pull/5539#issuecomment-642332664 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5539?src=pr&el=h1) Report > Merging [#5539](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] haibow merged pull request #5537: Add the header to TestRecordReader.java

2020-06-10 Thread GitBox
haibow merged pull request #5537: URL: https://github.com/apache/incubator-pinot/pull/5537 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

[GitHub] [incubator-pinot] haibow commented on pull request #5537: Add the header to TestRecordReader.java

2020-06-10 Thread GitBox
haibow commented on pull request #5537: URL: https://github.com/apache/incubator-pinot/pull/5537#issuecomment-642404127 Rebuild succeeded in travis. Merging. This is an automated message from the Apache Git Service. To respon

[incubator-pinot] branch master updated (7b41f5a -> bd1f2c0)

2020-06-10 Thread haibow
This is an automated email from the ASF dual-hosted git repository. haibow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 7b41f5a Clean up the usage of BrokerRequest in metrics (#5535) add bd1f2c0 Add the header to TestReco

[GitHub] [incubator-pinot] haibow opened a new issue #5540: Remove tgz files from source package

2020-06-10 Thread GitBox
haibow opened a new issue #5540: URL: https://github.com/apache/incubator-pinot/issues/5540 It was flagged by @felixcheung that there are binary files in the source package ``` ./kubernetes/helm/pinot-0.2.0.tgz ./kubernetes/helm/pinot/charts/zookeeper-2.1.3.tgz ./kubernetes/helm

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5539: Change default segment load mode to MMAP.

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5539: URL: https://github.com/apache/incubator-pinot/pull/5539#issuecomment-642332664 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5539?src=pr&el=h1) Report > Merging [#5539](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter commented on pull request #5539: Change default segment load mode to MMAP.

2020-06-10 Thread GitBox
codecov-commenter commented on pull request #5539: URL: https://github.com/apache/incubator-pinot/pull/5539#issuecomment-642332664 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5539?src=pr&el=h1) Report > Merging [#5539](https://codecov.io/gh/apache/incubator-pinot/pull

[GitHub] [incubator-pinot] mayankshriv opened a new pull request #5539: Change default segment load mode to MMAP.

2020-06-10 Thread GitBox
mayankshriv opened a new pull request #5539: URL: https://github.com/apache/incubator-pinot/pull/5539 The load mode for segments currently defaults to `heap`. This PR changes the load-mode to default to `mmap` instead. This is for two reasons: 1. We have been primarly using and

[GitHub] [incubator-pinot] Jackie-Jiang opened a new pull request #5538: In ServerQueryRequest and ColumnValueSegmentPruner, replace BrokerRequest with QueryContext

2020-06-10 Thread GitBox
Jackie-Jiang opened a new pull request #5538: URL: https://github.com/apache/incubator-pinot/pull/5538 ColumnValueSegmentPruner can directly use the Predicate in QueryContext instead of creating new ones for each segment This PR is based on #5483, and shows how the QueryContext can h

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5336: [Part 4] Deep-store bypass for LLC: Add a peer to peer segment fetcher.

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5336: URL: https://github.com/apache/incubator-pinot/pull/5336#issuecomment-642301046 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5336?src=pr&el=h1) Report > :exclamation: No coverage uploaded for pull request base (

[GitHub] [incubator-pinot] codecov-commenter commented on pull request #5336: [Part 4] Deep-store bypass for LLC: Add a peer to peer segment fetcher.

2020-06-10 Thread GitBox
codecov-commenter commented on pull request #5336: URL: https://github.com/apache/incubator-pinot/pull/5336#issuecomment-642301046 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5336?src=pr&el=h1) Report > :exclamation: No coverage uploaded for pull request base (`master

[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #5535: Clean up the usage of BrokerRequest in metrics

2020-06-10 Thread GitBox
Jackie-Jiang merged pull request #5535: URL: https://github.com/apache/incubator-pinot/pull/5535 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[incubator-pinot] branch master updated: Clean up the usage of BrokerRequest in metrics (#5535)

2020-06-10 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/incubator-pinot.git The following commit(s) were added to refs/heads/master by this push: new 7b41f5a Clean up the usage of BrokerRe

[GitHub] [incubator-pinot] Jackie-Jiang merged pull request #5536: Cleanup the console output in OfflineClusterIntegrationTest

2020-06-10 Thread GitBox
Jackie-Jiang merged pull request #5536: URL: https://github.com/apache/incubator-pinot/pull/5536 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[incubator-pinot] branch master updated: Cleanup the console output in OfflineClusterIntegrationTest (#5536)

2020-06-10 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/incubator-pinot.git The following commit(s) were added to refs/heads/master by this push: new 17caad3 Cleanup the console output in

[GitHub] [incubator-pinot] codecov-commenter commented on pull request #5536: Cleanup the console output in OfflineClusterIntegrationTest

2020-06-10 Thread GitBox
codecov-commenter commented on pull request #5536: URL: https://github.com/apache/incubator-pinot/pull/5536#issuecomment-642292704 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5536?src=pr&el=h1) Report > Merging [#5536](https://codecov.io/gh/apache/incubator-pinot/pull

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5483: Add QueryContext to replace BrokerRequest in the query engine

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5483: URL: https://github.com/apache/incubator-pinot/pull/5483#issuecomment-642283701 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5483?src=pr&el=h1) Report > Merging [#5483](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter commented on pull request #5483: Add QueryContext to replace BrokerRequest in the query engine

2020-06-10 Thread GitBox
codecov-commenter commented on pull request #5483: URL: https://github.com/apache/incubator-pinot/pull/5483#issuecomment-642283701 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5483?src=pr&el=h1) Report > Merging [#5483](https://codecov.io/gh/apache/incubator-pinot/pull

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5535: Clean up the usage of BrokerRequest in metrics

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5535: URL: https://github.com/apache/incubator-pinot/pull/5535#issuecomment-642233517 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5535?src=pr&el=h1) Report > Merging [#5535](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5535: Clean up the usage of BrokerRequest in metrics

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5535: URL: https://github.com/apache/incubator-pinot/pull/5535#issuecomment-642233517 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5535?src=pr&el=h1) Report > Merging [#5535](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] snleee opened a new pull request #5537: Add the header to TestRecordReader.java

2020-06-10 Thread GitBox
snleee opened a new pull request #5537: URL: https://github.com/apache/incubator-pinot/pull/5537 ## Description Add a description of your PR here. A good description should include pointers to an issue or design document, etc. ## Upgrade Notes Does this PR prevent a zero down-ti

[incubator-pinot] branch master updated: [TE] Pushdown topk filter (#5495)

2020-06-10 Thread xhsun
This is an automated email from the ASF dual-hosted git repository. xhsun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/master by this push: new db20a2e [TE] Pushdown topk filter (#549

[GitHub] [incubator-pinot] xiaohui-sun merged pull request #5495: [TE] Pushdown topk filter

2020-06-10 Thread GitBox
xiaohui-sun merged pull request #5495: URL: https://github.com/apache/incubator-pinot/pull/5495 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-pinot] xiaohui-sun closed pull request #5282: [TE] ELR migration for Thirdeye

2020-06-10 Thread GitBox
xiaohui-sun closed pull request #5282: URL: https://github.com/apache/incubator-pinot/pull/5282 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-pinot] xiaohui-sun commented on pull request #5282: [TE] ELR migration for Thirdeye

2020-06-10 Thread GitBox
xiaohui-sun commented on pull request #5282: URL: https://github.com/apache/incubator-pinot/pull/5282#issuecomment-642270763 @vincentchenjl already merged the change in another PR. Close this one. This is an automated message

[GitHub] [incubator-pinot] codecov-commenter commented on pull request #5535: Clean up the usage of BrokerRequest in metrics

2020-06-10 Thread GitBox
codecov-commenter commented on pull request #5535: URL: https://github.com/apache/incubator-pinot/pull/5535#issuecomment-642233517 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5535?src=pr&el=h1) Report > Merging [#5535](https://codecov.io/gh/apache/incubator-pinot/pull

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5533: [TE] frontend - harleyjj/alert-details - handle Composite Alerts in A…

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5533: URL: https://github.com/apache/incubator-pinot/pull/5533#issuecomment-641760851 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5533?src=pr&el=h1) Report > Merging [#5533](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5533: [TE] frontend - harleyjj/alert-details - handle Composite Alerts in A…

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5533: URL: https://github.com/apache/incubator-pinot/pull/5533#issuecomment-641760851 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5533?src=pr&el=h1) Report > Merging [#5533](https://codecov.io/gh/apache/incubator-pin

[incubator-pinot] branch master updated: Enhance GenerateData to produce deterministic time-series (#5497)

2020-06-10 Thread apucher
This is an automated email from the ASF dual-hosted git repository. apucher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/master by this push: new 427a6fa Enhance GenerateData to produ

[GitHub] [incubator-pinot] apucher merged pull request #5497: Enhance GenerateData to produce deterministic time-series (second attempt)

2020-06-10 Thread GitBox
apucher merged pull request #5497: URL: https://github.com/apache/incubator-pinot/pull/5497 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 t

[GitHub] [incubator-pinot] codecov-commenter commented on pull request #5497: Enhance GenerateData to produce deterministic time-series (second attempt)

2020-06-10 Thread GitBox
codecov-commenter commented on pull request #5497: URL: https://github.com/apache/incubator-pinot/pull/5497#issuecomment-642207619 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5497?src=pr&el=h1) Report > Merging [#5497](https://codecov.io/gh/apache/incubator-pinot/pull

[GitHub] [incubator-pinot] Jackie-Jiang opened a new pull request #5535: Clean up the usage of BrokerRequest in metrics

2020-06-10 Thread GitBox
Jackie-Jiang opened a new pull request #5535: URL: https://github.com/apache/incubator-pinot/pull/5535 ## Description Pinot supports global metrics and table level metrics. This PR replaces `addMeteredQueryValue` with `addMeteredTableValue`. There is no functionality change. -

[incubator-pinot] branch pinot-mock-data-deterministic-reloaded updated (5ccff42 -> 66af506)

2020-06-10 Thread apucher
This is an automated email from the ASF dual-hosted git repository. apucher pushed a change to branch pinot-mock-data-deterministic-reloaded in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 5ccff42 Second attempt: We enhance the pinot-tools GenerateData command t

[incubator-pinot] branch master updated: Fixing grep thirdeye changes in github action scripts (#5532)

2020-06-10 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git The following commit(s) were added to refs/heads/master by this push: new 4f4c587 Fixing grep thirdeye changes

[GitHub] [incubator-pinot] fx19880617 merged pull request #5532: Fixing grep thirdeye changes in github action scripts

2020-06-10 Thread GitBox
fx19880617 merged pull request #5532: URL: https://github.com/apache/incubator-pinot/pull/5532 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-pinot] snleee opened a new pull request #5534: Replace SegmentMergeLineage to SegmentLineage

2020-06-10 Thread GitBox
snleee opened a new pull request #5534: URL: https://github.com/apache/incubator-pinot/pull/5534 With the updated design (#2715) of segment merge, the metadata format for segment lineage is changed. 1. Added segment lineage class which is a wrapper of ZNRecord 2. Added lineage e

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5532: Fixing grep thirdeye changes in github action scripts

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5532: URL: https://github.com/apache/incubator-pinot/pull/5532#issuecomment-641860368 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5532?src=pr&el=h1) Report > Merging [#5532](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter commented on pull request #5532: Fixing grep thirdeye changes in github action scripts

2020-06-10 Thread GitBox
codecov-commenter commented on pull request #5532: URL: https://github.com/apache/incubator-pinot/pull/5532#issuecomment-641860368 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5532?src=pr&el=h1) Report > Merging [#5532](https://codecov.io/gh/apache/incubator-pinot/pull

[GitHub] [incubator-pinot] snleee commented on issue #2715: Segment Merge and Roll-up using Minion Framework

2020-06-10 Thread GitBox
snleee commented on issue #2715: URL: https://github.com/apache/incubator-pinot/issues/2715#issuecomment-641854962 Updated design document https://docs.google.com/document/d/1-AKCfXNXdoNjFIvJ87wjWwFM_38gS0NCwFrIYjYsqp8/edit#

[GitHub] [incubator-pinot] snleee edited a comment on issue #2715: Segment Merge and Roll-up using Minion Framework

2020-06-10 Thread GitBox
snleee edited a comment on issue #2715: URL: https://github.com/apache/incubator-pinot/issues/2715#issuecomment-641854962 Updated design document https://docs.google.com/document/d/1-AKCfXNXdoNjFIvJ87wjWwFM_38gS0NCwFrIYjYsqp8/edit?usp=sharing --

[GitHub] [incubator-pinot] codecov-commenter removed a comment on pull request #5532: Fixing grep thirdeye changes in github action scripts

2020-06-10 Thread GitBox
codecov-commenter removed a comment on pull request #5532: URL: https://github.com/apache/incubator-pinot/pull/5532#issuecomment-641673683 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5532?src=pr&el=h1) Report > Merging [#5532](https://codecov.io/gh/apache/incubator-pi

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5532: Fixing grep thirdeye changes in github action scripts

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5532: URL: https://github.com/apache/incubator-pinot/pull/5532#issuecomment-641673683 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5532?src=pr&el=h1) Report > Merging [#5532](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5532: Fixing grep thirdeye changes in github action scripts

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5532: URL: https://github.com/apache/incubator-pinot/pull/5532#issuecomment-641673683 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5532?src=pr&el=h1) Report > Merging [#5532](https://codecov.io/gh/apache/incubator-pin

[incubator-pinot] branch master updated (bbc3228 -> b383373)

2020-06-10 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from bbc3228 Update license and notice for 0.4.0 release (#5529) add b383373 Adding Support for SQL CASE

[GitHub] [incubator-pinot] fx19880617 merged pull request #5461: Adding Support for SQL CASE Statement

2020-06-10 Thread GitBox
fx19880617 merged pull request #5461: URL: https://github.com/apache/incubator-pinot/pull/5461 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5532: Fixing grep thirdeye changes in github action scripts

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5532: URL: https://github.com/apache/incubator-pinot/pull/5532#issuecomment-641673683 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5532?src=pr&el=h1) Report > Merging [#5532](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5532: Fixing grep thirdeye changes in github action scripts

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5532: URL: https://github.com/apache/incubator-pinot/pull/5532#issuecomment-641673683 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5532?src=pr&el=h1) Report > Merging [#5532](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5532: Fixing grep thirdeye changes in github action scripts

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5532: URL: https://github.com/apache/incubator-pinot/pull/5532#issuecomment-641673683 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5532?src=pr&el=h1) Report > Merging [#5532](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5532: Fixing grep thirdeye changes in github action scripts

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5532: URL: https://github.com/apache/incubator-pinot/pull/5532#issuecomment-641673683 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5532?src=pr&el=h1) Report > Merging [#5532](https://codecov.io/gh/apache/incubator-pin

[GitHub] [incubator-pinot] codecov-commenter edited a comment on pull request #5533: [TE] frontend - harleyjj/alert-details - handle Composite Alerts in A…

2020-06-10 Thread GitBox
codecov-commenter edited a comment on pull request #5533: URL: https://github.com/apache/incubator-pinot/pull/5533#issuecomment-641760851 # [Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/5533?src=pr&el=h1) Report > Merging [#5533](https://codecov.io/gh/apache/incubator-pin