gortiz commented on code in PR #10757:
URL: https://github.com/apache/pinot/pull/10757#discussion_r1192127114
##
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/reader/H3IndexResolution.java:
##
@@ -73,4 +74,21 @@ public List getResolutions() {
public int g
ankitsultana commented on code in PR #10752:
URL: https://github.com/apache/pinot/pull/10752#discussion_r1192543509
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java:
##
@@ -1438,9 +1441,13 @@ public void upload
INNOCENT-BOY opened a new pull request, #10759:
URL: https://github.com/apache/pinot/pull/10759
When we tried to add segmentAssignmentConfigMap to tableConfig, we found
that property segmentAssignmentStrategy can't be parsed. After debugging, we
found the key ''segmentAssignmentStrategy'' w
codecov-commenter commented on PR #10759:
URL: https://github.com/apache/pinot/pull/10759#issuecomment-1546046017
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10759?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache
walterddr opened a new pull request, #10760:
URL: https://github.com/apache/pinot/pull/10760
this is a follow up on comments on #10711
--
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
walterddr commented on code in PR #10760:
URL: https://github.com/apache/pinot/pull/10760#discussion_r1192630013
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MailboxSendOperator.java:
##
@@ -125,24 +126,25 @@ public String toExplainString() {
walterddr commented on code in PR #10760:
URL: https://github.com/apache/pinot/pull/10760#discussion_r1192630337
##
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/operator/MailboxSendOperatorTest.java:
##
@@ -150,6 +150,12 @@ public void shouldSendDataBlock()
walterddr opened a new pull request, #10761:
URL: https://github.com/apache/pinot/pull/10761
this is to address the sending mailbox blocking the entire opChain without
yielding problem.
depend on #10760
--
This is an automated message from the Apache Git Service.
To respond to
xiangfu0 commented on code in PR #10760:
URL: https://github.com/apache/pinot/pull/10760#discussion_r1192695138
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MailboxSendOperator.java:
##
@@ -128,21 +129,21 @@ protected TransferableBlock getNextBloc
codecov-commenter commented on PR #10760:
URL: https://github.com/apache/pinot/pull/10760#issuecomment-1546148983
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10760?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache
xiangfu0 merged PR #10594:
URL: https://github.com/apache/pinot/pull/10594
--
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.
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 9e1160272a [feature] [null support # 8] Support
61yao commented on code in PR #10598:
URL: https://github.com/apache/pinot/pull/10598#discussion_r1192746673
##
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/DateTimeConversionTransformFunction.java:
##
@@ -106,8 +107,8 @@ public void init(List argum
walterddr commented on code in PR #10761:
URL: https://github.com/apache/pinot/pull/10761#discussion_r1192826109
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/exchange/ExchangeService.java:
##
@@ -0,0 +1,60 @@
+package org.apache.pinot.query.runtim
jasperjiaguo opened a new issue, #10762:
URL: https://github.com/apache/pinot/issues/10762
see
https://github.com/apache/pinot/blob/9e1160272aec88591d9e768d15104b72521b2ffb/pinot-core/src/test/java/org/apache/pinot/core/common/datablock/DataBlockTest.java#L104
--
This is an automated mess
abhioncbr opened a new pull request, #10763:
URL: https://github.com/apache/pinot/pull/10763
- handling the `json` data type in a multistage query engine. as per the
[comment](https://github.com/apache/pinot/issues/10205#issuecomment-1543278577)
- returning the meaningful error msg for u
kishoreg commented on PR #10763:
URL: https://github.com/apache/pinot/pull/10763#issuecomment-1546516472
LGTM.. lets add a test case
--
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
codecov-commenter commented on PR #10763:
URL: https://github.com/apache/pinot/pull/10763#issuecomment-1546522327
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/10763?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
18 matches
Mail list logo