codecov-commenter commented on PR #10930:
URL: https://github.com/apache/pinot/pull/10930#issuecomment-1594177962
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10930?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
ankitsultana opened a new pull request, #10930:
URL: https://github.com/apache/pinot/pull/10930
Saw this when fixing tpch tests. Logging entire plan can be dangerous in
production scenarios (plans are usually large)
cc: @walterddr
--
This is an automated message from the Apache Gi
eaugene commented on issue #10923:
URL: https://github.com/apache/pinot/issues/10923#issuecomment-1594138286
Yes, @travis-cook-sfdc. That is possible
--
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
This is an automated email from the ASF dual-hosted git repository.
mcvsubbu 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 85bb1fab54 Change list.of to immutableList.of t
mcvsubbu merged PR #10929:
URL: https://github.com/apache/pinot/pull/10929
--
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.apa
codecov-commenter commented on PR #10929:
URL: https://github.com/apache/pinot/pull/10929#issuecomment-1594007095
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10929?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
vvivekiyer opened a new pull request, #10929:
URL: https://github.com/apache/pinot/pull/10929
Fix test to make it java 8 compatible.
--
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 specif
chenboat commented on code in PR #10915:
URL: https://github.com/apache/pinot/pull/10915#discussion_r1231686445
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java:
##
@@ -395,6 +402,18 @@ protected void finishOperat
chenboat commented on code in PR #10915:
URL: https://github.com/apache/pinot/pull/10915#discussion_r1231681071
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ConcurrentMapPartitionUpsertMetadataManager.java:
##
@@ -55,12 +64,17 @@ public class Concur
chenboat commented on code in PR #10915:
URL: https://github.com/apache/pinot/pull/10915#discussion_r1231680171
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ConcurrentMapPartitionUpsertMetadataManager.java:
##
@@ -243,6 +295,47 @@ protected GenericR
chenboat commented on code in PR #10915:
URL: https://github.com/apache/pinot/pull/10915#discussion_r1231677527
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ConcurrentMapPartitionUpsertMetadataManager.java:
##
@@ -181,6 +210,29 @@ protected void rem
chenboat commented on code in PR #10915:
URL: https://github.com/apache/pinot/pull/10915#discussion_r1231674612
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ConcurrentMapPartitionUpsertMetadataManager.java:
##
@@ -243,6 +295,47 @@ protected GenericR
chenboat commented on code in PR #10915:
URL: https://github.com/apache/pinot/pull/10915#discussion_r1231673523
##
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/UpsertTTLConfig.java:
##
@@ -0,0 +1,76 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under
codecov-commenter commented on PR #10928:
URL: https://github.com/apache/pinot/pull/10928#issuecomment-1593894851
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10928?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
codecov-commenter commented on PR #10927:
URL: https://github.com/apache/pinot/pull/10927#issuecomment-1593889477
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10927?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
dario-liberman commented on PR #10867:
URL: https://github.com/apache/pinot/pull/10867#issuecomment-1593886945
Please find proposed documentation here:
https://github.com/pinot-contrib/pinot-docs/pull/187
--
This is an automated message from the Apache Git Service.
To respond to the messa
mcvsubbu commented on issue #10452:
URL: https://github.com/apache/pinot/issues/10452#issuecomment-1593878626
> @Jackie-Jiang @npawar @yupeng9 @mcvsubbu Here is the updated design
proposal for this issue -
[design](https://docs.google.com/document/d/19s1AHCRjmqeVa0z_djYBTAt_meg6qWcUxwRO3y-G
Jackie-Jiang commented on PR #10928:
URL: https://github.com/apache/pinot/pull/10928#issuecomment-1593875061
cc @deemoliu
--
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.
T
Jackie-Jiang opened a new pull request, #10928:
URL: https://github.com/apache/pinot/pull/10928
Fix #10800
- Track all the segments managed by the `BasePartitionUpsertMetadataManager`
- Remove the tracking for replaced segments because that can be replaced by
tracking all the segme
deemoliu opened a new pull request, #10927:
URL: https://github.com/apache/pinot/pull/10927
`refactor`: POC for improving disk read for partial upsert handler
- The current Partial upsert handler read all columns of prev and new value.
- To reduce num of column read, refactored the
xiangfu0 commented on issue #10919:
URL: https://github.com/apache/pinot/issues/10919#issuecomment-1593813274
Here are some takes from my side:
High level principals:
- CPU solution
- KNN search has to be a distributed solution
- The minimal search space is considered within one s
xiangfu0 commented on issue #10919:
URL: https://github.com/apache/pinot/issues/10919#issuecomment-1593802400
cc: @kkrugler
--
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.
codecov-commenter commented on PR #10926:
URL: https://github.com/apache/pinot/pull/10926#issuecomment-1593781079
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10926?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
codecov-commenter commented on PR #10925:
URL: https://github.com/apache/pinot/pull/10925#issuecomment-1593716324
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10925?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
priyen opened a new pull request, #10926:
URL: https://github.com/apache/pinot/pull/10926
[wip]
Instructions:
1. The PR has to be tagged with at least one of the following labels (*):
1. `feature`
2. `bugfix`
3. `performance`
4. `ui`
5. `backward-incomp
priyen closed pull request #9883: Distinct Count HLL pre-aggregation in
realtime segments
URL: https://github.com/apache/pinot/pull/9883
--
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
joshigaurava opened a new pull request, #10925:
URL: https://github.com/apache/pinot/pull/10925
`ui` `feature`
This change updates the AuthProvider logic to decode the access token and
extract user name and email. This information will now be available in the app
for features to cons
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new f1966d9fa0 [Multi-stage] Support partition based
Jackie-Jiang merged PR #10886:
URL: https://github.com/apache/pinot/pull/10886
--
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
lucifer4j opened a new issue, #10924:
URL: https://github.com/apache/pinot/issues/10924
Hi! I are trying to implement the PinotClientTransport interface as a part
of creating a Vert.x Client adapter for the Pinot client. There are two changes
we have identified so far that can help move in
jasperjiaguo commented on issue #10919:
URL: https://github.com/apache/pinot/issues/10919#issuecomment-1593539838
@Aravind-Suresh Exactly. I've also been using
[llama_index](https://github.com/jerryjliu/llama_index) and langchain with
chatgpt apis. I think one usability addition to this fea
kishoreg commented on issue #10919:
URL: https://github.com/apache/pinot/issues/10919#issuecomment-1593493167
cc @KKcorps who is also thinking about it.
--
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
Aravind-Suresh commented on issue #10919:
URL: https://github.com/apache/pinot/issues/10919#issuecomment-1593475379
Thanks for the inputs @siddharthteotia @jasperjiaguo - yes, given the high
dimensionality of the embeddings (OpenAI-davinci embeddings are >12k in
dimensions), it's practical
jasperjiaguo commented on issue #10919:
URL: https://github.com/apache/pinot/issues/10919#issuecomment-1593447601
Recommendation systems and Language Model (LLM) applications often utilize
high-dimensional vector spaces to represent complex data like user profiles or
linguistic patterns. Si
codecov-commenter commented on PR #10922:
URL: https://github.com/apache/pinot/pull/10922#issuecomment-1593436893
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10922?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
travis-cook-sfdc opened a new issue, #10923:
URL: https://github.com/apache/pinot/issues/10923
As far as I know, the best way to update the `retentionTimeValue` would be
to drop the table, recreate it with a different time value and then rerun a
metadataPush job, but that seems like a lot o
dependabot[bot] opened a new pull request, #10922:
URL: https://github.com/apache/pinot/pull/10922
Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.8.2 to
1.1.10.1.
Release notes
Sourced from https://github.com/xerial/snappy-java/releases";>snappy-java's
release
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.xerial.snappy-snappy-java-1.1.10.1
in repository https://gitbox.apache.org/repos/asf/pinot.git
at 0d96cec1ac Bump snappy-java from 1.1.8.2 to 1.1.10.1
No new revi
ege-st opened a new issue, #10921:
URL: https://github.com/apache/pinot/issues/10921
Syntax error messages are very hard to read. Usually, they are just stack
traces from Calcite along with an HTTP Code 200. This creates a very confusing
message for users: a stack trace tells the user that
ege-st commented on issue #10907:
URL: https://github.com/apache/pinot/issues/10907#issuecomment-1593143788
> Ideally, we want a fail fast behavior for a NULL support enabled query
over NULL support disabled segments.
>
> In reality, we don't fail fast: if a query is mis-configured, t
abhioncbr commented on issue #10919:
URL: https://github.com/apache/pinot/issues/10919#issuecomment-1593068427
This is interesting. +1
--
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
codecov-commenter commented on PR #10920:
URL: https://github.com/apache/pinot/pull/10920#issuecomment-1592996461
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10920?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
siddharthteotia commented on issue #10919:
URL: https://github.com/apache/pinot/issues/10919#issuecomment-1592973429
Would love to collaborate on this.
--
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 g
siddharthteotia commented on issue #10919:
URL: https://github.com/apache/pinot/issues/10919#issuecomment-1592971805
Glad to see there are others thinking about this as well.
I had recently created a short internal proposal on why a case can be made
for vector storage and indexing in
dependabot[bot] closed pull request #10913: Bump guava from 30.1.1-jre to
32.0.0-jre
URL: https://github.com/apache/pinot/pull/10913
--
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
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.guava-guava-32.0.0-jre
in repository https://gitbox.apache.org/repos/asf/pinot.git
was b1fc1540e0 Bump guava from 30.1.1-jre to 32.0.0-jre
The revisions tha
dependabot[bot] commented on PR #10913:
URL: https://github.com/apache/pinot/pull/10913#issuecomment-1592931585
Superseded by #10920.
--
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
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.guava-guava-32.0.1-jre
in repository https://gitbox.apache.org/repos/asf/pinot.git
at 15d01ee44a Bump guava from 30.1.1-jre to 32.0.1-jre
No new revisions
dependabot[bot] opened a new pull request, #10920:
URL: https://github.com/apache/pinot/pull/10920
Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 32.0.1-jre.
Release notes
Sourced from https://github.com/google/guava/releases";>guava's releases.
32.0.1
M
Aravind-Suresh opened a new issue, #10919:
URL: https://github.com/apache/pinot/issues/10919
Creating this issue to initiate discussions about supporting vector
embeddings in Pinot.
This
[write-up](https://docs.google.com/document/d/1aiXPbwK4rU_YdfMPt3K752SuCMy8KQehqM4ltPg9juE/edit)
codecov-commenter commented on PR #10918:
URL: https://github.com/apache/pinot/pull/10918#issuecomment-1592732040
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10918?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
ankitsultana opened a new pull request, #10918:
URL: https://github.com/apache/pinot/pull/10918
- [x] Setup tables with very little data
- [ ] Stabilize the test
- [ ] Add tpch queries
- [ ] Add final data
cc: @walterddr @kishoreg
--
This is an automated message from the A
52 matches
Mail list logo