[incubator-pinot] branch master updated: Adding support to execute functions during query compilation (#5406)

2020-05-22 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 3f8ba71 Adding support to execute

[GitHub] [incubator-pinot] fx19880617 closed issue #5313: Add date time transform functions

2020-05-22 Thread GitBox
fx19880617 closed issue #5313: URL: https://github.com/apache/incubator-pinot/issues/5313 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] fx19880617 closed issue #5401: Query Supporting datetime column comparing against currenttime

2020-05-22 Thread GitBox
fx19880617 closed issue #5401: URL: https://github.com/apache/incubator-pinot/issues/5401 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] fx19880617 merged pull request #5406: Adding support to execute functions during query compilation

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

[GitHub] [incubator-pinot] fx19880617 closed issue #5416: Functions in Pinot

2020-05-22 Thread GitBox
fx19880617 closed issue #5416: URL: https://github.com/apache/incubator-pinot/issues/5416 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] fx19880617 merged pull request #5433: Templatizing pinot configs name in HelmCharts

2020-05-22 Thread GitBox
fx19880617 merged pull request #5433: URL: https://github.com/apache/incubator-pinot/pull/5433 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: Templatizing pinot helm chart configs, so it's possible to deploy multiple pinot helmCharts with different names in same namespace (#5433)

2020-05-22 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 d562e42 Templatizing pinot helm

[incubator-pinot] branch time-functions-in-query updated (9a4e8ca -> cc89fe3)

2020-05-22 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch time-functions-in-query in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard 9a4e8ca Adding support to execute functions during query compilation add b61400f

[GitHub] [incubator-pinot] fx19880617 commented on pull request #5406: Adding support to execute functions during query compilation

2020-05-22 Thread GitBox
fx19880617 commented on pull request #5406: URL: https://github.com/apache/incubator-pinot/pull/5406#issuecomment-632980625 > Will we eventually move towards also allowing functions which have column names? do you mean function name contains a column name?

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #5406: Adding support to execute functions during query compilation

2020-05-22 Thread GitBox
fx19880617 commented on a change in pull request #5406: URL: https://github.com/apache/incubator-pinot/pull/5406#discussion_r429511368 ## File path: pinot-common/src/main/java/org/apache/pinot/sql/parsers/CalciteSqlParser.java ## @@ -593,29 +596,77 @@ private static

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #5406: Adding support to execute functions during query compilation

2020-05-22 Thread GitBox
fx19880617 commented on a change in pull request #5406: URL: https://github.com/apache/incubator-pinot/pull/5406#discussion_r429511102 ## File path: pinot-common/src/main/java/org/apache/pinot/common/function/DateTimeFunctions.java ## @@ -216,4 +217,18 @@ static String

[incubator-pinot] branch master updated: Pinot website: fixing break links and updating installation guide (#5431)

2020-05-22 Thread haibow
This is an automated email from the ASF dual-hosted git repository. haibow 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 f35583f Pinot website: fixing break

[GitHub] [incubator-pinot] haibow merged pull request #5431: Pinot website: fixing break links and updating installation guide

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

[GitHub] [incubator-pinot] npawar commented on pull request #5406: Adding support to execute functions during query compilation

2020-05-22 Thread GitBox
npawar commented on pull request #5406: URL: https://github.com/apache/incubator-pinot/pull/5406#issuecomment-632963245 Will we eventually move towards also allowing functions which have column names? This is an automated

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5406: Adding support to execute functions during query compilation

2020-05-22 Thread GitBox
npawar commented on a change in pull request #5406: URL: https://github.com/apache/incubator-pinot/pull/5406#discussion_r429501906 ## File path: pinot-common/src/main/java/org/apache/pinot/sql/parsers/CalciteSqlParser.java ## @@ -593,29 +596,77 @@ private static Expression

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5406: Adding support to execute functions during query compilation

2020-05-22 Thread GitBox
npawar commented on a change in pull request #5406: URL: https://github.com/apache/incubator-pinot/pull/5406#discussion_r429500477 ## File path: pinot-common/src/main/java/org/apache/pinot/common/function/DateTimeFunctions.java ## @@ -216,4 +217,18 @@ static String

[GitHub] [incubator-pinot] vincentchenjl opened a new pull request #5435: [TE] clean up decprecated/unused code

2020-05-22 Thread GitBox
vincentchenjl opened a new pull request #5435: URL: https://github.com/apache/incubator-pinot/pull/5435 - Clean up deprecated code - Refactor a bit to remove class dependency This is an automated message from the

[GitHub] [incubator-pinot] fx19880617 opened a new issue #5434: Query explaination

2020-05-22 Thread GitBox
fx19880617 opened a new issue #5434: URL: https://github.com/apache/incubator-pinot/issues/5434 Similar to other query engine. We need to provide an API to explain a Pinot Query to Query plan. This is an automated

[GitHub] [incubator-pinot] fx19880617 opened a new pull request #5433: Templatizing pinot configs name in HelmCharts

2020-05-22 Thread GitBox
fx19880617 opened a new pull request #5433: URL: https://github.com/apache/incubator-pinot/pull/5433 Now it's possible to have multiple Pinot Deployments in same namespace. This is an automated message from the Apache Git

[incubator-pinot] 01/01: Templatizing pinot helm chart configs, so it's possible to deploy multiple pinot helmCharts with different names in same namespace

2020-05-22 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch pinot-helm-configmap-template in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git commit b1f2c40885ecd9438eb699efd22f9bc0a713cf80 Author: Xiang Fu AuthorDate: Fri May 22

[incubator-pinot] branch pinot-helm-configmap-template created (now b1f2c40)

2020-05-22 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch pinot-helm-configmap-template in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. at b1f2c40 Templatizing pinot helm chart configs, so it's possible to deploy

[incubator-pinot] branch alerts-auto-complete updated (c0aab59 -> ad1cdd2)

2020-05-22 Thread jihao
This is an automated email from the ASF dual-hosted git repository. jihao pushed a change to branch alerts-auto-complete in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git. discard c0aab59 [TE] endpoints for alerts page filters add 0459b98 [TE] fix an issue that in

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

2020-05-22 Thread GitBox
fx19880617 commented on pull request #5266: URL: https://github.com/apache/incubator-pinot/pull/5266#issuecomment-632925013 > can we list the commands needed to start Pinot after this gets in? See PR description. This

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

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

[GitHub] [incubator-pinot] npawar closed pull request #546: make select star not show hll derived columns

2020-05-22 Thread GitBox
npawar closed pull request #546: URL: https://github.com/apache/incubator-pinot/pull/546 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 #1015: Add csv reader config on Hadoop segment creation job

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

[GitHub] [incubator-pinot] npawar commented on pull request #67: fix bug in stop process

2020-05-22 Thread GitBox
npawar commented on pull request #67: URL: https://github.com/apache/incubator-pinot/pull/67#issuecomment-632923225 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 #1015: Add csv reader config on Hadoop segment creation job

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

[GitHub] [incubator-pinot] npawar closed pull request #67: fix bug in stop process

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

[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

[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

[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

[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

[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

[GitHub] [incubator-pinot] npawar commented on pull request #1486: Add link to Docker in README

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

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

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

[GitHub] [incubator-pinot] npawar commented on pull request #3506: Add configuration merging tool

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

[GitHub] [incubator-pinot] npawar commented on pull request #1883: implementation of basic load based segmenet assignment strategy

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

[GitHub] [incubator-pinot] npawar closed pull request #3499: Add table config backup tool

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

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

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

[GitHub] [incubator-pinot] npawar closed pull request #2685: [TE] frontend = aaronucsd/removed error default state

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

[GitHub] [incubator-pinot] npawar commented on pull request #3494: adding StarTreeIndexv1 I/O for hadoop

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

[GitHub] [incubator-pinot] npawar closed pull request #2874: Auto reload segments when schema or table config updated

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

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

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

[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

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

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

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

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

[GitHub] [incubator-pinot] npawar commented on pull request #3132: [Anomaly Detection] Lib migration tool

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

[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

[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

[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

[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

[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

[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

[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

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

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

[GitHub] [incubator-pinot] npawar closed pull request #3068: [PINOT-6701] Controller API to check storage quota before segment upload

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

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

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

[GitHub] [incubator-pinot] npawar commented on pull request #2651: Convert pinot segments to csv in Hadoop

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

[GitHub] [incubator-pinot] npawar commented on pull request #2325: Add unit tests for SortedInvertedIndexBasedFilterOperator and SortedIndexReader

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

[GitHub] [incubator-pinot] npawar commented on pull request #546: make select star not show hll derived columns

2020-05-22 Thread GitBox
npawar commented on pull request #546: URL: https://github.com/apache/incubator-pinot/pull/546#issuecomment-632923214 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 #2579: [TE] expose preview anomaly score

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

[GitHub] [incubator-pinot] npawar closed pull request #3474: Add metrics for out of capacity exception

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

[GitHub] [incubator-pinot] npawar closed pull request #1883: implementation of basic load based segmenet assignment strategy

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

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

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

[GitHub] [incubator-pinot] npawar closed pull request #2651: Convert pinot segments to csv in Hadoop

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

[GitHub] [incubator-pinot] npawar closed pull request #3568: Add guava cache to cache table schema in pinot broker

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[GitHub] [incubator-pinot] npawar commented on pull request #2579: [TE] expose preview anomaly score

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

[GitHub] [incubator-pinot] npawar commented on pull request #3474: Add metrics for out of capacity exception

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

[GitHub] [incubator-pinot] npawar closed pull request #2749: Make FixedByteSingleColumnMultiValueReaderWriter and FixedByteSingleColumnSingleValueReaderWriter thread-safe,

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

[GitHub] [incubator-pinot] npawar commented on pull request #3675: Sslbranch

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

  1   2   >