[GitHub] [pinot] lakshmanan-v opened a new pull request #7226: Add functions to return raw results for Percentile TDigest and Est

2021-07-29 Thread GitBox
lakshmanan-v opened a new pull request #7226: URL: https://github.com/apache/pinot/pull/7226 ## Description Adding aggregate functions to return serialized / raw values of PercentileEst (QuantileDigest) and PercentileTDigest (TDigest) data structures. --> ## Upgrade Notes Does

[GitHub] [pinot] ChethanUK commented on a change in pull request #7214: Introduce LIKE Operator

2021-07-29 Thread GitBox
ChethanUK commented on a change in pull request #7214: URL: https://github.com/apache/pinot/pull/7214#discussion_r678917439 ## File path: pinot-core/src/test/java/org/apache/pinot/queries/TextSearchQueriesTest.java ## @@ -345,7 +373,11 @@ public void testTextSearch()

[GitHub] [pinot] mayankshriv commented on a change in pull request #7226: Add functions to return raw results for Percentile TDigest and Est

2021-07-29 Thread GitBox
mayankshriv commented on a change in pull request #7226: URL: https://github.com/apache/pinot/pull/7226#discussion_r679198631 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/PercentileRawEstAggregationFunction.java ## @@ -0,0 +1,137 @@ +

[GitHub] [pinot] snleee merged pull request #7225: Update license, notice for 0.8.0 release

2021-07-29 Thread GitBox
snleee merged pull request #7225: URL: https://github.com/apache/pinot/pull/7225 -- 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 to the specific comment. To unsubscribe, e-mail: commits-unsubscr.

