walterddr commented on code in PR #10451:
URL: https://github.com/apache/pinot/pull/10451#discussion_r1155062405
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java:
##
@@ -635,8 +635,8 @@ public ServerReloadControllerJobS
walterddr commented on code in PR #10451:
URL: https://github.com/apache/pinot/pull/10451#discussion_r1155062021
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java:
##
@@ -255,6 +255,8 @@ public PinotHelixResourceManager(Contr
walterddr commented on code in PR #10384:
URL: https://github.com/apache/pinot/pull/10384#discussion_r1155060974
##
pinot-common/src/main/java/org/apache/pinot/common/datatable/DataTable.java:
##
@@ -137,6 +137,7 @@ enum MetadataKey {
// We keep this constant to track the m
walterddr commented on code in PR #10473:
URL: https://github.com/apache/pinot/pull/10473#discussion_r1155060568
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MailboxSendOperator.java:
##
@@ -151,10 +152,20 @@ protected TransferableBlock getNextBlo
This is an automated email from the ASF dual-hosted git repository.
sajjad 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 d7411c5d38 Fix ramping delay caused by long lasti
sajjad-moradi merged PR #10418:
URL: https://github.com/apache/pinot/pull/10418
--
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.
rongr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 60ee5eb0e8 Allow ValueBlock length to increase in TransformFunction
(#10515)
add 7a89a4d13b Fix shading in spark2
walterddr merged PR #10490:
URL: https://github.com/apache/pinot/pull/10490
--
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
jugomezv commented on PR #10418:
URL: https://github.com/apache/pinot/pull/10418#issuecomment-1492733456
failing integration test passing on my env, forced committed to rerun tests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
abhioncbr commented on issue #10252:
URL: https://github.com/apache/pinot/issues/10252#issuecomment-1492695625
Hi @61yao, Can I pick up the work for Null support in the conditional
operator? I would like to give it a try, It's related to 1053
--
This is an automated message from the Apach
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 60ee5eb0e8 Allow ValueBlock length to increase in
Jackie-Jiang merged PR #10515:
URL: https://github.com/apache/pinot/pull/10515
--
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
jugomezv commented on code in PR #10418:
URL: https://github.com/apache/pinot/pull/10418#discussion_r1154955282
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManager.java:
##
@@ -527,9 +527,12 @@ private boolean processStreamEvents(
jugomezv commented on code in PR #10418:
URL: https://github.com/apache/pinot/pull/10418#discussion_r1154950496
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManager.java:
##
@@ -618,14 +618,18 @@ private boolean processStreamEvents
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 26a6c50180 Use string as default compatible type for coalesce (#10516)
add 32eda70f6e Use threadlocal variable for
Jackie-Jiang merged PR #10502:
URL: https://github.com/apache/pinot/pull/10502
--
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
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 f69557e325 Complete index spi (#10184)
add 26a6c50180 Use string as default compatible type for coalesce (#10516)
Jackie-Jiang merged PR #10516:
URL: https://github.com/apache/pinot/pull/10516
--
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
walterddr commented on issue #10498:
URL: https://github.com/apache/pinot/issues/10498#issuecomment-1492648937
Do we have any detailed SQL and data example on the problem statement of
this optimization. Specifically, for "large group-by": Are we specifically
targeting high cardinality group
Jackie-Jiang commented on code in PR #10515:
URL: https://github.com/apache/pinot/pull/10515#discussion_r1154927319
##
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/GroovyTransformFunction.java:
##
@@ -429,13 +408,11 @@ public double[][] transformToD
Jackie-Jiang commented on code in PR #10515:
URL: https://github.com/apache/pinot/pull/10515#discussion_r1154925954
##
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/BaseTransformFunction.java:
##
@@ -122,12 +121,16 @@ public int[][] transformToDictId
jugomezv commented on code in PR #10418:
URL: https://github.com/apache/pinot/pull/10418#discussion_r1154923326
##
pinot-spi/src/main/java/org/apache/pinot/spi/stream/MessageBatch.java:
##
@@ -116,4 +116,14 @@ default StreamPartitionMsgOffset getOffsetOfNextBatch() {
default
npawar merged PR #10184:
URL: https://github.com/apache/pinot/pull/10184
--
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
npawar commented on code in PR #10184:
URL: https://github.com/apache/pinot/pull/10184#discussion_r1153911248
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/inv/BitSlicedRangeIndexCreator.java:
##
@@ -40,12 +40,15 @@ public class BitSlic
klsince commented on code in PR #10184:
URL: https://github.com/apache/pinot/pull/10184#discussion_r1154757602
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/bloomfilter/BloomFilterHandler.java:
##
@@ -264,51 +265,42 @@ private void
cre
This is an automated email from the ASF dual-hosted git repository.
snlee 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 6e9bfb18b3 Allow empty segmentsTo for segment repl
snleee merged PR #10511:
URL: https://github.com/apache/pinot/pull/10511
--
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
xiangfu0 merged PR #10517:
URL: https://github.com/apache/pinot/pull/10517
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 660d3fd02f [multistage] Initial (phase 1) Query runtime for window
functions with ORDER BY within the OVER() clause (
Jayesh-Asrani commented on issue #10518:
URL: https://github.com/apache/pinot/issues/10518#issuecomment-1492138500
@npawar / @jayeshchoudhary Small UI issue on Query Console
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
Jayesh-Asrani opened a new issue, #10518:
URL: https://github.com/apache/pinot/issues/10518
Pinot Controler UI : If the table name is large the name is not aligned on
query console.
We loose the search column functionality as a result of this
 were added to refs/heads/master by this push:
new 660d3fd02f [multistage] Initial (phase 1) Query ru
walterddr merged PR #10449:
URL: https://github.com/apache/pinot/pull/10449
--
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
This is an automated email from the ASF dual-hosted git repository.
rongr 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 48deafdf94 create segment zk metadata cache (#1045
walterddr merged PR #10455:
URL: https://github.com/apache/pinot/pull/10455
--
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
walterddr commented on issue #10499:
URL: https://github.com/apache/pinot/issues/10499#issuecomment-1492023817
as a longer-term solution we are also planning to change the dispatch
mechanism in routing manager to include partition to segment list mapping so
this decision can be made on serv
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/docker/images/pinot-superset/redis-4.5.4
in repository https://gitbox.apache.org/repos/asf/pinot.git
at d838215f08 Bump redis from 4.5.3 to 4.5.4 in
/docker/images/pino
dependabot[bot] opened a new pull request, #10517:
URL: https://github.com/apache/pinot/pull/10517
Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.4.
Release notes
Sourced from https://github.com/redis/redis-py/releases";>redis's releases.
4.5.4
Changes
abhioncbr commented on issue #10513:
URL: https://github.com/apache/pinot/issues/10513#issuecomment-1491672075
Thanks, @61yao for the information and for sharing the design doc. Let me
know, if I can pick/contribute some work. Thanks
--
This is an automated message from the Apache Git Ser
KKcorps commented on code in PR #10473:
URL: https://github.com/apache/pinot/pull/10473#discussion_r1154199486
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MultiStageOperator.java:
##
@@ -39,21 +35,18 @@ public abstract class MultiStageOperator im
xiangfu0 commented on code in PR #10515:
URL: https://github.com/apache/pinot/pull/10515#discussion_r1154111743
##
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/InTransformFunction.java:
##
@@ -139,13 +139,11 @@ public TransformResultMetadata getResu
xiangfu0 commented on code in PR #10515:
URL: https://github.com/apache/pinot/pull/10515#discussion_r1154094318
##
pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/GroovyTransformFunction.java:
##
@@ -429,13 +408,11 @@ public double[][] transformToDoubl
42 matches
Mail list logo