saurabhd336 commented on code in PR #8669:
URL: https://github.com/apache/pinot/pull/8669#discussion_r869915450
##
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##
@@ -527,7 +527,7 @@ public static class Minion {
public static final String CONFIG_
codecov-commenter commented on PR #8682:
URL: https://github.com/apache/pinot/pull/8682#issuecomment-1123216157
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/8682?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
xiangfu0 opened a new pull request, #8682:
URL: https://github.com/apache/pinot/pull/8682
So it's simpler for users to play around with minion related features
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
saurabhd336 commented on PR #8663:
URL: https://github.com/apache/pinot/pull/8663#issuecomment-1123200743
@sajjad-moradi I had a discussion with @npawar on this, and seems like this
functionality addresses issues arising due to accidental deletion of consuming
segments, and therefore its av
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/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new a12b760b74 Amend schema to add timestamp index d
xiangfu0 merged PR #8679:
URL: https://github.com/apache/pinot/pull/8679
--
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.apach
codecov-commenter commented on PR #8677:
URL: https://github.com/apache/pinot/pull/8677#issuecomment-1123095325
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/8677?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
codecov-commenter commented on PR #8681:
URL: https://github.com/apache/pinot/pull/8681#issuecomment-1123076244
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/8681?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
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 d616a097e5 Add BigDecimal OnHeap/OffHeap mutable
Jackie-Jiang merged PR #8678:
URL: https://github.com/apache/pinot/pull/8678
--
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.a
codecov-commenter commented on PR #8678:
URL: https://github.com/apache/pinot/pull/8678#issuecomment-1123046851
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/8678?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
siddharthteotia commented on PR #8680:
URL: https://github.com/apache/pinot/pull/8680#issuecomment-1123046297
By mistake got created against master. Let's first iterate upon it and
discuss and then create a PR
--
This is an automated message from the Apache Git Service.
To respond to the
siddharthteotia closed pull request #8680: [bugfix] Explain plan improvements
URL: https://github.com/apache/pinot/pull/8680
--
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
codecov-commenter commented on PR #8679:
URL: https://github.com/apache/pinot/pull/8679#issuecomment-1123044677
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/8679?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
somandal opened a new pull request, #8680:
URL: https://github.com/apache/pinot/pull/8680
Improve the accuracy of the Explain plan output. Today Explain plan selects
a single segment to send the request to on the Server side. This segment may be
pruned on the server side or may not match th
klsince commented on issue #8222:
URL: https://github.com/apache/pinot/issues/8222#issuecomment-1123037058
will look
--
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 unsu
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 5135acb95d refine error msg related to segment na
Jackie-Jiang merged PR #8676:
URL: https://github.com/apache/pinot/pull/8676
--
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.a
Jackie-Jiang commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869768587
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3396,6 +3398,42 @@ private void updateSegmentLineageEn
Jackie-Jiang commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869768432
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3396,6 +3398,42 @@ private void updateSegmentLineageEn
Jackie-Jiang commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869768041
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3381,19 +3384,40 @@ public void revertReplaceSegments(
Jackie-Jiang commented on code in PR #8679:
URL: https://github.com/apache/pinot/pull/8679#discussion_r869765652
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/immutable/ImmutableSegmentLoader.java:
##
@@ -158,6 +158,11 @@ public static Immutabl
Jackie-Jiang commented on issue #8222:
URL: https://github.com/apache/pinot/issues/8222#issuecomment-1123026351
@klsince Please take a look at this test and see if it still applies
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
Jackie-Jiang commented on issue #8212:
URL: https://github.com/apache/pinot/issues/8212#issuecomment-1123025248
Duplicate with #8532, fixed in #8675
--
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 t
Jackie-Jiang closed issue #8212:
UpsertTableSegmentUploadIntegrationTest.testSegmentAssignment is flaky
URL: https://github.com/apache/pinot/issues/8212
--
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
xiangfu0 opened a new pull request, #8679:
URL: https://github.com/apache/pinot/pull/8679
Currently, the Timestamp index got dropped when the servers restart or
segments reload from the disk.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
jtao15 commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869761154
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3353,7 +3355,8 @@ public void revertReplaceSegments(String
nizarhejazi opened a new pull request, #8678:
URL: https://github.com/apache/pinot/pull/8678
- Add BigDecimal OnHeap/OffHeap mutable dictionaries
--
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
codecov-commenter commented on PR #8676:
URL: https://github.com/apache/pinot/pull/8676#issuecomment-1123009882
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/8676?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
Jackie-Jiang closed issue #8218: MergeRollupMinionClusterIntegrationTest is
flaky
URL: https://github.com/apache/pinot/issues/8218
--
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 commen
Jackie-Jiang commented on issue #8218:
URL: https://github.com/apache/pinot/issues/8218#issuecomment-1123006479
The root cause is the same as #8265. Closing this one
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
Jackie-Jiang opened a new pull request, #8677:
URL: https://github.com/apache/pinot/pull/8677
Caught by #8265
The root cause is a bug in the `metro-mimepull` library
Upgrade jersey to the latest commonly used version to include the fix
Note that the current jersey version has
[
Jackie-Jiang commented on issue #8265:
URL: https://github.com/apache/pinot/issues/8265#issuecomment-1122992889
This is caused by a bug in the `metro-mimepull` library:
https://github.com/eclipse-ee4j/metro-mimepull/issues/11
--
This is an automated message from the Apache Git Service.
To
klsince opened a new pull request, #8676:
URL: https://github.com/apache/pinot/pull/8676
refine error msg related to segment name generation to be more actionable,
particularly with more context info to help figure out which name generator
type should be used
--
This is an automated mess
jtao15 commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869721248
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3381,19 +3384,40 @@ public void revertReplaceSegments(String
Jackie-Jiang commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869703942
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3381,19 +3384,40 @@ public void revertReplaceSegments(
Jackie-Jiang commented on issue #8641:
URL: https://github.com/apache/pinot/issues/8641#issuecomment-1122898428
@kkrugler
IMO we should definitely fail the task if some segments are not properly
generated. If we only log some warning/error but let the task succeed, very
likely user will
jtao15 commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869696463
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3132,8 +3132,20 @@ public String startReplaceSegments(String
siddharthteotia merged PR #8583:
URL: https://github.com/apache/pinot/pull/8583
--
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...@pino
This is an automated email from the ASF dual-hosted git repository.
siddteotia pushed a commit to branch multi_stage_query_engine
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/multi_stage_query_engine by
this push:
new 77b59bf9
jackjlli commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869695417
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3132,8 +3132,20 @@ public String startReplaceSegments(Stri
jtao15 commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869693925
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3132,8 +3132,20 @@ public String startReplaceSegments(String
Jackie-Jiang commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869693929
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3132,8 +3132,20 @@ public String startReplaceSegments(
Jackie-Jiang merged PR #8675:
URL: https://github.com/apache/pinot/pull/8675
--
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.a
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 f4c85e9596 Fix the flaky UpsertTableSegmentUpload
Jackie-Jiang closed issue #8532:
UpsertTableSegmentUploadIntegrationTest.testSegmentAssignment:190
URL: https://github.com/apache/pinot/issues/8532
--
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 th
jackjlli commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869674942
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3132,8 +3132,20 @@ public String startReplaceSegments(Stri
mneedham commented on PR #8673:
URL: https://github.com/apache/pinot/pull/8673#issuecomment-1122855034
@KKcorps yeh I can add the schema file as an optional parameter. I did
actually have it in there initially but realised that you don't actually
require it to transform the fields
--
Thi
jackjlli commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869674942
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3132,8 +3132,20 @@ public String startReplaceSegments(Stri
Jackie-Jiang commented on code in PR #8653:
URL: https://github.com/apache/pinot/pull/8653#discussion_r869672337
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/util/ZKMetadataUtils.java:
##
@@ -20,58 +20,106 @@
import java.util.HashMap;
import java.
KKcorps commented on code in PR #8674:
URL: https://github.com/apache/pinot/pull/8674#discussion_r869667236
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/PartitionUpsertMetadataManager.java:
##
@@ -246,13 +251,18 @@ public void removeSegment(IndexSeg
This is an automated email from the ASF dual-hosted git repository.
jlli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from abf62f571d fix pruning in expressions by max/min/bloom (#8672)
add 65cecd259e Randomly pick the first URI for RoundR
jackjlli merged PR #8666:
URL: https://github.com/apache/pinot/pull/8666
--
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.apach
KKcorps commented on code in PR #8674:
URL: https://github.com/apache/pinot/pull/8674#discussion_r869662199
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/PartitionUpsertMetadataManager.java:
##
@@ -246,13 +251,18 @@ public void removeSegment(IndexSeg
Jackie-Jiang commented on code in PR #8663:
URL: https://github.com/apache/pinot/pull/8663#discussion_r869650400
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java:
##
@@ -701,7 +702,7 @@ private void createNewSe
siddharthteotia commented on issue #8618:
URL: https://github.com/apache/pinot/issues/8618#issuecomment-1122803861
@vvivekiyer has code changes / prototype in progress along with adding
those concrete details to the design doc for server selection. Will share for
review soon
--
This is
siddharthteotia commented on issue #8607:
URL: https://github.com/apache/pinot/issues/8607#issuecomment-1122802400
Change is in progress
--
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
sajjad-moradi commented on code in PR #8653:
URL: https://github.com/apache/pinot/pull/8653#discussion_r869624998
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/util/ZKMetadataUtils.java:
##
@@ -20,58 +20,106 @@
import java.util.HashMap;
import java
codecov-commenter commented on PR #8675:
URL: https://github.com/apache/pinot/pull/8675#issuecomment-1122787432
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/8675?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
Jackie-Jiang commented on code in PR #8674:
URL: https://github.com/apache/pinot/pull/8674#discussion_r869591842
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/PartitionUpsertMetadataManager.java:
##
@@ -246,13 +251,18 @@ public void removeSegment(Ind
Jackie-Jiang merged PR #8672:
URL: https://github.com/apache/pinot/pull/8672
--
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.a
This is an automated email from the ASF dual-hosted git repository.
jlli pushed a change to branch randomly-pick-endpoint
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 39f40f8e14 Randomly pick the first URI for RoundRobinURIProvider
add ce29ec2825 Randomly pick the fi
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from d208f577ed Adding pinot file system command (#8659)
add abf62f571d fix pruning in expressions by max/min/bloom (#8
Jackie-Jiang closed issue #8671: Pinot is not pruning some`in` expressions when
it can
URL: https://github.com/apache/pinot/issues/8671
--
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 c
Jackie-Jiang commented on PR #8672:
URL: https://github.com/apache/pinot/pull/8672#issuecomment-1122752607
> It might be my misunderstanding, but why would there be a situation that
data source indicates a min/max value between `(5, 10)`, yet the same
datasource bloom filter suggest it can
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/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new d208f577ed Adding pinot file system command (#86
xiangfu0 merged PR #8659:
URL: https://github.com/apache/pinot/pull/8659
--
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.apach
Jackie-Jiang commented on code in PR #8667:
URL: https://github.com/apache/pinot/pull/8667#discussion_r869576260
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -3132,8 +3132,20 @@ public String startReplaceSegments(
jackjlli commented on code in PR #8666:
URL: https://github.com/apache/pinot/pull/8666#discussion_r869572957
##
pinot-common/src/test/java/org/apache/pinot/common/utils/RoundRobinURIProviderTest.java:
##
@@ -50,128 +52,135 @@ public void testHostAddressRoundRobin()
mock.whe
Jackie-Jiang commented on code in PR #8653:
URL: https://github.com/apache/pinot/pull/8653#discussion_r869568425
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/util/ZKMetadataUtils.java:
##
@@ -20,58 +20,106 @@
import java.util.HashMap;
import java.
Jackie-Jiang opened a new pull request, #8675:
URL: https://github.com/apache/pinot/pull/8675
Fix #8532
Also clean up the segment upload helper function to allow uploading realtime
segments
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
sajjad-moradi commented on code in PR #8653:
URL: https://github.com/apache/pinot/pull/8653#discussion_r869500732
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/util/ZKMetadataUtils.java:
##
@@ -20,58 +20,106 @@
import java.util.HashMap;
import java
kkrugler commented on issue #8641:
URL: https://github.com/apache/pinot/issues/8641#issuecomment-1122687034
@Jackie-Jiang - that does seem much cleaner.
When you say `fail the task with all the failed segments returned` are you
saying the thrown exception should contain a message with
saurabhd336 closed pull request #8651: Fix minion health check endpoint
URL: https://github.com/apache/pinot/pull/8651
--
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 unsubs
Jackie-Jiang commented on code in PR #8669:
URL: https://github.com/apache/pinot/pull/8669#discussion_r869491638
##
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##
@@ -527,7 +527,7 @@ public static class Minion {
public static final String CONFIG
atris merged PR #8636:
URL: https://github.com/apache/pinot/pull/8636
--
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.apache.o
This is an automated email from the ASF dual-hosted git repository.
atri 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 497d0517ab Introduce Real Time Native Text Index (#
Jackie-Jiang commented on code in PR #8666:
URL: https://github.com/apache/pinot/pull/8666#discussion_r869448228
##
pinot-common/src/test/java/org/apache/pinot/common/utils/RoundRobinURIProviderTest.java:
##
@@ -50,128 +52,135 @@ public void testHostAddressRoundRobin()
mock
vvivekiyer commented on code in PR #8654:
URL: https://github.com/apache/pinot/pull/8654#discussion_r869448335
##
pinot-plugins/pinot-file-system/pinot-adls/src/main/java/org/apache/pinot/plugin/filesystem/ADLSGen2PinotFS.java:
##
@@ -128,21 +148,54 @@ public void init(PinotConf
Jackie-Jiang commented on PR #8636:
URL: https://github.com/apache/pinot/pull/8636#issuecomment-1122597936
> Regards to the Analyser, I looked at the core Lucene class and also did
some benchmarking -- due to the fact that only one thread is writing to a
single mutable FST at any given poin
Jackie-Jiang commented on code in PR #8636:
URL: https://github.com/apache/pinot/pull/8636#discussion_r869423892
##
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/realtime/impl/invertedindex/NativeAndLuceneMutableTextIndexTest.java:
##
@@ -0,0 +1,107 @@
+/**
+
suddendust commented on PR #8658:
URL: https://github.com/apache/pinot/pull/8658#issuecomment-1122483356
@Jackie-Jiang Requesting re-review, 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 above to go
codecov-commenter commented on PR #8674:
URL: https://github.com/apache/pinot/pull/8674#issuecomment-1122411540
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/8674?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
saurabhd336 commented on code in PR #8663:
URL: https://github.com/apache/pinot/pull/8663#discussion_r869242329
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentStateResource.java:
##
@@ -0,0 +1,144 @@
+/**
+ * Licensed to the Apache Softwa
saurabhd336 commented on code in PR #8663:
URL: https://github.com/apache/pinot/pull/8663#discussion_r869241910
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentStateResource.java:
##
@@ -0,0 +1,144 @@
+/**
+ * Licensed to the Apache Softwa
saurabhd336 commented on code in PR #8663:
URL: https://github.com/apache/pinot/pull/8663#discussion_r869241337
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentStateResource.java:
##
@@ -0,0 +1,144 @@
+/**
+ * Licensed to the Apache Softwa
KKcorps commented on PR #8674:
URL: https://github.com/apache/pinot/pull/8674#issuecomment-1122353725
@Jackie-Jiang Should we store primary key columns in segment metadata as
well?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
KKcorps opened a new pull request, #8674:
URL: https://github.com/apache/pinot/pull/8674
This PR improves the performance segment removal from upsert metadata.
Currently, we iterate upon whole state to check for matching primary keys to
doc ids in segment. We can improve this by iterating u
KKcorps commented on PR #8673:
URL: https://github.com/apache/pinot/pull/8673#issuecomment-1122277471
Is it also possible to add schema as an option to this? There are a few
cases where schema also interferes with transform values. I have run into such
errors when using `JSON` field in sche
codecov-commenter commented on PR #8673:
URL: https://github.com/apache/pinot/pull/8673#issuecomment-1122276744
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/8673?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
KKcorps commented on PR #8672:
URL: https://github.com/apache/pinot/pull/8672#issuecomment-1122215557
LGTM!
--
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,
mneedham opened a new pull request, #8673:
URL: https://github.com/apache/pinot/pull/8673
When I'm working with nested JSON documents it's a bit difficult to figure
out exactly what the end result of a batch/streaming ingestion is gonna be,
especially if you're using `complexConfig` or tran
stym06 commented on PR #8661:
URL: https://github.com/apache/pinot/pull/8661#issuecomment-1122208430
Acknowledged. Let me see
--
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 #8670:
URL: https://github.com/apache/pinot/pull/8670#issuecomment-1122150383
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/8670?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
gortiz opened a new pull request, #8672:
URL: https://github.com/apache/pinot/pull/8672
This PR fixes #8671
--
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,
gortiz opened a new issue, #8671:
URL: https://github.com/apache/pinot/issues/8671
By reading this test, is clear that there are some cases where Pinot is not
pruning expressions it can prune. Specifically:
1. If all values are outside the max/min range but at least one was in the
bl
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a change to branch pinot-flexible-auth-provider
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 3d5f10c2f8 test cleanup
add 15acfde711 review cleanup
No new revisions were added by this
apucher opened a new pull request, #8670:
URL: https://github.com/apache/pinot/pull/8670
This PR adds support for a pluggable client auth providers which enables
pinot components (controller, server, minion) to use dynamically changing
tokens such as kubernetes service account JWTs. The imp
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a commit to branch pinot-flexible-auth-provider
in repository https://gitbox.apache.org/repos/asf/pinot.git
commit 3d5f10c2f83e26b12a9b6b0d574ad32211b0
Author: Alexander Pucher
AuthorDate: Tue May 10 01:11:24
This is an automated email from the ASF dual-hosted git repository.
apucher pushed a change to branch pinot-flexible-auth-provider
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 8ecba358ca auth provider round 2
new 829995430b integration test
new 3d5f10c2f8 test c
1 - 100 of 106 matches
Mail list logo