walterddr commented on code in PR #10154:
URL: https://github.com/apache/pinot/pull/10154#discussion_r1082874473
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/JsonMailboxIdentifier.java:
##
@@ -0,0 +1,132 @@
+/**
+ * Licensed to the Apache Software Foundati
walterddr merged PR #10154:
URL: https://github.com/apache/pinot/pull/10154
--
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
agavra commented on code in PR #10154:
URL: https://github.com/apache/pinot/pull/10154#discussion_r1082866431
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/JsonMailboxIdentifier.java:
##
@@ -0,0 +1,132 @@
+/**
+ * Licensed to the Apache Software Foundation
agavra commented on code in PR #10154:
URL: https://github.com/apache/pinot/pull/10154#discussion_r1082859240
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/JsonMailboxIdentifier.java:
##
@@ -0,0 +1,132 @@
+/**
+ * Licensed to the Apache Software Foundation
walterddr commented on code in PR #10154:
URL: https://github.com/apache/pinot/pull/10154#discussion_r1082852866
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/JsonMailboxIdentifier.java:
##
@@ -0,0 +1,132 @@
+/**
+ * Licensed to the Apache Software Foundati
GSharayu commented on code in PR #10132:
URL: https://github.com/apache/pinot/pull/10132#discussion_r1082845704
##
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTaskRestletResource.java:
##
@@ -419,7 +423,7 @@ public Map getSubtaskConfigs(
@GET
klsince commented on code in PR #10089:
URL: https://github.com/apache/pinot/pull/10089#discussion_r1082844023
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java:
##
@@ -403,6 +417,16 @@ public void reloadSegment(String segmentName,
IndexLo
klsince commented on code in PR #10089:
URL: https://github.com/apache/pinot/pull/10089#discussion_r1082834046
##
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/loader/SegmentDirectoryLoader.java:
##
@@ -42,4 +41,13 @@ SegmentDirectory load(URI indexDir,
SegmentDi
klsince commented on code in PR #10089:
URL: https://github.com/apache/pinot/pull/10089#discussion_r1082833141
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java:
##
@@ -403,6 +417,16 @@ public void reloadSegment(String segmentName,
IndexLo
KKcorps commented on PR #10155:
URL: https://github.com/apache/pinot/pull/10155#issuecomment-1398468246
This System.exit call was added in the first place to fail the spark job.
Otherwise it just returned success even in the case of failure
--
This is an automated message from the Apache
ankitsultana commented on issue #10129:
URL: https://github.com/apache/pinot/issues/10129#issuecomment-1398417863
@walterddr : Can we consider using `RelFieldTrimmer`?
I raised this: https://github.com/apache/pinot/pull/10156
It seems to work and I am testing it out on our clust
ankitsultana opened a new pull request, #10156:
URL: https://github.com/apache/pinot/pull/10156
This seems to fix projection pushdown issues. PR is not really final since I
am also reading more about this. There's a method to enable this via
`SqlRelConverterConfig.config().withTrimUnusedFie
Ferix9288 commented on PR #10139:
URL: https://github.com/apache/pinot/pull/10139#issuecomment-1398240019
@Jackie-Jiang changed as you described and confirmed working with a custom
image in our `dev` environment 🚀
--
This is an automated message from the Apache Git Service.
To respond t
saurabhd336 commented on code in PR #10089:
URL: https://github.com/apache/pinot/pull/10089#discussion_r1082367099
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/SegmentPreProcessor.java:
##
@@ -207,11 +207,7 @@ private boolean needProce
navina commented on PR #10136:
URL: https://github.com/apache/pinot/pull/10136#issuecomment-1398019400
> Please check the test failure. I think it is related to the current change
Yes will fix it. Ty
--
This is an automated message from the Apache Git Service.
To respond to the mess
codecov-commenter commented on PR #10155:
URL: https://github.com/apache/pinot/pull/10155#issuecomment-1398016275
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10155?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
xiangfu0 opened a new pull request, #10155:
URL: https://github.com/apache/pinot/pull/10155
Use a system property to call system.exit() for
LaunchDataIngestionJobCommand.
The reason is SparkJob may fail due to this system.exit() call.
--
This is an automated message from the Ap
codecov-commenter commented on PR #10154:
URL: https://github.com/apache/pinot/pull/10154#issuecomment-1397915490
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10154?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
agavra opened a new pull request, #10154:
URL: https://github.com/apache/pinot/pull/10154
Minor PR to change the serialization of mailbox identifier to a JSON format.
For example:
```
{"jobId":"-7324288832996730535_2","from":"localhost:52683","to":"localhost:52683"}
```
This
codecov-commenter commented on PR #10153:
URL: https://github.com/apache/pinot/pull/10153#issuecomment-139776
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10153?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
jadami10 opened a new pull request, #10153:
URL: https://github.com/apache/pinot/pull/10153
This is a simple ui feature + bugfix. Today there's two issues:
1) there's no way from the UI to easily create or update pools from the
instance details config page
2) if you are using pools, an
Jackie-Jiang commented on code in PR #10151:
URL: https://github.com/apache/pinot/pull/10151#discussion_r1082047825
##
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/readerwriter/ValueReaderComparisonTest.java:
##
@@ -156,22 +156,27 @@ void testSu
jadami10 commented on PR #9994:
URL: https://github.com/apache/pinot/pull/9994#issuecomment-1397833536
I tried deploying this change to one of our clusters with #10101 or #10121.
We currently track ingestion lag via our custom stream ingestion plugin. For
the most part these match up. But I
Jackie-Jiang commented on PR #10151:
URL: https://github.com/apache/pinot/pull/10151#issuecomment-139782
With the current code, `length == bytes.length && length != 0 &&
bytes[length - 1] == 0` case is not handled (the new added
`ValueReaderComparisonTest` is flaky right now). To keep t
sajjad-moradi commented on code in PR #10121:
URL: https://github.com/apache/pinot/pull/10121#discussion_r1082035842
##
pinot-spi/src/main/java/org/apache/pinot/spi/stream/RowMetadata.java:
##
@@ -49,6 +49,17 @@ public interface RowMetadata {
*/
long getRecordIngestionTim
sajjad-moradi commented on code in PR #10121:
URL: https://github.com/apache/pinot/pull/10121#discussion_r1082029067
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/IngestionDelayTracker.java:
##
@@ -76,6 +76,15 @@
public class IngestionDelayTracker {
Jackie-Jiang closed pull request #10144: Adding duration unit in trivy timeout
URL: https://github.com/apache/pinot/pull/10144
--
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.
T
Jackie-Jiang commented on PR #10144:
URL: https://github.com/apache/pinot/pull/10144#issuecomment-1397822649
This change is included in #10150 which also fixes the trivy failure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
Jackie-Jiang merged PR #10150:
URL: https://github.com/apache/pinot/pull/10150
--
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
mcvsubbu commented on issue #10147:
URL: https://github.com/apache/pinot/issues/10147#issuecomment-1397819480
How many rows would the new consuming segment be setup to consume?
(Currently that is decided when the prev segment is committed).
--
This is an automated message from the Apache
Jackie-Jiang commented on PR #10139:
URL: https://github.com/apache/pinot/pull/10139#issuecomment-1397807868
Whitespaces in table name is definitely not recommended, but I don't think
we reject it right now. Actually it is also not recommended to have '-' in
table name or column name becaus
Jackie-Jiang commented on issue #10147:
URL: https://github.com/apache/pinot/issues/10147#issuecomment-1397794076
Have you considered using the regular state transition to achieve this?
Essentially we can create the new consuming segment in IdealState when the
commit starts. Nothing needs t
Jackie-Jiang commented on PR #10151:
URL: https://github.com/apache/pinot/pull/10151#issuecomment-1397787608
> Does `LoaderTest.testPadding` pass with this change? I'm all for
simplification (assuming whatever the motivation for adding
`LoaderTest.testPadding` was no longer matters) but thi
navina opened a new issue, #10152:
URL: https://github.com/apache/pinot/issues/10152
Kinesis supports producing aggregated (aka batched) record. Thus, kinesis
consumer also has support for de-aggregating the records. Refer -
https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-consume
richardstartin commented on PR #10151:
URL: https://github.com/apache/pinot/pull/10151#issuecomment-1397748773
Does `LoaderTest.testPadding` pass with this change? I'm all for
simplification (assuming the whatever the motivation for adding
`LoaderTest.testPadding` was no longer matters) but
walterddr commented on code in PR #10151:
URL: https://github.com/apache/pinot/pull/10151#discussion_r1081975613
##
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/readerwriter/ValueReaderComparisonTest.java:
##
@@ -156,22 +156,27 @@ void testSuper
navina commented on code in PR #10136:
URL: https://github.com/apache/pinot/pull/10136#discussion_r1081975469
##
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/SegmentsValidationAndRetentionConfig.java:
##
@@ -49,9 +49,13 @@ public class SegmentsValidationAndRetention
codecov-commenter commented on PR #10151:
URL: https://github.com/apache/pinot/pull/10151#issuecomment-1397743731
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10151?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
Jackie-Jiang merged PR #9957:
URL: https://github.com/apache/pinot/pull/9957
--
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 opened a new pull request, #10151:
URL: https://github.com/apache/pinot/pull/10151
Null character (byte zero) is not allowed in string values ingested into
Pinot (all the string values ingested will be sanitized and all the characters
after the first null character will be trun
agavra commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1081932230
##
pinot-query-planner/src/main/java/org/apache/calcite/rel/rules/PinotReduceAggregateFunctionsRule.java:
##
@@ -0,0 +1,201 @@
+/**
+ * Licensed to the Apache Software F
Jackie-Jiang commented on code in PR #10136:
URL: https://github.com/apache/pinot/pull/10136#discussion_r1081822321
##
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/SegmentsValidationAndRetentionConfig.java:
##
@@ -49,9 +49,13 @@ public class SegmentsValidationAndRet
agavra commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1081825016
##
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/AggregationFunctionType.java:
##
@@ -65,6 +65,7 @@ public enum AggregationFunctionType {
STDDEVSAMP("s
navina commented on PR #10144:
URL: https://github.com/apache/pinot/pull/10144#issuecomment-1397475658
> I understand that the initial idea was to increase the timeout but we are
using this PR to change the way trivy is triggered. Therefore I would suggest
to change the title of the PR
saurabhd336 commented on code in PR #10089:
URL: https://github.com/apache/pinot/pull/10089#discussion_r1081698660
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java:
##
@@ -403,6 +417,16 @@ public void reloadSegment(String segmentName,
Ind
saurabhd336 commented on code in PR #10089:
URL: https://github.com/apache/pinot/pull/10089#discussion_r1081688733
##
pinot-core/src/test/java/org/apache/pinot/core/data/manager/BaseTableDataManagerTest.java:
##
@@ -191,7 +191,6 @@ public void testReloadSegmentUseLocalCopy()
walterddr commented on issue #10129:
URL: https://github.com/apache/pinot/issues/10129#issuecomment-1397438501
did a bit of research on this topic:
the problem only occurs on `COUNT(*)` or `COUNT(1)`, `COUNT(col)` this is
b/c calcite will optimize out the argument since all columns in
61yao commented on code in PR #9957:
URL: https://github.com/apache/pinot/pull/9957#discussion_r1081642038
##
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineIntegrationTest.java:
##
@@ -99,6 +99,14 @@ public void testGeneratedQueries()
snleee merged PR #10106:
URL: https://github.com/apache/pinot/pull/10106
--
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 PR #10144:
URL: https://github.com/apache/pinot/pull/10144#issuecomment-1397373177
Not sure if periodic task is the best way to go forward here. I'm okay if we
merge the flagged PR, and then separately fix the vulnerability detected
(either the same PR author does it, or
zhtaoxiang commented on code in PR #10106:
URL: https://github.com/apache/pinot/pull/10106#discussion_r1081609829
##
pinot-common/src/main/java/org/apache/pinot/common/metrics/AbstractMetrics.java:
##
@@ -481,20 +461,6 @@ public long getValueOfTableGauge(final String tableName,
zhtaoxiang commented on code in PR #10106:
URL: https://github.com/apache/pinot/pull/10106#discussion_r1081607958
##
pinot-common/src/test/java/org/apache/pinot/common/metrics/MetricValueUtils.java:
##
@@ -0,0 +1,128 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) u
klsince commented on code in PR #10089:
URL: https://github.com/apache/pinot/pull/10089#discussion_r1081607056
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/SegmentPreProcessor.java:
##
@@ -207,11 +207,7 @@ private boolean needProcessSt
walterddr commented on PR #10148:
URL: https://github.com/apache/pinot/pull/10148#issuecomment-1397353721
this have introduce new set of issues. so we really need a proper null
detection on columns. will shelf this PR for now
--
This is an automated message from the Apache Git Service.
To
jugomezv commented on code in PR #10106:
URL: https://github.com/apache/pinot/pull/10106#discussion_r1081597788
##
pinot-common/src/test/java/org/apache/pinot/common/metrics/MetricValueUtils.java:
##
@@ -0,0 +1,128 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) und
jugomezv commented on code in PR #10106:
URL: https://github.com/apache/pinot/pull/10106#discussion_r1081595797
##
pinot-common/src/main/java/org/apache/pinot/common/metrics/AbstractMetrics.java:
##
@@ -481,20 +461,6 @@ public long getValueOfTableGauge(final String tableName,
f
walterddr merged PR #10094:
URL: https://github.com/apache/pinot/pull/10094
--
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 code in PR #10144:
URL: https://github.com/apache/pinot/pull/10144#discussion_r1081538383
##
.github/workflows/pinot_vuln_check.yml:
##
@@ -19,18 +19,8 @@
name: Pinot Dependencies
on:
- push:
-branches:
- - master
- pull_request:
-branch
ankitsultana commented on code in PR #10148:
URL: https://github.com/apache/pinot/pull/10148#discussion_r1081312765
##
pinot-query-planner/src/main/java/org/apache/pinot/query/type/TypeFactory.java:
##
@@ -54,23 +54,23 @@ public RelDataType createRelDataTypeFromSchema(Schema
sc
ankitsultana commented on issue #10140:
URL: https://github.com/apache/pinot/issues/10140#issuecomment-1396973491
Side-note: I think entries in seenMail may get leaked if `_releaseTs` is set
to a finite value. The reason is that the OpChain may hang up and the sender
may send the data after
Ferix9288 commented on PR #10139:
URL: https://github.com/apache/pinot/pull/10139#issuecomment-1396918251
Thanks @richardstartin for the input!
@Jackie-Jiang I added `\\S+` regex to all other instances in which there was
a `table` label; good catch on that. Also are we sure we should
xiangfu0 merged PR #10149:
URL: https://github.com/apache/pinot/pull/10149
--
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
richardstartin commented on PR #10139:
URL: https://github.com/apache/pinot/pull/10139#issuecomment-1396760434
I don't have much of an opinion on what these regular expressions should be,
I just took what was there before (which was working for us) and split it into
different files so we do
Ferix9288 commented on PR #10139:
URL: https://github.com/apache/pinot/pull/10139#issuecomment-1396699401
Hey @Jackie-Jiang , much appreciated for the prompt review!
Ah very nice. So possibly a non-greedy search like (.*?)_(\w+)? And np, I
will fix the other regexes that also contain
gortiz commented on PR #10144:
URL: https://github.com/apache/pinot/pull/10144#issuecomment-1396567329
I understand that the initial idea was to increase the timeout but we are
using this PR to change the way trivy is triggered. Therefore I would suggest
to change the title of the PR
--
gortiz commented on code in PR #10144:
URL: https://github.com/apache/pinot/pull/10144#discussion_r1080906416
##
.github/workflows/pinot_vuln_check.yml:
##
@@ -19,18 +19,8 @@
name: Pinot Dependencies
on:
- push:
-branches:
- - master
- pull_request:
-branches:
codecov-commenter commented on PR #10150:
URL: https://github.com/apache/pinot/pull/10150#issuecomment-1396548970
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10150?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
codecov-commenter commented on PR #10149:
URL: https://github.com/apache/pinot/pull/10149#issuecomment-1396526998
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10149?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
zhtaoxiang commented on code in PR #10106:
URL: https://github.com/apache/pinot/pull/10106#discussion_r1080869461
##
pinot-common/src/test/java/org/apache/pinot/common/metrics/MetricValueUtils.java:
##
@@ -0,0 +1,128 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) u
xiangfu0 opened a new pull request, #10150:
URL: https://github.com/apache/pinot/pull/10150
Instructions:
1. The PR has to be tagged with at least one of the following labels (*):
1. `feature`
2. `bugfix`
3. `performance`
4. `ui`
5. `backward-incompat`
6
xiangfu0 commented on PR #10144:
URL: https://github.com/apache/pinot/pull/10144#issuecomment-1396496351
My only concern is that who will be responsible for the trivy check results
and version bump.
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
codecov-commenter commented on PR #10148:
URL: https://github.com/apache/pinot/pull/10148#issuecomment-1396491709
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10148?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
navina commented on code in PR #10144:
URL: https://github.com/apache/pinot/pull/10144#discussion_r1080845287
##
.github/workflows/pinot_vuln_check.yml:
##
@@ -19,18 +19,8 @@
name: Pinot Dependencies
on:
- push:
-branches:
- - master
- pull_request:
-branches:
navina commented on PR #10136:
URL: https://github.com/apache/pinot/pull/10136#issuecomment-1396486769
@Jackie-Jiang I don't think we need 2 new configs, as we discussed. We can
make do with 1 new config. Please review!
--
This is an automated message from the Apache Git Service.
To resp
xiangfu0 opened a new pull request, #10149:
URL: https://github.com/apache/pinot/pull/10149
Fixing https://apache-pinot.slack.com/archives/C011C9JHN7R/p1674101384733239
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
walterddr opened a new pull request, #10148:
URL: https://github.com/apache/pinot/pull/10148
currently, there's no way to tell whether a table column is nullable
setting the nullability for all columns on v2 engine as default true
(previously default false), b/c
- having nullabili
shwin commented on code in PR #10034:
URL: https://github.com/apache/pinot/pull/10034#discussion_r1080812390
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SegmentPushUtils.java:
##
@@ -284,7 +284,22 @@ public static void
sendSegmentUriAndMetadata(Seg
shwin commented on code in PR #10034:
URL: https://github.com/apache/pinot/pull/10034#discussion_r1080811688
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SegmentPushUtils.java:
##
@@ -284,7 +284,22 @@ public static void
sendSegmentUriAndMetadata(Seg
jasperjiaguo commented on issue #9277:
URL: https://github.com/apache/pinot/issues/9277#issuecomment-1396440724
NaN could be due to Math.sqrt(negative_number) or 0.0/0.0
We have recently discovered this impl of covariance/correlation has
numerical stability issue when E[x^2] ~ E[x]^2 >>
sajjad-moradi commented on issue #10147:
URL: https://github.com/apache/pinot/issues/10147#issuecomment-1396417093
CC: @mcvsubbu @npawar @Jackie-Jiang
--
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 g
sajjad-moradi opened a new issue, #10147:
URL: https://github.com/apache/pinot/issues/10147
# Background
Currently when commit protocol starts for a partition, the realtime server
stops consumption and till the new consuming->online helix message for the next
consuming segment arrives, m
snleee opened a new issue, #10146:
URL: https://github.com/apache/pinot/issues/10146
We recently added the `STDDEV_POP/SAMP, VAR_POP/DEV` aggregation function.
It would be great if we can support this in the star tree index.
We need to implement `ValueAggregator` interface for stddev
mcvsubbu commented on issue #10137:
URL: https://github.com/apache/pinot/issues/10137#issuecomment-1396336852
We should really think about configs that add no value. IMO this config adds
no value. I think the non-expert users will come back asking us to tune this
number because they rebalan
siddharthteotia commented on issue #9277:
URL: https://github.com/apache/pinot/issues/9277#issuecomment-1396328556
May be you are running into divide by 0 problem ? Did you try step into the
code to understand where it is turning into NaN ?
cc @jasperjiaguo / @SabrinaZhaozyf
--
T
xiangfu0 merged PR #10145:
URL: https://github.com/apache/pinot/pull/10145
--
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
Jackie-Jiang commented on issue #10137:
URL: https://github.com/apache/pinot/issues/10137#issuecomment-1396323369
Most users are not using the recommendation engine though. What I'm trying
to convey is that currently there is not a straight forward way to configure
the rows per segment. Fix
xiangfu0 opened a new pull request, #10145:
URL: https://github.com/apache/pinot/pull/10145
Fix the tagging variables generation from the build code.
--
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
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1080718243
##
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/AggregationFunctionType.java:
##
@@ -65,6 +65,7 @@ public enum AggregationFunctionType {
STDD
siddharthteotia merged PR #10120:
URL: https://github.com/apache/pinot/pull/10120
--
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
siddharthteotia closed issue #10109: Support DistinctSum and DistinctAvg
aggregation functions for MV columns
URL: https://github.com/apache/pinot/issues/10109
--
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
siddharthteotia merged PR #10128:
URL: https://github.com/apache/pinot/pull/10128
--
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
siddharthteotia commented on PR #10128:
URL: https://github.com/apache/pinot/pull/10128#issuecomment-1396312237
only text / javadoc changed in the latest commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
mcvsubbu commented on issue #10137:
URL: https://github.com/apache/pinot/issues/10137#issuecomment-1396307559
> @mcvsubbu The proposed way is very useful when we want to limit the CPU
usage for all the consumers on a given server, but for certain use cases, CPU
might not be the bottleneck (
61yao commented on code in PR #10094:
URL: https://github.com/apache/pinot/pull/10094#discussion_r1080713806
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/OperatorStats.java:
##
@@ -0,0 +1,77 @@
+/**
+ * Licensed to the Apache Software Foundation (
61yao commented on code in PR #10094:
URL: https://github.com/apache/pinot/pull/10094#discussion_r1080712321
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/SortOperator.java:
##
@@ -134,8 +150,10 @@ private void consumeInputBlocks() {
for (
vvivekiyer commented on PR #10128:
URL: https://github.com/apache/pinot/pull/10128#issuecomment-1396304548
Addressed review comments.
--
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 #10144:
URL: https://github.com/apache/pinot/pull/10144#discussion_r1080695552
##
.github/workflows/pinot_vuln_check.yml:
##
@@ -19,18 +19,8 @@
name: Pinot Dependencies
on:
- push:
-branches:
- - master
- pull_request:
-branch
snleee commented on PR #10144:
URL: https://github.com/apache/pinot/pull/10144#issuecomment-1396273909
I'm fine with the change but we will need to make one time effort to clean
up the test. I think that may involve in bumping up multiple libraries.
--
This is an automated message from th
Jackie-Jiang merged PR #10087:
URL: https://github.com/apache/pinot/pull/10087
--
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
jtao15 commented on code in PR #10136:
URL: https://github.com/apache/pinot/pull/10136#discussion_r1080680161
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/SegmentCommitterFactory.java:
##
@@ -46,25 +46,34 @@ public SegmentCommitterFactory(Logger segmen
1 - 100 of 25138 matches
Mail list logo