[GitHub] [incubator-pinot] siddharthteotia commented on a change in pull request #5409: Faster bit unpacking (Part 1)

2020-05-22 Thread GitBox
siddharthteotia commented on a change in pull request #5409: URL: https://github.com/apache/incubator-pinot/pull/5409#discussion_r429077026 ## File path: pinot-core/src/main/java/org/apache/pinot/core/io/util/PinotDataBitSetV2.java ## @@ -0,0 +1,418 @@ +/** + * Licensed to the

[GitHub] [incubator-pinot] siddharthteotia commented on a change in pull request #5409: Faster bit unpacking (Part 1)

2020-05-22 Thread GitBox
siddharthteotia commented on a change in pull request #5409: URL: https://github.com/apache/incubator-pinot/pull/5409#discussion_r429077524 ## File path: pinot-core/src/main/java/org/apache/pinot/core/io/util/FixedBitIntReaderWriterV2.java ## @@ -0,0 +1,104 @@ +/** + * License

[incubator-pinot] branch update_website updated (4eac5ab -> 9d62c4a)

2020-05-22 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch update_website in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 4eac5ab Pinot website: fixing break links and updating installation guide new 9d62c4a Pinot

[incubator-pinot] 01/01: Pinot website: fixing break links and updating installation guide

2020-05-22 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch update_website in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit 9d62c4a0e0822e46524faa711db14e0341a1ccdc Author: Xiang Fu AuthorDate: Thu May 21 23:51:39 2020 -0700

[GitHub] [incubator-pinot] siddharthteotia commented on a change in pull request #5409: Faster bit unpacking (Part 1)

2020-05-22 Thread GitBox
siddharthteotia commented on a change in pull request #5409: URL: https://github.com/apache/incubator-pinot/pull/5409#discussion_r429077524 ## File path: pinot-core/src/main/java/org/apache/pinot/core/io/util/FixedBitIntReaderWriterV2.java ## @@ -0,0 +1,104 @@ +/** + * License

[GitHub] [incubator-pinot] fx19880617 opened a new pull request #5431: Pinot website: fixing break links and updating installation guide

2020-05-22 Thread GitBox
fx19880617 opened a new pull request #5431: URL: https://github.com/apache/incubator-pinot/pull/5431 - fixing break links: --architecture --user-guide - Updating installation guide: --helm --binary --github

[GitHub] [incubator-pinot] siddharthteotia commented on a change in pull request #5409: Faster bit unpacking (Part 1)

2020-05-22 Thread GitBox
siddharthteotia commented on a change in pull request #5409: URL: https://github.com/apache/incubator-pinot/pull/5409#discussion_r429084860 ## File path: pinot-core/src/main/java/org/apache/pinot/core/io/util/FixedBitIntReaderWriterV2.java ## @@ -0,0 +1,104 @@ +/** + * License

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #5266: Add PinotServiceManager to start Pinot components

2020-05-22 Thread GitBox
fx19880617 commented on a change in pull request #5266: URL: https://github.com/apache/incubator-pinot/pull/5266#discussion_r429111007 ## File path: pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/StartServiceManagerCommand.java ## @@ -0,0 +1,213 @@ +/** + * Lic

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #5266: Add PinotServiceManager to start Pinot components

2020-05-22 Thread GitBox
fx19880617 commented on a change in pull request #5266: URL: https://github.com/apache/incubator-pinot/pull/5266#discussion_r429111535 ## File path: pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/StartServiceManagerCommand.java ## @@ -0,0 +1,213 @@ +/** + * Lic

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #5266: Add PinotServiceManager to start Pinot components

2020-05-22 Thread GitBox
fx19880617 commented on a change in pull request #5266: URL: https://github.com/apache/incubator-pinot/pull/5266#discussion_r429119690 ## File path: pinot-tools/src/main/java/org/apache/pinot/tools/service/api/resources/PinotServiceManagerInstanceResource.java ## @@ -0,0 +1,24

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #5266: Add PinotServiceManager to start Pinot components

2020-05-22 Thread GitBox
fx19880617 commented on a change in pull request #5266: URL: https://github.com/apache/incubator-pinot/pull/5266#discussion_r429120606 ## File path: pinot-common/src/main/java/org/apache/pinot/common/utils/ServiceStatus.java ## @@ -43,17 +44,79 @@ */ @SuppressWarnings("unus

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #5266: Add PinotServiceManager to start Pinot components

