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
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()
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 @@
+
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.
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
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
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 @@
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 @@
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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() {
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
63 matches
Mail list logo