[pinot] branch master updated (5af6078 -> 573651b)

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git. from 5af6078 Fix the shaded issue with Apache Pulsar (#7223) add 573651b Update license, notice for 0.8.0 release (#7

[GitHub] [pinot] lakshmanan-v commented on a change in pull request #7226: Add functions to return raw results for Percentile TDigest and Est

2021-07-29 Thread GitBox
lakshmanan-v commented on a change in pull request #7226: URL: https://github.com/apache/pinot/pull/7226#discussion_r679296306 ## File path: pinot-core/src/test/java/org/apache/pinot/queries/InterSegmentAggregationMultiValueQueriesTest.java ## @@ -519,6 +519,210 @@ public void

[GitHub] [pinot] lakshmanan-v commented on a change in pull request #7226: Add functions to return raw results for Percentile TDigest and Est

2021-07-29 Thread GitBox
lakshmanan-v commented on a change in pull request #7226: URL: https://github.com/apache/pinot/pull/7226#discussion_r679301301 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/PercentileRawEstAggregationFunction.java ## @@ -0,0 +1,137 @@

[GitHub] [pinot] lakshmanan-v commented on a change in pull request #7226: Add functions to return raw results for Percentile TDigest and Est

2021-07-29 Thread GitBox
lakshmanan-v commented on a change in pull request #7226: URL: https://github.com/apache/pinot/pull/7226#discussion_r679301301 ## File path: pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/PercentileRawEstAggregationFunction.java ## @@ -0,0 +1,137 @@

[GitHub] [pinot] apucher opened a new issue #7227: Should /tables return only tables with READ permissions to the current user?

2021-07-29 Thread GitBox
apucher opened a new issue #7227: URL: https://github.com/apache/pinot/issues/7227 `/tables` isn't currently bound to table-specific permissions. Intuitively, it makes sense to only show tables that actually have READ permissions to the current user - as in both metadata and data. Ho

[GitHub] [pinot] apucher opened a new issue #7228: controller UI gets stuck on query console `/sql` call with auth enabled

2021-07-29 Thread GitBox
apucher opened a new issue #7228: URL: https://github.com/apache/pinot/issues/7228 two things here: (1) the controller JS UI should fail gracefully when receiving a 401 or 403 code and notify the user rather than getting stuck (2) figure out why there's no `Authorization` header being

[GitHub] [pinot] kkrugler commented on issue #7090: SegmentNameGenerator: Extend interface to accept input file name

2021-07-29 Thread GitBox
kkrugler commented on issue #7090: URL: https://github.com/apache/pinot/issues/7090#issuecomment-889320139 Hi @mayankshriv - I had two questions on my WIP PR at https://github.com/apache/pinot/pull/7222, any chance you could take a look at give some feedback? I'd like to wrap this up befor

[pinot] 03/03: Update license, notice for 0.8.0 release (#7225)

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git commit c2f7fccefcbd9930c995808cf9947c61b4223786 Author: Seunghyun Lee AuthorDate: Thu Jul 29 08:49:29 2021 -0700 U

[pinot] branch release-0.8.0-rc updated (fa7d7f3 -> c2f7fcc)

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git. discard fa7d7f3 Fix the shaded issue with Apache Pulsar discard ca99cfe Bump up the "grpc-protobuf-lite" version t

[pinot] 01/03: Bump up the "grpc-protobuf-lite" version to 1.19.0 in Apache Pulsar plugin (#7220)

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git commit 668b5e01d7c263e3cdb3081e0a947a43e7d7f782 Author: Seunghyun Lee AuthorDate: Wed Jul 28 16:21:12 2021 -0700 B

[pinot] 02/03: Fix the shaded issue with Apache Pulsar (#7223)

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git commit ee887b97e77ef7a132d3d6d60f83a800e52d4555 Author: Seunghyun Lee AuthorDate: Wed Jul 28 19:13:04 2021 -0700 F

[GitHub] [pinot] suddendust opened a new issue #7229: Pinot Long Term Data Store

2021-07-29 Thread GitBox
suddendust opened a new issue #7229: URL: https://github.com/apache/pinot/issues/7229 We have certain use-cases wherein we would like to move older data to cheap object stores like the S3 and store only the most recent data in Pinot. One such use-case is storing distributed trace data - Ou

[GitHub] [pinot] suddendust commented on issue #7229: Pinot Long Term Data Store

2021-07-29 Thread GitBox
suddendust commented on issue #7229: URL: https://github.com/apache/pinot/issues/7229#issuecomment-889326345 @kishoreg please let me know your thoughts, thanks! -- 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] [pinot] mcvsubbu commented on issue #7229: Pinot Long Term Data Store

2021-07-29 Thread GitBox
mcvsubbu commented on issue #7229: URL: https://github.com/apache/pinot/issues/7229#issuecomment-889334704 Useful feature. Another way to do this may be to evict the segments from pinot-servers, but load them on-demand when a query comes in. Mark something in the IDEALSTATE to indicate

[GitHub] [pinot] suddendust commented on issue #7229: Pinot Long Term Data Store

2021-07-29 Thread GitBox
suddendust commented on issue #7229: URL: https://github.com/apache/pinot/issues/7229#issuecomment-889337572 Yes @mcvsubbu let us evaluate the pros and cons of each of these approaches. I mentioned this one specifically as work has already started on the connector side I think. -- This

[GitHub] [pinot] suddendust edited a comment on issue #7229: Pinot Long Term Data Store

2021-07-29 Thread GitBox
suddendust edited a comment on issue #7229: URL: https://github.com/apache/pinot/issues/7229#issuecomment-889337572 Yes @mcvsubbu let us evaluate the pros and cons of each of these approaches. I mentioned this one specifically as work has already started on the connector side I think. If t

[GitHub] [pinot] suddendust edited a comment on issue #7229: Pinot Long Term Data Store

2021-07-29 Thread GitBox
suddendust edited a comment on issue #7229: URL: https://github.com/apache/pinot/issues/7229#issuecomment-889337572 Yes @mcvsubbu let us evaluate the pros and cons of each of these approaches. I mentioned this one specifically as work has already started on the connector side I think. If t

[GitHub] [pinot] suddendust edited a comment on issue #7229: Pinot Long Term Data Store

2021-07-29 Thread GitBox
suddendust edited a comment on issue #7229: URL: https://github.com/apache/pinot/issues/7229#issuecomment-889337572 Yes @mcvsubbu let us evaluate the pros and cons of each of these approaches. I mentioned this one specifically as work has already started on the connector side I think. If t

[GitHub] [pinot] mcvsubbu commented on issue #7229: Pinot Long Term Data Store

2021-07-29 Thread GitBox
mcvsubbu commented on issue #7229: URL: https://github.com/apache/pinot/issues/7229#issuecomment-889340907 > Yes @mcvsubbu let us evaluate the pros and cons of each of these approaches. I mentioned this one specifically as work has already started on the connector side I think. If this is

[GitHub] [pinot] sajjad-moradi commented on issue #7229: Pinot Long Term Data Store

2021-07-29 Thread GitBox
sajjad-moradi commented on issue #7229: URL: https://github.com/apache/pinot/issues/7229#issuecomment-889345806 Also if lower granularity for older data (>24h) is an option, maybe introducing roll-up can compact older data which lead to lower cost of having pinot servers. In that case, eve

[GitHub] [pinot] Jackie-Jiang commented on pull request #7214: Introduce LIKE Operator

2021-07-29 Thread GitBox
Jackie-Jiang commented on pull request #7214: URL: https://github.com/apache/pinot/pull/7214#issuecomment-889353201 Syntax for SQL LIKE: https://www.w3schools.com/sql/sql_like.asp -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [pinot] snleee commented on a change in pull request #7178: Merge/Rollup task scheduler

2021-07-29 Thread GitBox
snleee commented on a change in pull request #7178: URL: https://github.com/apache/pinot/pull/7178#discussion_r678832025 ## File path: pinot-common/src/main/java/org/apache/pinot/common/lineage/SegmentLineageUtils.java ## @@ -37,4 +38,22 @@ private SegmentLineageUtils() { p

[GitHub] [pinot] joshigaurava opened a new pull request #7230: 7228 /sql REST call now compatible with auth

2021-07-29 Thread GitBox
joshigaurava opened a new pull request #7230: URL: https://github.com/apache/pinot/pull/7230 ## Description /sql REST call was using Axios configuration without appropriate auth headers. Once the configuration is provided with auth headers (when available), the call executes fine.

[GitHub] [pinot] codecov-commenter edited a comment on pull request #7200: Allow any column as the upsert comparison column

2021-07-29 Thread GitBox
codecov-commenter edited a comment on pull request #7200: URL: https://github.com/apache/pinot/pull/7200#issuecomment-886145080 # [Codecov](https://codecov.io/gh/apache/pinot/pull/7200?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T

[GitHub] [pinot] codecov-commenter commented on pull request #7230: 7228 /sql REST call now compatible with auth

2021-07-29 Thread GitBox
codecov-commenter commented on pull request #7230: URL: https://github.com/apache/pinot/pull/7230#issuecomment-889419872 # [Codecov](https://codecov.io/gh/apache/pinot/pull/7230?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apac

[GitHub] [pinot] codecov-commenter edited a comment on pull request #7230: 7228 /sql REST call now compatible with auth

2021-07-29 Thread GitBox
codecov-commenter edited a comment on pull request #7230: URL: https://github.com/apache/pinot/pull/7230#issuecomment-889419872 # [Codecov](https://codecov.io/gh/apache/pinot/pull/7230?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T

[GitHub] [pinot] klsince opened a new pull request #7231: moving the map of pinot data type and java type to common util

2021-07-29 Thread GitBox
klsince opened a new pull request #7231: URL: https://github.com/apache/pinot/pull/7231 will reuse this mapping in following RP to convert array with mixing types to MV column more reliably ## Description ## Upgrade Notes Does this PR prevent a zero down-time upgrade? (Assu

[GitHub] [pinot] jtao15 commented on a change in pull request #7178: Merge/Rollup task scheduler

2021-07-29 Thread GitBox
jtao15 commented on a change in pull request #7178: URL: https://github.com/apache/pinot/pull/7178#discussion_r679488360 ## File path: pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/merge_rollup/MergeRollupTaskGenerator.j

[GitHub] [pinot] jtao15 commented on a change in pull request #7178: Merge/Rollup task scheduler

2021-07-29 Thread GitBox
jtao15 commented on a change in pull request #7178: URL: https://github.com/apache/pinot/pull/7178#discussion_r679496366 ## File path: pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/merge_rollup/MergeRollupTaskGenerator.j

[GitHub] [pinot] jtao15 commented on a change in pull request #7178: Merge/Rollup task scheduler

2021-07-29 Thread GitBox
jtao15 commented on a change in pull request #7178: URL: https://github.com/apache/pinot/pull/7178#discussion_r679499585 ## File path: pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/merge_rollup/MergeRollupTaskGenerator.j

[GitHub] [pinot] codecov-commenter commented on pull request #7231: moving the map of pinot data type and java type to common util

2021-07-29 Thread GitBox
codecov-commenter commented on pull request #7231: URL: https://github.com/apache/pinot/pull/7231#issuecomment-889490949 # [Codecov](https://codecov.io/gh/apache/pinot/pull/7231?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apac

[GitHub] [pinot] codecov-commenter edited a comment on pull request #7200: Allow any column as the upsert comparison column

2021-07-29 Thread GitBox
codecov-commenter edited a comment on pull request #7200: URL: https://github.com/apache/pinot/pull/7200#issuecomment-886145080 # [Codecov](https://codecov.io/gh/apache/pinot/pull/7200?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T

[GitHub] [pinot] codecov-commenter edited a comment on pull request #7200: Allow any column as the upsert comparison column

2021-07-29 Thread GitBox
codecov-commenter edited a comment on pull request #7200: URL: https://github.com/apache/pinot/pull/7200#issuecomment-886145080 # [Codecov](https://codecov.io/gh/apache/pinot/pull/7200?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T

[GitHub] [pinot] Jackie-Jiang closed issue #7221: Update pom files to create shaded jar for Apache Pulsar plugin

2021-07-29 Thread GitBox
Jackie-Jiang closed issue #7221: URL: https://github.com/apache/pinot/issues/7221 -- 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 to the specific comment. To unsubscribe, e-mail: commits-unsubscr

[GitHub] [pinot] Jackie-Jiang commented on a change in pull request #7222: 7090 segmentnamegenerator accept input file parameter

2021-07-29 Thread GitBox
Jackie-Jiang commented on a change in pull request #7222: URL: https://github.com/apache/pinot/pull/7222#discussion_r679550991 ## File path: pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-common/src/main/java/org/apache/pinot/plugin/ingestion/batch/common/SegmentGenerationT

[GitHub] [pinot] Jackie-Jiang commented on a change in pull request #7231: moving the map of pinot data type and java type to common util

2021-07-29 Thread GitBox
Jackie-Jiang commented on a change in pull request #7231: URL: https://github.com/apache/pinot/pull/7231#discussion_r679553054 ## File path: pinot-common/src/main/java/org/apache/pinot/common/utils/PinotDataType.java ## @@ -1028,7 +1058,8 @@ public boolean isSingleValue() {

[GitHub] [pinot] apucher merged pull request #7230: 7228 /sql REST call now compatible with auth

2021-07-29 Thread GitBox
apucher merged pull request #7230: URL: https://github.com/apache/pinot/pull/7230 -- 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 to the specific comment. To unsubscribe, e-mail: commits-unsubscr

[pinot] branch master updated: 7228 /sql REST call now compatible with auth (#7230)

2021-07-29 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/pinot.git The following commit(s) were added to refs/heads/master by this push: new 5e0dcff 7228 /sql REST call now compatible with

[GitHub] [pinot] apucher commented on pull request #7230: 7228 /sql REST call now compatible with auth

2021-07-29 Thread GitBox
apucher commented on pull request #7230: URL: https://github.com/apache/pinot/pull/7230#issuecomment-889534562 addresses #7228 -- 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 to the specific comme

[GitHub] [pinot] apucher closed issue #7228: controller UI gets stuck on query console `/sql` call with auth enabled

2021-07-29 Thread GitBox
apucher closed issue #7228: URL: https://github.com/apache/pinot/issues/7228 -- 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 to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@p

[GitHub] [pinot] apucher commented on issue #7228: controller UI gets stuck on query console `/sql` call with auth enabled

2021-07-29 Thread GitBox
apucher commented on issue #7228: URL: https://github.com/apache/pinot/issues/7228#issuecomment-889534708 thanks @joshigaurava ! -- 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 to the specific comm

[GitHub] [pinot] snleee commented on a change in pull request #7178: Merge/Rollup task scheduler

2021-07-29 Thread GitBox
snleee commented on a change in pull request #7178: URL: https://github.com/apache/pinot/pull/7178#discussion_r679542608 ## File path: pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/merge_rollup/MergeRollupTaskGenerator.j

[GitHub] [pinot] jtao15 commented on a change in pull request #7178: Merge/Rollup task scheduler

2021-07-29 Thread GitBox
jtao15 commented on a change in pull request #7178: URL: https://github.com/apache/pinot/pull/7178#discussion_r679565866 ## File path: pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/merge_rollup/MergeRollupTaskGenerator.j

[pinot] branch release-0.8.0-rc updated: [maven-release-plugin] prepare release release-0.8.0-rc0

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/release-0.8.0-rc by this push: new d7cc313 [maven-release-plugin

[pinot] annotated tag release-0.8.0-rc0 updated (d7cc313 -> 35f47fc)

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to annotated tag release-0.8.0-rc0 in repository https://gitbox.apache.org/repos/asf/pinot.git. *** WARNING: tag release-0.8.0-rc0 was modified! *** from d7cc313 (commit) to 35f47fc (tag) tagg

[pinot] branch release-0.8.0-rc updated: [maven-release-plugin] prepare for next development iteration

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/release-0.8.0-rc by this push: new 049cd0d [maven-release-plugin

[GitHub] [pinot] codecov-commenter edited a comment on pull request #7121: Implement OIDC auth workflow in UI

2021-07-29 Thread GitBox
codecov-commenter edited a comment on pull request #7121: URL: https://github.com/apache/pinot/pull/7121#issuecomment-873107230 # [Codecov](https://codecov.io/gh/apache/pinot/pull/7121?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T

[GitHub] [pinot] codecov-commenter edited a comment on pull request #7121: Implement OIDC auth workflow in UI

2021-07-29 Thread GitBox
codecov-commenter edited a comment on pull request #7121: URL: https://github.com/apache/pinot/pull/7121#issuecomment-873107230 # [Codecov](https://codecov.io/gh/apache/pinot/pull/7121?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T

[GitHub] [pinot] codecov-commenter edited a comment on pull request #7231: moving the map of pinot data type and java type to common util

2021-07-29 Thread GitBox
codecov-commenter edited a comment on pull request #7231: URL: https://github.com/apache/pinot/pull/7231#issuecomment-889490949 # [Codecov](https://codecov.io/gh/apache/pinot/pull/7231?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T

[GitHub] [pinot] codecov-commenter edited a comment on pull request #7231: moving the map of pinot data type and java type to common util

2021-07-29 Thread GitBox
codecov-commenter edited a comment on pull request #7231: URL: https://github.com/apache/pinot/pull/7231#issuecomment-889490949 # [Codecov](https://codecov.io/gh/apache/pinot/pull/7231?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T

[GitHub] [pinot] klsince closed pull request #7224: cast to Number to convert value between numeric types

2021-07-29 Thread GitBox
klsince closed pull request #7224: URL: https://github.com/apache/pinot/pull/7224 -- 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 to the specific comment. To unsubscribe, e-mail: commits-unsubscr

[pinot] branch release-0.8.0-rc updated: [maven-release-plugin] rollback the release of release-0.8.0-rc0

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/release-0.8.0-rc by this push: new b6e7f77 [maven-release-plugin

[pinot] branch release-0.8.0-rc updated (b6e7f77 -> c2f7fcc)

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git. discard b6e7f77 [maven-release-plugin] rollback the release of release-0.8.0-rc0 discard 049cd0d [maven-release-p

[GitHub] [pinot] Aka-shi commented on issue #7229: Pinot Long Term Data Store

2021-07-29 Thread GitBox
Aka-shi commented on issue #7229: URL: https://github.com/apache/pinot/issues/7229#issuecomment-889623343 @sajjad-moradi Our trace data has very high cardinality dimensions(trace_id, span_id, etc,.), so compaction won't give us much benefits here(roll-up ratio would be very poor). It would

[pinot] branch release-0.8.0-rc updated: [maven-release-plugin] prepare release release-0.8.0-rc0

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/release-0.8.0-rc by this push: new ab7c8da [maven-release-plugin

[pinot] branch release-0.8.0-rc updated (ab7c8da -> c2f7fcc)

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git. discard ab7c8da [maven-release-plugin] prepare release release-0.8.0-rc0 This update removed existing revisions fro

[pinot] branch release-0.8.0-rc updated: [maven-release-plugin] prepare release release-0.8.0-rc0

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/release-0.8.0-rc by this push: new a6626ebf [maven-release-plugin

[pinot] annotated tag release-0.8.0-rc0 updated (a6626ebf -> f6b05be)

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a change to annotated tag release-0.8.0-rc0 in repository https://gitbox.apache.org/repos/asf/pinot.git. *** WARNING: tag release-0.8.0-rc0 was modified! *** from a6626ebf (commit) to f6b05be (tag) tagg

[pinot] branch release-0.8.0-rc updated: [maven-release-plugin] prepare for next development iteration

2021-07-29 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch release-0.8.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/release-0.8.0-rc by this push: new 70ea7ed [maven-release-plugin