2020-05-22 Thread GitBox
fx19880617 commented on a change in pull request #5266: URL: https://github.com/apache/incubator-pinot/pull/5266#discussion_r429123256 ## File path: pinot-common/src/main/java/org/apache/pinot/common/utils/ServiceStatus.java ## @@ -43,17 +44,79 @@ */ @SuppressWarnings("unus

[GitHub] [incubator-pinot] siddharthteotia commented on pull request #5422: Complex FieldSpec

2020-05-22 Thread GitBox
siddharthteotia commented on pull request #5422: URL: https://github.com/apache/incubator-pinot/pull/5422#issuecomment-632769152 > LGTM!. I think I can use this for Map now? Yes. I am using it for struct This is an au

[GitHub] [incubator-pinot] siddharthteotia edited a comment on pull request #5422: Complex FieldSpec

2020-05-22 Thread GitBox
siddharthteotia edited a comment on pull request #5422: URL: https://github.com/apache/incubator-pinot/pull/5422#issuecomment-632769152 > LGTM!. I think I can use this for Map now? Yes. I am using it for json This is a

[GitHub] [incubator-pinot] siddharthteotia merged pull request #5422: Complex FieldSpec

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

[incubator-pinot] branch master updated: Complex FieldSpec (#5422)

2020-05-22 Thread siddteotia
This is an automated email from the ASF dual-hosted git repository. siddteotia 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 66ed883 Complex FieldSpec (#5422)

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #5266: Add PinotServiceManager to start Pinot components

2020-05-22 Thread GitBox
fx19880617 commented on a change in pull request #5266: URL: https://github.com/apache/incubator-pinot/pull/5266#discussion_r429422165 ## File path: pinot-spi/src/main/java/org/apache/pinot/spi/services/ServiceStartable.java ## @@ -0,0 +1,40 @@ +/** + * Licensed to the Apache

[GitHub] [incubator-pinot] jihaozh opened a new pull request #5432: [TE] endpoints for alerts page filters

2020-05-22 Thread GitBox
jihaozh opened a new pull request #5432: URL: https://github.com/apache/incubator-pinot/pull/5432 This PR adds the endpoints for the filters in the new alert list page. - Auto-complete for detections, subscription groups, applications, and alert owners. - Search for the alerts tha

[GitHub] [incubator-pinot] xiaohui-sun merged pull request #5428: [TE] elr migration

2020-05-22 Thread GitBox
xiaohui-sun merged pull request #5428: URL: https://github.com/apache/incubator-pinot/pull/5428 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

[incubator-pinot] branch master updated (66ed883 -> f8381eb)

2020-05-22 Thread xhsun
This is an automated email from the ASF dual-hosted git repository. xhsun pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. from 66ed883 Complex FieldSpec (#5422) add f8381eb [TE] elr migration (#5428) No new revisions were added

[GitHub] [incubator-pinot] npawar commented on pull request #59: fix the NullPointerException in updateTimeBoundaryService()

2020-05-22 Thread GitBox
npawar commented on pull request #59: URL: https://github.com/apache/incubator-pinot/pull/59#issuecomment-632917123 Closing this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache Gi

[GitHub] [incubator-pinot] npawar closed pull request #59: fix the NullPointerException in updateTimeBoundaryService()

2020-05-22 Thread GitBox
npawar closed pull request #59: URL: https://github.com/apache/incubator-pinot/pull/59 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

[GitHub] [incubator-pinot] npawar commented on pull request #59: fix the NullPointerException in updateTimeBoundaryService()

2020-05-22 Thread GitBox
npawar commented on pull request #59: URL: https://github.com/apache/incubator-pinot/pull/59#issuecomment-632920959 Closing this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache Gi

[GitHub] [incubator-pinot] npawar closed pull request #63: fix hadoop MR configuration so hadoop vm will work out of the box

2020-05-22 Thread GitBox
npawar closed pull request #63: URL: https://github.com/apache/incubator-pinot/pull/63 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

[GitHub] [incubator-pinot] npawar commented on pull request #63: fix hadoop MR configuration so hadoop vm will work out of the box

2020-05-22 Thread GitBox
npawar commented on pull request #63: URL: https://github.com/apache/incubator-pinot/pull/63#issuecomment-632921541 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache Git

[GitHub] [incubator-pinot] npawar closed pull request #4652: [#4626] Fix a thread race condition during LLC realtime ingestion.

2020-05-22 Thread GitBox
npawar closed pull request #4652: URL: https://github.com/apache/incubator-pinot/pull/4652 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] npawar commented on pull request #4652: [#4626] Fix a thread race condition during LLC realtime ingestion.

2020-05-22 Thread GitBox
npawar commented on pull request #4652: URL: https://github.com/apache/incubator-pinot/pull/4652#issuecomment-632922492 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #3676: [TE] Fix for anomaly legend values for non_additive daily metrics

2020-05-22 Thread GitBox
npawar commented on pull request #3676: URL: https://github.com/apache/incubator-pinot/pull/3676#issuecomment-632922872 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #4469: Add crtl auto complete sql on query-console

2020-05-22 Thread GitBox
npawar commented on pull request #4469: URL: https://github.com/apache/incubator-pinot/pull/4469#issuecomment-632922638 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #4382: Fix java client connection close

2020-05-22 Thread GitBox
npawar commented on pull request #4382: URL: https://github.com/apache/incubator-pinot/pull/4382#issuecomment-632922670 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #4336: [TE] detection dimensional cache

2020-05-22 Thread GitBox
npawar closed pull request #4336: URL: https://github.com/apache/incubator-pinot/pull/4336 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] npawar commented on pull request #3850: Aggregation of population standard variance support

2020-05-22 Thread GitBox
npawar commented on pull request #3850: URL: https://github.com/apache/incubator-pinot/pull/3850#issuecomment-632922806 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #4244: Add support for custom record-readers in the create-segment tool

2020-05-22 Thread GitBox
npawar commented on pull request #4244: URL: https://github.com/apache/incubator-pinot/pull/4244#issuecomment-632922739 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #4472: Use hit counter to track max QPS per minute for broker

2020-05-22 Thread GitBox
npawar commented on pull request #4472: URL: https://github.com/apache/incubator-pinot/pull/4472#issuecomment-632922618 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #4348: A template implementation for VarLengthBytesValueReaderWriter

2020-05-22 Thread GitBox
npawar commented on pull request #4348: URL: https://github.com/apache/incubator-pinot/pull/4348#issuecomment-632922697 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #4607: Add code for pinot benchmark as a service

2020-05-22 Thread GitBox
npawar closed pull request #4607: URL: https://github.com/apache/incubator-pinot/pull/4607 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] npawar closed pull request #4244: Add support for custom record-readers in the create-segment tool

2020-05-22 Thread GitBox
npawar closed pull request #4244: URL: https://github.com/apache/incubator-pinot/pull/4244 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] npawar commented on pull request #4623: [Pinot Bench Service] Implement cluster management component

2020-05-22 Thread GitBox
npawar commented on pull request #4623: URL: https://github.com/apache/incubator-pinot/pull/4623#issuecomment-632922523 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #3676: [TE] Fix for anomaly legend values for non_additive daily metrics

2020-05-22 Thread GitBox
npawar closed pull request #3676: URL: https://github.com/apache/incubator-pinot/pull/3676 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] npawar commented on pull request #3808: [PINOT-7] Add Remainder TransformFunction and test

2020-05-22 Thread GitBox
npawar commented on pull request #3808: URL: https://github.com/apache/incubator-pinot/pull/3808#issuecomment-632922827 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #4142: Use tr13 for trie based String dictionary

2020-05-22 Thread GitBox
npawar closed pull request #4142: URL: https://github.com/apache/incubator-pinot/pull/4142 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] npawar commented on pull request #4612: Add column types info to the selection and aggregation query results.

2020-05-22 Thread GitBox
npawar commented on pull request #4612: URL: https://github.com/apache/incubator-pinot/pull/4612#issuecomment-632922548 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #4607: Add code for pinot benchmark as a service

2020-05-22 Thread GitBox
npawar commented on pull request #4607: URL: https://github.com/apache/incubator-pinot/pull/4607#issuecomment-632922577 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #4382: Fix java client connection close

2020-05-22 Thread GitBox
npawar closed pull request #4382: URL: https://github.com/apache/incubator-pinot/pull/4382 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] npawar closed pull request #4612: Add column types info to the selection and aggregation query results.

2020-05-22 Thread GitBox
npawar closed pull request #4612: URL: https://github.com/apache/incubator-pinot/pull/4612 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] npawar closed pull request #4348: A template implementation for VarLengthBytesValueReaderWriter

2020-05-22 Thread GitBox
npawar closed pull request #4348: URL: https://github.com/apache/incubator-pinot/pull/4348 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] npawar closed pull request #4386: Run cursor selected query in query-console

2020-05-22 Thread GitBox
npawar closed pull request #4386: URL: https://github.com/apache/incubator-pinot/pull/4386 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] npawar commented on pull request #4142: Use tr13 for trie based String dictionary

2020-05-22 Thread GitBox
npawar commented on pull request #4142: URL: https://github.com/apache/incubator-pinot/pull/4142#issuecomment-632922785 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #3731: Ensures that pinot-broker.log logged queries are on single lines

2020-05-22 Thread GitBox
npawar commented on pull request #3731: URL: https://github.com/apache/incubator-pinot/pull/3731#issuecomment-632922853 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #4628: [Pinot Bench Service] Implement data preparation component

2020-05-22 Thread GitBox
npawar closed pull request #4628: URL: https://github.com/apache/incubator-pinot/pull/4628 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] npawar commented on pull request #4143: Use patricia trie to OnHeapTrieBasedStringDictionary

2020-05-22 Thread GitBox
npawar commented on pull request #4143: URL: https://github.com/apache/incubator-pinot/pull/4143#issuecomment-632922768 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #4294: Fixing some issues docs/getting_started.rst

2020-05-22 Thread GitBox
npawar closed pull request #4294: URL: https://github.com/apache/incubator-pinot/pull/4294 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] npawar closed pull request #3808: [PINOT-7] Add Remainder TransformFunction and test

2020-05-22 Thread GitBox
npawar closed pull request #3808: URL: https://github.com/apache/incubator-pinot/pull/3808 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] npawar commented on pull request #4628: [Pinot Bench Service] Implement data preparation component

2020-05-22 Thread GitBox
npawar commented on pull request #4628: URL: https://github.com/apache/incubator-pinot/pull/4628#issuecomment-632922512 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #4386: Run cursor selected query in query-console

2020-05-22 Thread GitBox
npawar commented on pull request #4386: URL: https://github.com/apache/incubator-pinot/pull/4386#issuecomment-632922659 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #4336: [TE] detection dimensional cache

2020-05-22 Thread GitBox
npawar commented on pull request #4336: URL: https://github.com/apache/incubator-pinot/pull/4336#issuecomment-632922707 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #4143: Use patricia trie to OnHeapTrieBasedStringDictionary

2020-05-22 Thread GitBox
npawar closed pull request #4143: URL: https://github.com/apache/incubator-pinot/pull/4143 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] npawar closed pull request #4361: Fix to wait until all docs loaded in quick start

2020-05-22 Thread GitBox
npawar closed pull request #4361: URL: https://github.com/apache/incubator-pinot/pull/4361 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] npawar closed pull request #3731: Ensures that pinot-broker.log logged queries are on single lines

2020-05-22 Thread GitBox
npawar closed pull request #3731: URL: https://github.com/apache/incubator-pinot/pull/3731 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] npawar closed pull request #4168: [TE] Clean up anomalyTimelinesView for anomalies order than 90 days

2020-05-22 Thread GitBox
npawar closed pull request #4168: URL: https://github.com/apache/incubator-pinot/pull/4168 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] npawar commented on pull request #4361: Fix to wait until all docs loaded in quick start

2020-05-22 Thread GitBox
npawar commented on pull request #4361: URL: https://github.com/apache/incubator-pinot/pull/4361#issuecomment-632922680 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #4168: [TE] Clean up anomalyTimelinesView for anomalies order than 90 days

2020-05-22 Thread GitBox
npawar commented on pull request #4168: URL: https://github.com/apache/incubator-pinot/pull/4168#issuecomment-632922754 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #4526: [TE] Show which rule detected the anomaly in RCA page

2020-05-22 Thread GitBox
npawar closed pull request #4526: URL: https://github.com/apache/incubator-pinot/pull/4526 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] npawar commented on pull request #4526: [TE] Show which rule detected the anomaly in RCA page

2020-05-22 Thread GitBox
npawar commented on pull request #4526: URL: https://github.com/apache/incubator-pinot/pull/4526#issuecomment-632922592 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #3796: [PINOT-6] Fix Windows compatibility of a batch of pinot-core tests

2020-05-22 Thread GitBox
npawar closed pull request #3796: URL: https://github.com/apache/incubator-pinot/pull/3796 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] npawar closed pull request #4472: Use hit counter to track max QPS per minute for broker

2020-05-22 Thread GitBox
npawar closed pull request #4472: URL: https://github.com/apache/incubator-pinot/pull/4472 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] npawar closed pull request #4623: [Pinot Bench Service] Implement cluster management component

2020-05-22 Thread GitBox
npawar closed pull request #4623: URL: https://github.com/apache/incubator-pinot/pull/4623 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] npawar commented on pull request #3796: [PINOT-6] Fix Windows compatibility of a batch of pinot-core tests

2020-05-22 Thread GitBox
npawar commented on pull request #3796: URL: https://github.com/apache/incubator-pinot/pull/3796#issuecomment-632922845 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #4294: Fixing some issues docs/getting_started.rst

2020-05-22 Thread GitBox
npawar commented on pull request #4294: URL: https://github.com/apache/incubator-pinot/pull/4294#issuecomment-632922723 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #3850: Aggregation of population standard variance support

2020-05-22 Thread GitBox
npawar closed pull request #3850: URL: https://github.com/apache/incubator-pinot/pull/3850 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] npawar closed pull request #4469: Add crtl auto complete sql on query-console

2020-05-22 Thread GitBox
npawar closed pull request #4469: URL: https://github.com/apache/incubator-pinot/pull/4469 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] npawar commented on pull request #2749: Make FixedByteSingleColumnMultiValueReaderWriter and FixedByteSingleColumnSingleValueReaderWriter thread-safe,

2020-05-22 Thread GitBox
npawar commented on pull request #2749: URL: https://github.com/apache/incubator-pinot/pull/2749#issuecomment-632923086 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #2760: Fix Pinot schema REST API documentation

2020-05-22 Thread GitBox
npawar commented on pull request #2760: URL: https://github.com/apache/incubator-pinot/pull/2760#issuecomment-632923079 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #3418: Segment name generator with _postfix

2020-05-22 Thread GitBox
npawar closed pull request #3418: URL: https://github.com/apache/incubator-pinot/pull/3418 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] npawar commented on pull request #3499: Add table config backup tool

2020-05-22 Thread GitBox
npawar commented on pull request #3499: URL: https://github.com/apache/incubator-pinot/pull/3499#issuecomment-632922969 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #1294: Improve performance of ControllerInstanceToggleTest

2020-05-22 Thread GitBox
npawar closed pull request #1294: URL: https://github.com/apache/incubator-pinot/pull/1294 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] npawar closed pull request #3494: adding StarTreeIndexv1 I/O for hadoop

2020-05-22 Thread GitBox
npawar closed pull request #3494: URL: https://github.com/apache/incubator-pinot/pull/3494 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] npawar commented on pull request #1476: Add support for partition pruning for in-clauses.

2020-05-22 Thread GitBox
npawar commented on pull request #1476: URL: https://github.com/apache/incubator-pinot/pull/1476#issuecomment-632923170 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #2936: [PINOT-6513] Initial changes for segment refresh time prefetch

2020-05-22 Thread GitBox
npawar commented on pull request #2936: URL: https://github.com/apache/incubator-pinot/pull/2936#issuecomment-632923047 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #3336: Add metadata info and metric when querying non-existing columns

2020-05-22 Thread GitBox
npawar commented on pull request #3336: URL: https://github.com/apache/incubator-pinot/pull/3336#issuecomment-632923023 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #2847: Yyuen/rootcause share png

2020-05-22 Thread GitBox
npawar commented on pull request #2847: URL: https://github.com/apache/incubator-pinot/pull/2847#issuecomment-632923060 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #3511: [PINOT-7370] Track bytes read per query

2020-05-22 Thread GitBox
npawar commented on pull request #3511: URL: https://github.com/apache/incubator-pinot/pull/3511#issuecomment-632922942 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #1678: Change log level for transient LLC exceptions

2020-05-22 Thread GitBox
npawar commented on pull request #1678: URL: https://github.com/apache/incubator-pinot/pull/1678#issuecomment-632923140 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #1016: Fix tenantName on segment rebalancer

2020-05-22 Thread GitBox
npawar commented on pull request #1016: URL: https://github.com/apache/incubator-pinot/pull/1016#issuecomment-632923193 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #2936: [PINOT-6513] Initial changes for segment refresh time prefetch

2020-05-22 Thread GitBox
npawar closed pull request #2936: URL: https://github.com/apache/incubator-pinot/pull/2936 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] npawar closed pull request #3675: Sslbranch

2020-05-22 Thread GitBox
npawar closed pull request #3675: URL: https://github.com/apache/incubator-pinot/pull/3675 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] npawar closed pull request #3132: [Anomaly Detection] Lib migration tool

2020-05-22 Thread GitBox
npawar closed pull request #3132: URL: https://github.com/apache/incubator-pinot/pull/3132 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] npawar closed pull request #3506: Add configuration merging tool

2020-05-22 Thread GitBox
npawar closed pull request #3506: URL: https://github.com/apache/incubator-pinot/pull/3506 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] npawar closed pull request #1486: Add link to Docker in README

2020-05-22 Thread GitBox
npawar closed pull request #1486: URL: https://github.com/apache/incubator-pinot/pull/1486 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] npawar commented on pull request #2874: Auto reload segments when schema or table config updated

2020-05-22 Thread GitBox
npawar commented on pull request #2874: URL: https://github.com/apache/incubator-pinot/pull/2874#issuecomment-632923055 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #2847: Yyuen/rootcause share png

2020-05-22 Thread GitBox
npawar closed pull request #2847: URL: https://github.com/apache/incubator-pinot/pull/2847 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] npawar closed pull request #2325: Add unit tests for SortedInvertedIndexBasedFilterOperator and SortedIndexReader

2020-05-22 Thread GitBox
npawar closed pull request #2325: URL: https://github.com/apache/incubator-pinot/pull/2325 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] npawar commented on pull request #3068: [PINOT-6701] Controller API to check storage quota before segment upload

2020-05-22 Thread GitBox
npawar commented on pull request #3068: URL: https://github.com/apache/incubator-pinot/pull/3068#issuecomment-632923038 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #2760: Fix Pinot schema REST API documentation

2020-05-22 Thread GitBox
npawar closed pull request #2760: URL: https://github.com/apache/incubator-pinot/pull/2760 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] npawar commented on pull request #2685: [TE] frontend = aaronucsd/removed error default state

2020-05-22 Thread GitBox
npawar commented on pull request #2685: URL: https://github.com/apache/incubator-pinot/pull/2685#issuecomment-632923095 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar commented on pull request #3661: Add documentation for the new config format

2020-05-22 Thread GitBox
npawar commented on pull request #3661: URL: https://github.com/apache/incubator-pinot/pull/3661#issuecomment-632922896 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #2800: Replace catch Throwable by catch Exception

2020-05-22 Thread GitBox
npawar closed pull request #2800: URL: https://github.com/apache/incubator-pinot/pull/2800 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] npawar closed pull request #1476: Add support for partition pruning for in-clauses.

2020-05-22 Thread GitBox
npawar closed pull request #1476: URL: https://github.com/apache/incubator-pinot/pull/1476 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] npawar commented on pull request #3568: Add guava cache to cache table schema in pinot broker

2020-05-22 Thread GitBox
npawar commented on pull request #3568: URL: https://github.com/apache/incubator-pinot/pull/3568#issuecomment-632922927 Closed this PR due to 6 months inactivity. Reopen if needed. This is an automated message from the Apache

[GitHub] [incubator-pinot] npawar closed pull request #3624: [PINOT-7370] Return number of bytes read from the reader interfaces/implementations

2020-05-22 Thread GitBox
npawar closed pull request #3624: URL: https://github.com/apache/incubator-pinot/pull/3624 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

  1   2   >