Jackie-Jiang commented on code in PR #11016:
URL: https://github.com/apache/pinot/pull/11016#discussion_r1273028597
##
pinot-broker/src/main/java/org/apache/pinot/broker/api/resources/PinotBrokerDebug.java:
##
@@ -129,6 +134,7 @@ public Map>>
getRoutingTable(
@GET
@Produc
Jackie-Jiang commented on code in PR #10990:
URL: https://github.com/apache/pinot/pull/10990#discussion_r1273020617
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/SegmentColumnarIndexCreator.java:
##
@@ -619,4 +645,57 @@ public void clos
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 7231ecfee8 Increment nextDocId even if geo indexi
Jackie-Jiang merged PR #11158:
URL: https://github.com/apache/pinot/pull/11158
--
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
Jackie-Jiang commented on PR #11160:
URL: https://github.com/apache/pinot/pull/11160#issuecomment-1649149047
Please take a look at the failed test
--
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
Jackie-Jiang commented on code in PR #11017:
URL: https://github.com/apache/pinot/pull/11017#discussion_r1273003693
##
pinot-controller/src/main/java/org/apache/pinot/controller/BaseControllerStarter.java:
##
@@ -501,6 +494,28 @@ protected void configure() {
LOGGER.info("
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 a7530255d4 Support sum precision (#11162)
a75302
xiangfu0 merged PR #11162:
URL: https://github.com/apache/pinot/pull/11162
--
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
robertzych commented on code in PR #10463:
URL: https://github.com/apache/pinot/pull/10463#discussion_r1272974740
##
pinot-server/src/main/java/org/apache/pinot/server/api/resources/TablesResource.java:
##
@@ -427,7 +427,7 @@ public Response downloadSegment(
public Response d
Jackie-Jiang commented on issue #11168:
URL: https://github.com/apache/pinot/issues/11168#issuecomment-1649038335
In `RequestContextUtils` line 94-95 I can see a TODO to handle count without
argument. I think we should just add the dummy `*` in leaf stage so that the
format is the same as v
walterddr commented on issue #11168:
URL: https://github.com/apache/pinot/issues/11168#issuecomment-1648998001
CC @Jackie-Jiang @shenyu0127 @vvivekiyer
basically this unfortunate error only occurs if v2 engine compiles count(*)
and at the same time order by (SortNode) gets push down to l
walterddr opened a new issue, #11168:
URL: https://github.com/apache/pinot/issues/11168
```
select /*+ aggOptions(is_partitioned_by_group_by_keys = 'true') */
AirlineID, count(*)
from airlineStats
group by 1
order by 2
```
causes error b/c directly the `order by` operati
walterddr opened a new issue, #11167:
URL: https://github.com/apache/pinot/issues/11167
see:
https://github.com/apache/pinot/commit/5ee6e137c02e3e0a149a7c44dd6a9f5deb29cb5d#r122582307
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
xiangfu0 commented on PR #7:
URL: https://github.com/apache/pinot/pull/7#issuecomment-1648941009
rebase to master
--
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
INNOCENT-BOY commented on PR #8314:
URL: https://github.com/apache/pinot/pull/8314#issuecomment-1648895474
Hi @Jackie-Jiang , I have written the document about
ZKBasicAuthAccessControl and submitted a pull request
https://github.com/pinot-contrib/pinot-docs/pull/221, Please to review it.
Jackie-Jiang commented on code in PR #11166:
URL: https://github.com/apache/pinot/pull/11166#discussion_r1272916639
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManager.java:
##
@@ -234,7 +234,7 @@ public void deleteSegmentFile() {
Jackie-Jiang commented on PR #11163:
URL: https://github.com/apache/pinot/pull/11163#issuecomment-1648835505
Seems you also fixed the disk usage issue in this PR. Can you update the PR
title and description to reflect that?
--
This is an automated message from the Apache Git Service.
To r
codecov-commenter commented on PR #11166:
URL: https://github.com/apache/pinot/pull/11166#issuecomment-1648834252
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/11166?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
Jackie-Jiang commented on code in PR #10463:
URL: https://github.com/apache/pinot/pull/10463#discussion_r1272902685
##
pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/upsertcompaction/UpsertCompactionTaskGenerator.java:
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 6fa8cab1e0 Simplify compatible test to avoid tes
xiangfu0 merged PR #11163:
URL: https://github.com/apache/pinot/pull/11163
--
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.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 06d8540378 For table rebalance, check if instances are equal for NO_OP
(#11073)
add 1d61fc2845 Make interface me
Jackie-Jiang merged PR #11164:
URL: https://github.com/apache/pinot/pull/11164
--
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
Jackie-Jiang merged PR #11073:
URL: https://github.com/apache/pinot/pull/11073
--
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 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 06d8540378 For table rebalance, check if instance
Jackie-Jiang commented on code in PR #11073:
URL: https://github.com/apache/pinot/pull/11073#discussion_r1272896552
##
pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancerClusterStatelessTest.java:
##
@@ -246,19 +246,19 @@ public void t
sajjad-moradi opened a new pull request, #11166:
URL: https://github.com/apache/pinot/pull/11166
## Description
This PR fixes the issue described in #11165 by moving any stream
interactions out of the OFFLINE to CONSUMING transition handling.
## Testing Done
Ran an integrati
sajjad-moradi opened a new issue, #11165:
URL: https://github.com/apache/pinot/issues/11165
## Background
In the event of consumption issues, a consuming segment sends a "stopped
consumption" message to the controller, which then marks that consuming segment
as OFFLINE in the Ideal State
codecov-commenter commented on PR #11164:
URL: https://github.com/apache/pinot/pull/11164#issuecomment-1648804652
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/11164?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
walterddr merged PR #11143:
URL: https://github.com/apache/pinot/pull/11143
--
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 ff6d527fbf [multistage] Register theta sketch aggr
PrachiKhobragade opened a new pull request, #11164:
URL: https://github.com/apache/pinot/pull/11164
Instructions:
`backward-incompat` `bugfix`
The private methods from PulsarMetadataExtractor cause java 8 build
failures, removed the private modifier, and verified the build passes
--
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 4135e07220 [multistage] support physical plan in E
walterddr merged PR #11052:
URL: https://github.com/apache/pinot/pull/11052
--
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
codecov-commenter commented on PR #11163:
URL: https://github.com/apache/pinot/pull/11163#issuecomment-1648690273
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/11163?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
mayankshriv commented on issue #5246:
URL: https://github.com/apache/pinot/issues/5246#issuecomment-1648623452
Hey @siddharthteotia any update on this feature?
--
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
xiangfu0 opened a new pull request, #11163:
URL: https://github.com/apache/pinot/pull/11163
(no comment)
--
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-m
ankitsultana commented on issue #10392:
URL: https://github.com/apache/pinot/issues/10392#issuecomment-1648595685
This was fixed by #10409
--
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 spe
ankitsultana closed issue #10392: [multistage] Filter Clause Not Pushed Down In
Some Join Queries
URL: https://github.com/apache/pinot/issues/10392
--
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
dario-liberman commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272733046
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -239,48 +350,112 @@ Optional find(List
e
dario-liberman commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272710739
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -198,27 +278,58 @@ private int[][] getSte
cbalci commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272489947
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -198,27 +278,58 @@ private int[][] getSteps(Map b
Jackie-Jiang merged PR #9713:
URL: https://github.com/apache/pinot/pull/9713
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 41b3c70906 [multistage][hotfix] should never pull project up below
sort (#11161)
add ea493a2532 Extract headers f
dario-liberman commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272704204
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -180,8 +256,12 @@ public String toExplain
dario-liberman commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272703933
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -180,8 +256,12 @@ public String toExplain
codecov-commenter commented on PR #11162:
URL: https://github.com/apache/pinot/pull/11162#issuecomment-1648525600
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/11162?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 code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272679653
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -109,47 +185,52 @@ public GroupByResultHo
dario-liberman commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272664595
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -35,46 +50,107 @@
import
org.apache.pin
xiangfu0 opened a new pull request, #11162:
URL: https://github.com/apache/pinot/pull/11162
- Support sumPrecision in v2
- Add integration test for 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
dario-liberman commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272661647
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -35,46 +50,107 @@
import
org.apache.pin
dario-liberman commented on PR #11092:
URL: https://github.com/apache/pinot/pull/11092#issuecomment-1648468379
> Some tests are failing -- please check
I believe these are flaky tests unrelated to this PR, is there a way to
re-run the failed tests?
--
This is an automated message f
dario-liberman commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272648479
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -198,27 +278,58 @@ private int[][] getSte
dario-liberman commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272643837
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -35,46 +50,107 @@
import
org.apache.pin
dario-liberman commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272643837
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -35,46 +50,107 @@
import
org.apache.pin
walterddr commented on PR #11153:
URL: https://github.com/apache/pinot/pull/11153#issuecomment-1648457978
ok so to summarize:
- we should have a `getSketchEstimate` and `getSketchQuantile` method which
should figure out if the sketch object allows such function (this can be done
as a
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 41b3c70906 [multistage][hotfix] should never pull
walterddr commented on code in PR #11161:
URL: https://github.com/apache/pinot/pull/11161#discussion_r1272640453
##
pinot-query-planner/src/test/resources/queries/BasicQueryPlans.json:
##
@@ -37,10 +37,10 @@
"sql": "EXPLAIN PLAN FOR SELECT dateTrunc('DAY', ts) FROM a LI
walterddr merged PR #11161:
URL: https://github.com/apache/pinot/pull/11161
--
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
atris commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272617169
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -35,46 +50,107 @@
import
org.apache.pinot.core.q
codecov-commenter commented on PR #11161:
URL: https://github.com/apache/pinot/pull/11161#issuecomment-1648427122
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/11161?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
summerhasama-stripe commented on code in PR #11073:
URL: https://github.com/apache/pinot/pull/11073#discussion_r1272315952
##
pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancerClusterStatelessTest.java:
##
@@ -246,19 +246,19 @@ public
xiangfu0 commented on code in PR #11161:
URL: https://github.com/apache/pinot/pull/11161#discussion_r1272572932
##
pinot-query-planner/src/test/resources/queries/BasicQueryPlans.json:
##
@@ -37,10 +37,10 @@
"sql": "EXPLAIN PLAN FOR SELECT dateTrunc('DAY', ts) FROM a LIM
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 5eafe76ee8 [Upsert TTL] Add Watermark for each partitions for Primary
key cleanup (#10915)
add 35fb1d0886 Fix co
xiangfu0 merged PR #11156:
URL: https://github.com/apache/pinot/pull/11156
--
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
deemoliu closed pull request #10047: [POC] Add upsert ttl configs for Pinot
upsert optimizations
URL: https://github.com/apache/pinot/pull/10047
--
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 s
deemoliu commented on PR #10047:
URL: https://github.com/apache/pinot/pull/10047#issuecomment-1648339857
The PR after cleanup and review was merged
https://github.com/apache/pinot/pull/10915
thanks everyone for design discussion and review!
--
This is an automated message from the Apac
deemoliu commented on PR #10915:
URL: https://github.com/apache/pinot/pull/10915#issuecomment-1648338611
> @deemoliu can we also add docs for this in the pinot?
Thanks for asking @KKcorps
np, the doc is
https://docs.google.com/document/d/1AhkZPkf4St3hj96IXyNs6NOiItxm3LXw3NAgNbG3oR
walterddr commented on PR #11153:
URL: https://github.com/apache/pinot/pull/11153#issuecomment-1648299309
> This is pretty cool, but I'd suggest we prefix the function names with
sketch types, ie `THETA_SKETCH_GET_ESTIMATE`, since we use different sketches
(KLL, Tuples etc.) and more coming
cbalci commented on PR #11153:
URL: https://github.com/apache/pinot/pull/11153#issuecomment-1648292426
This is pretty cool, but I'd suggest we prefix the function names with
sketch types, ie `THETA_SKETCH_GET_ESTIMATE`, since we use different sketches
(KLL, Tuples etc.) and more coming.
-
walterddr commented on PR #11151:
URL: https://github.com/apache/pinot/pull/11151#issuecomment-1648288167
based on https://www.postgresql.org/docs/8.2/functions-aggregate.html and
https://learn.microsoft.com/en-us/sql/t-sql/functions/sum-transact-sql?view=sql-server-ver16
it doesn't seem to
walterddr commented on code in PR #11052:
URL: https://github.com/apache/pinot/pull/11052#discussion_r1272508665
##
pinot-common/src/main/java/org/apache/pinot/sql/parsers/parser/SqlPhysicalExplain.java:
##
@@ -0,0 +1,32 @@
+/**
+ * Licensed to the Apache Software Foundation (AS
xiangfu0 commented on code in PR #7:
URL: https://github.com/apache/pinot/pull/7#discussion_r1272525489
##
pinot-common/src/main/java/org/apache/pinot/common/function/TransformFunctionType.java:
##
@@ -90,6 +90,11 @@ public enum TransformFunctionType {
// date type co
codecov-commenter commented on PR #11153:
URL: https://github.com/apache/pinot/pull/11153#issuecomment-1648269766
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/11153?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
cbalci commented on code in PR #11092:
URL: https://github.com/apache/pinot/pull/11092#discussion_r1272481992
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/FunnelCountAggregationFunction.java:
##
@@ -35,46 +50,107 @@
import
org.apache.pinot.core.
walterddr opened a new pull request, #11161:
URL: https://github.com/apache/pinot/pull/11161
(no comment)
--
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-
robertzych commented on code in PR #10463:
URL: https://github.com/apache/pinot/pull/10463#discussion_r1272419920
##
pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/upsertcompaction/UpsertCompactionTaskGenerator.java:
##
summerhasama-stripe commented on code in PR #11073:
URL: https://github.com/apache/pinot/pull/11073#discussion_r1272344088
##
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java:
##
@@ -522,38 +550,44 @@ private InstancePartitions
summerhasama-stripe commented on code in PR #11073:
URL: https://github.com/apache/pinot/pull/11073#discussion_r1272315952
##
pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancerClusterStatelessTest.java:
##
@@ -246,19 +246,19 @@ public
codecov-commenter commented on PR #11160:
URL: https://github.com/apache/pinot/pull/11160#issuecomment-1647965815
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/11160?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
KKcorps opened a new pull request, #11160:
URL: https://github.com/apache/pinot/pull/11160
(no comment)
--
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-ma
codecov-commenter commented on PR #11158:
URL: https://github.com/apache/pinot/pull/11158#issuecomment-1647851587
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/11158?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 #11159:
URL: https://github.com/apache/pinot/pull/11159#issuecomment-1647843614
##
[Codecov](https://app.codecov.io/gh/apache/pinot/pull/11159?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
R
saurabhd336 commented on PR #11158:
URL: https://github.com/apache/pinot/pull/11158#issuecomment-1647784240
Issue reproducible with
Schema
```
{
"schemaName": "geoIndex",
"dimensionFieldSpecs": [
{
"name": "geoIndexCol",
"dataType": "BYTES"
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/io.grpc-grpc-context-1.56.1
in repository https://gitbox.apache.org/repos/asf/pinot.git
at 0af1f2565c Bump io.grpc:grpc-context from 1.14.0 to 1.56.1
No new revisions
dependabot[bot] opened a new pull request, #11159:
URL: https://github.com/apache/pinot/pull/11159
Bumps [io.grpc:grpc-context](https://github.com/grpc/grpc-java) from 1.14.0
to 1.56.1.
Release notes
Sourced from https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-context's
saurabhd336 opened a new pull request, #11158:
URL: https://github.com/apache/pinot/pull/11158
If geo indexing fails for any row in a consuming segment, wrong docIds are
put into the index for all rows that follow. This fixes the behaviour.
--
This is an automated message from the Apache
xiangfu0 commented on code in PR #11156:
URL: https://github.com/apache/pinot/pull/11156#discussion_r1271882974
##
.github/workflows/scripts/.pinot_compatibility_verifier.sh:
##
@@ -61,12 +61,12 @@ echo "">> ${SETTINGS_FILE}
# PINOT_MAVEN_OPTS is used to provide additional mave
xiangfu0 commented on PR #11151:
URL: https://github.com/apache/pinot/pull/11151#issuecomment-1647394691
We still need to find a way to solve this decimal type hoist problem.
And for now we need to make sure the error message is clear and explicit
type casting can be applied correctly.
89 matches
Mail list logo