xiangfu0 commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190655200
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/PlanFragmentMetadata.java:
##
@@ -0,0 +1,28 @@
+/**
+ * Licensed to the Apache Software Foundation
KKcorps commented on code in PR #10047:
URL: https://github.com/apache/pinot/pull/10047#discussion_r1190648093
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/immutable/ImmutableSegmentImpl.java:
##
@@ -159,7 +159,11 @@ public void deleteValidDoc
kishoreg commented on issue #10205:
URL: https://github.com/apache/pinot/issues/10205#issuecomment-1543278577
We should support it.. and use String for json
On Wed, May 10, 2023 at 7:55 PM Abhishek Sharma ***@***.***>
wrote:
> I am taking up this issue. thanks
>
> —
abhioncbr commented on issue #10205:
URL: https://github.com/apache/pinot/issues/10205#issuecomment-1543256954
I am taking up this issue. 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 to th
xiangfu0 merged PR #10748:
URL: https://github.com/apache/pinot/pull/10748
--
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
walterddr opened a new issue, #10755:
URL: https://github.com/apache/pinot/issues/10755
Hi All,
we were discussing the threading model of the current V2 engine execution
runtime and we observed several issues
Issues
===
1. under high QPS environment we have many thread conte
This is an automated email from the ASF dual-hosted git repository.
siddteotia 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 3a8c578020 Return 503 for all interrupted que
siddharthteotia merged PR #10683:
URL: https://github.com/apache/pinot/pull/10683
--
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...@pi
walterddr commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190449311
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/PlanFragmentMetadata.java:
##
@@ -0,0 +1,28 @@
+/**
+ * Licensed to the Apache Software Foundation
codecov-commenter commented on PR #10754:
URL: https://github.com/apache/pinot/pull/10754#issuecomment-1542872441
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10754?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache
jtao15 closed pull request #10754: Keep last completed segments for retention
URL: https://github.com/apache/pinot/pull/10754
--
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
jtao15 opened a new pull request, #10754:
URL: https://github.com/apache/pinot/pull/10754
Do not delete last completed segments in retention manager such that there's
no issue to create new consuming segments (e.g. the table is paused).
--
This is an automated message from the Apache
xiangfu0 commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190393649
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/SubPlanMetadata.java:
##
@@ -0,0 +1,59 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF)
xiangfu0 commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190390158
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/PlanFragmentMetadata.java:
##
@@ -0,0 +1,46 @@
+/**
+ * Licensed to the Apache Software Foundation
xiangfu0 commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190350083
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/DispatchablePlanFragment.java:
##
@@ -0,0 +1,121 @@
+/**
+ * Licensed to the Apache Software Founda
walterddr commented on code in PR #10683:
URL: https://github.com/apache/pinot/pull/10683#discussion_r1190345922
##
pinot-common/src/main/java/org/apache/pinot/common/exception/QueryException.java:
##
@@ -54,7 +54,7 @@ public static void setMaxLinesOfStackTrace(int
maxLinesOfSt
This is an automated email from the ASF dual-hosted git repository.
rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 1763e70f79 Minor Realtime Segment Commit Upload Improvements (#10725)
add 738e607106 Make the TimeUnit in the DATET
walterddr merged PR #10750:
URL: https://github.com/apache/pinot/pull/10750
--
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.ap
xiangfu0 commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190344319
##
pinot-query-planner/src/main/java/org/apache/pinot/query/QueryEnvironment.java:
##
@@ -155,9 +157,12 @@ public QueryPlannerResult planQuery(String sqlQuery,
SqlNod
xiangfu0 commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190343118
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/plannode/ExchangeNode.java:
##
@@ -46,11 +47,14 @@ public class ExchangeNode extends AbstractPlanNo
xiangfu0 commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190307480
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/DispatchablePlanFragment.java:
##
@@ -0,0 +1,121 @@
+/**
+ * Licensed to the Apache Software Founda
sylph-eu commented on PR #10746:
URL: https://github.com/apache/pinot/pull/10746#issuecomment-1542681707
Could anyone trigger unit tests?
--
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 speci
chenboat merged PR #10725:
URL: https://github.com/apache/pinot/pull/10725
--
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
This is an automated email from the ASF dual-hosted git repository.
tingchen 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 1763e70f79 Minor Realtime Segment Commit Upload
jasperjiaguo commented on code in PR #10683:
URL: https://github.com/apache/pinot/pull/10683#discussion_r1190134455
##
pinot-common/src/main/java/org/apache/pinot/common/exception/QueryException.java:
##
@@ -54,7 +54,7 @@ public static void setMaxLinesOfStackTrace(int
maxLinesO
walterddr commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190225347
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/plannode/ExchangeNode.java:
##
@@ -46,11 +47,14 @@ public class ExchangeNode extends AbstractPlanN
walterddr commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190224594
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/PinotDispatchPlanner.java:
##
@@ -0,0 +1,93 @@
+/**
+ * Licensed to the Apache Software F
walterddr commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190223598
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/DispatchablePlanVisitor.java:
##
@@ -41,52 +40,13 @@ public class DispatchablePlanVisitor
walterddr commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r119029
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/logical/RelToStageConverter.java:
##
@@ -18,8 +18,11 @@
*/
package org.apache.pinot.query.plann
walterddr commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190220674
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/logical/PinotLogicalQueryPlanner.java:
##
@@ -0,0 +1,161 @@
+/**
+ * Licensed to the Apache Softwa
walterddr commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190219754
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/logical/PinotLogicalQueryPlanner.java:
##
@@ -0,0 +1,161 @@
+/**
+ * Licensed to the Apache Softwa
walterddr commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190194915
##
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java:
##
@@ -175,7 +175,7 @@ private BrokerResponse handleRequest(
deemoliu commented on code in PR #10047:
URL: https://github.com/apache/pinot/pull/10047#discussion_r1190181375
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/immutable/ImmutableSegmentImpl.java:
##
@@ -159,7 +159,11 @@ public void deleteValidDo
walterddr commented on code in PR #10748:
URL: https://github.com/apache/pinot/pull/10748#discussion_r1190194491
##
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java:
##
@@ -175,7 +175,7 @@ private BrokerResponse handleRequest(
walterddr commented on code in PR #10723:
URL: https://github.com/apache/pinot/pull/10723#discussion_r1190193650
##
kubernetes/helm/index.yaml:
##
@@ -1,6 +1,34 @@
apiVersion: v1
entries:
pinot:
+ - apiVersion: v1
+appVersion: 0.2.7
+created: "2023-05-04T20:38:46.9
deemoliu commented on code in PR #10047:
URL: https://github.com/apache/pinot/pull/10047#discussion_r1190181375
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/indexsegment/immutable/ImmutableSegmentImpl.java:
##
@@ -159,7 +159,11 @@ public void deleteValidDo
jasperjiaguo commented on code in PR #10683:
URL: https://github.com/apache/pinot/pull/10683#discussion_r1190134455
##
pinot-common/src/main/java/org/apache/pinot/common/exception/QueryException.java:
##
@@ -54,7 +54,7 @@ public static void setMaxLinesOfStackTrace(int
maxLinesO
This is an automated email from the ASF dual-hosted git repository.
saurabhd336 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 4f5030530f Add request id to the V2 broker response (#10706)
add cb0ffc0307 Fix githubEvents table for quicks
saurabhd336 merged PR #10716:
URL: https://github.com/apache/pinot/pull/10716
--
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.
abhioncbr commented on issue #10736:
URL: https://github.com/apache/pinot/issues/10736#issuecomment-1542249726
We can close this issue. 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 to the
codecov-commenter commented on PR #10748:
URL: https://github.com/apache/pinot/pull/10748#issuecomment-1541585370
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10748?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache
jvenant commented on code in PR #10731:
URL: https://github.com/apache/pinot/pull/10731#discussion_r1189460970
##
pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/test/java/org/apache/pinot/plugin/minion/tasks/segmentgenerationandpush/SegmentGenerationAndPushTaskGenerator
jvenant commented on code in PR #10731:
URL: https://github.com/apache/pinot/pull/10731#discussion_r1189460774
##
pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/segmentgenerationandpush/SegmentGenerationAndPushTaskExecutor.
43 matches
Mail list logo