codecov-commenter commented on PR #10136:
URL: https://github.com/apache/pinot/pull/10136#issuecomment-1386652338
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10136?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 #10132:
URL: https://github.com/apache/pinot/pull/10132#discussion_r1073214804
##
pinot-minion/src/main/java/org/apache/pinot/minion/api/resources/PinotTaskProgressResource.java:
##
@@ -84,4 +86,34 @@ public String getSubtaskProgress(
zhtaoxiang commented on code in PR #10132:
URL: https://github.com/apache/pinot/pull/10132#discussion_r1073214804
##
pinot-minion/src/main/java/org/apache/pinot/minion/api/resources/PinotTaskProgressResource.java:
##
@@ -84,4 +86,34 @@ public String getSubtaskProgress(
ankitsultana closed pull request #9388: [Draft] [multistage] Add Partitioning
Keys for Table Scan Node
URL: https://github.com/apache/pinot/pull/9388
--
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
ankitsultana opened a new issue, #10137:
URL: https://github.com/apache/pinot/issues/10137
At present we have two types of configs:
1. Set threshold based on size
2. Set threshold based on number of rows
Regarding the second type, while the value set in those configs is
prop
Ferix9288 opened a new issue, #10138:
URL: https://github.com/apache/pinot/issues/10138
# The Issue
For our company usecase, we actually use UUIDs for our table names. Ex:
cfec8068-c04e-4131-8c29-1e4850b5c015_OFFLINE
However, the current JMX Prom Java agent config looks like b
Ferix9288 opened a new pull request, #10139:
URL: https://github.com/apache/pinot/pull/10139
See issue https://github.com/apache/pinot/issues/10138
Effectively, the idea is to allow table names that include characters such
as `-` be properly exported.
--
This is an automated messag
ankitsultana opened a new issue, #10140:
URL: https://github.com/apache/pinot/issues/10140
**Context**
When the `Monitor` in `RoundRobinScheduler` leaves, it will call
`Monitor#signalNextWaiter` which will call `RoundRobinScheduler#hasNext` since
the `signalNextWaiter` method iterate
ankitsultana opened a new pull request, #10141:
URL: https://github.com/apache/pinot/pull/10141
Details in #10140
Open to alternatives and discussions.
cc: @agavra @walterddr
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
ankitsultana commented on code in PR #10135:
URL: https://github.com/apache/pinot/pull/10135#discussion_r1073672483
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryServer.java:
##
@@ -89,25 +88,12 @@ public void submit(Worker.QueryRequest request,
Strea
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073676199
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/function/InternalReduceFunctions.java:
##
@@ -0,0 +1,45 @@
+/**
+ * Licensed to the Apache S
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073688833
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/function/InternalReduceFunctions.java:
##
@@ -0,0 +1,45 @@
+/**
+ * Licensed to the Apache S
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073691592
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/function/InternalReduceFunctions.java:
##
@@ -0,0 +1,45 @@
+/**
+ * Licensed to the Apache S
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073691592
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/function/InternalReduceFunctions.java:
##
@@ -0,0 +1,45 @@
+/**
+ * Licensed to the Apache S
ankitsultana commented on issue #10140:
URL: https://github.com/apache/pinot/issues/10140#issuecomment-1387268763
@agavra : Also, do you think we can have default scheduler release timeout
of a few minutes? The scenario where the stages have been dispatched and one of
the stages dies, leadi
walterddr commented on code in PR #10135:
URL: https://github.com/apache/pinot/pull/10135#discussion_r1073713700
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryServer.java:
##
@@ -89,25 +88,12 @@ public void submit(Worker.QueryRequest request,
StreamOb
agavra commented on issue #10140:
URL: https://github.com/apache/pinot/issues/10140#issuecomment-1387317550
Nice catch @ankitsultana - for your second question, we might want to make
the default be the default query timeout x2 or something like that. That way it
only gets triggered to clean
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073749087
##
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/AggregationFunctionType.java:
##
@@ -65,6 +65,7 @@ public enum AggregationFunctionType {
STDD
agavra commented on issue #10140:
URL: https://github.com/apache/pinot/issues/10140#issuecomment-1387335390
I think we might want to make `onDataAvailable` non-blocking (e.g. doesn't
go through `_monitor`). That makes it much more complicated and error prone for
the implementation (e.g. `_s
agavra commented on PR #10141:
URL: https://github.com/apache/pinot/pull/10141#issuecomment-1387336117
Let's continue the conversation for alternatives in the issue ticket (for
anyone watching).
--
This is an automated message from the Apache Git Service.
To respond to the message, please
walterddr merged PR #10141:
URL: https://github.com/apache/pinot/pull/10141
--
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 eaa60d93fb [multistage] Optimize hasNext in RoundR
walterddr commented on PR #10135:
URL: https://github.com/apache/pinot/pull/10135#issuecomment-1387353323
CC @agavra @61yao
--
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.
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073781198
##
pinot-query-runtime/src/test/resources/queries/Skew.json:
##
@@ -0,0 +1,79 @@
+{
+ "skew": {
+"tables": {
+ "tbl": {
+"schema": [
+
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073784131
##
pinot-query-runtime/src/test/resources/queries/Skew.json:
##
@@ -0,0 +1,79 @@
+{
+ "skew": {
+"tables": {
+ "tbl": {
+"schema": [
+
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073802214
##
pinot-query-runtime/src/test/resources/queries/Skew.json:
##
@@ -0,0 +1,79 @@
+{
+ "skew": {
+"tables": {
+ "tbl": {
+"schema": [
+
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073802214
##
pinot-query-runtime/src/test/resources/queries/Skew.json:
##
@@ -0,0 +1,79 @@
+{
+ "skew": {
+"tables": {
+ "tbl": {
+"schema": [
+
61yao commented on code in PR #10117:
URL: https://github.com/apache/pinot/pull/10117#discussion_r1072987281
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryDispatcher.java:
##
@@ -86,19 +90,29 @@ public int submit(long requestId, QueryPlan queryPlan, lo
61yao commented on code in PR #10123:
URL: https://github.com/apache/pinot/pull/10123#discussion_r1073830894
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MultiStageOperator.java:
##
@@ -0,0 +1,49 @@
+/**
+ * Licensed to the Apache Software Foundat
siddharthteotia merged PR #10123:
URL: https://github.com/apache/pinot/pull/10123
--
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 code in PR #10123:
URL: https://github.com/apache/pinot/pull/10123#discussion_r1073837664
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MultiStageOperator.java:
##
@@ -0,0 +1,49 @@
+/**
+ * Licensed to the Apache Softwa
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 58b113225a [multistage][refactor] Introduce M
siddharthteotia commented on code in PR #10128:
URL: https://github.com/apache/pinot/pull/10128#discussion_r1073857754
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/BaseDistinctAggregateAggregationFunction.java:
##
@@ -136,8 +202,84 @@ public void
siddharthteotia commented on code in PR #10128:
URL: https://github.com/apache/pinot/pull/10128#discussion_r1073858511
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/BaseDistinctAggregateAggregationFunction.java:
##
@@ -259,68 +478,90 @@ public void
siddharthteotia commented on code in PR #10128:
URL: https://github.com/apache/pinot/pull/10128#discussion_r1073859554
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/DistinctSumMVAggregationFunction.java:
##
@@ -0,0 +1,73 @@
+/**
+ * Licensed to the
siddharthteotia commented on PR #10128:
URL: https://github.com/apache/pinot/pull/10128#issuecomment-1387465400
Mostly code is moved around. Just minor 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
klsince commented on code in PR #10089:
URL: https://github.com/apache/pinot/pull/10089#discussion_r1073866912
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java:
##
@@ -403,6 +419,16 @@ public void reloadSegment(String segmentName,
IndexLo
saurabhd336 commented on code in PR #10089:
URL: https://github.com/apache/pinot/pull/10089#discussion_r1073882373
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/SegmentPreProcessor.java:
##
@@ -207,11 +207,7 @@ private boolean needProce
klsince commented on code in PR #10089:
URL: https://github.com/apache/pinot/pull/10089#discussion_r1073947901
##
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 code in PR #10122:
URL: https://github.com/apache/pinot/pull/10122#discussion_r1073965486
##
pinot-query-planner/src/main/java/org/apache/calcite/rel/rules/PinotRuleUtils.java:
##
@@ -23,22 +23,28 @@
import org.apache.calcite.rel.RelNode;
import org.apac
walterddr commented on code in PR #10122:
URL: https://github.com/apache/pinot/pull/10122#discussion_r1073965486
##
pinot-query-planner/src/main/java/org/apache/calcite/rel/rules/PinotRuleUtils.java:
##
@@ -23,22 +23,28 @@
import org.apache.calcite.rel.RelNode;
import org.apac
walterddr commented on code in PR #10122:
URL: https://github.com/apache/pinot/pull/10122#discussion_r1073971528
##
pinot-query-planner/src/main/java/org/apache/calcite/rel/rules/PinotQueryRuleSets.java:
##
@@ -43,6 +43,8 @@ private PinotQueryRuleSets() {
CoreRules.FI
walterddr commented on code in PR #10122:
URL: https://github.com/apache/pinot/pull/10122#discussion_r1073971528
##
pinot-query-planner/src/main/java/org/apache/calcite/rel/rules/PinotQueryRuleSets.java:
##
@@ -43,6 +43,8 @@ private PinotQueryRuleSets() {
CoreRules.FI
agavra commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073974390
##
pinot-query-runtime/src/test/resources/queries/Skew.json:
##
@@ -0,0 +1,79 @@
+{
+ "skew": {
+"tables": {
+ "tbl": {
+"schema": [
+ {"name"
agavra commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073975015
##
pinot-query-runtime/src/test/resources/queries/Skew.json:
##
@@ -0,0 +1,79 @@
+{
+ "skew": {
+"tables": {
+ "tbl": {
+"schema": [
+ {"name"
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073980628
##
pinot-query-runtime/src/test/resources/queries/Skew.json:
##
@@ -0,0 +1,79 @@
+{
+ "skew": {
+"tables": {
+ "tbl": {
+"schema": [
+
agavra commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073981132
##
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/AggregationFunctionType.java:
##
@@ -65,6 +65,7 @@ public enum AggregationFunctionType {
STDDEVSAMP("s
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073981667
##
pinot-query-runtime/src/test/resources/queries/Skew.json:
##
@@ -0,0 +1,79 @@
+{
+ "skew": {
+"tables": {
+ "tbl": {
+"schema": [
+
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073749087
##
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/AggregationFunctionType.java:
##
@@ -65,6 +65,7 @@ public enum AggregationFunctionType {
STDD
agavra commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073983925
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/function/InternalReduceFunctions.java:
##
@@ -0,0 +1,45 @@
+/**
+ * Licensed to the Apache Software F
walterddr commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073985700
##
pinot-query-runtime/src/test/resources/queries/Skew.json:
##
@@ -0,0 +1,79 @@
+{
+ "skew": {
+"tables": {
+ "tbl": {
+"schema": [
+ {"na
walterddr commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073987193
##
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/AggregationFunctionType.java:
##
@@ -65,6 +65,7 @@ public enum AggregationFunctionType {
STDDEVSAMP
walterddr commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1073987541
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/function/InternalReduceFunctions.java:
##
@@ -0,0 +1,45 @@
+/**
+ * Licensed to the Apache Softwar
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 df66d83eed Add RealtimeIngestionDelayMs metric to
snleee merged PR #10134:
URL: https://github.com/apache/pinot/pull/10134
--
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
snleee commented on PR #10134:
URL: https://github.com/apache/pinot/pull/10134#issuecomment-1387729221
Merging it because the trivy test was failing while the other tests passed.
Also, we increased the timeout setting.
--
This is an automated message from the Apache Git Service.
To respon
dependabot[bot] opened a new pull request, #10143:
URL: https://github.com/apache/pinot/pull/10143
Bumps [testng](https://github.com/cbeust/testng) from 6.11 to 7.7.0.
Release notes
Sourced from https://github.com/cbeust/testng/releases";>testng's releases.
TestNG v7.7.0
W
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/org.testng-testng-7.7.0
in repository https://gitbox.apache.org/repos/asf/pinot.git
at d5482f5114 Bump testng from 6.11 to 7.7.0
No new revisions were added by this up
codecov-commenter commented on PR #10143:
URL: https://github.com/apache/pinot/pull/10143#issuecomment-1396086138
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10143?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
navina opened a new pull request, #10144:
URL: https://github.com/apache/pinot/pull/10144
Fixing an error in the previous PR
(https://github.com/apache/pinot/pull/10134)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
agavra commented on code in PR #10094:
URL: https://github.com/apache/pinot/pull/10094#discussion_r1080594649
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/SortOperator.java:
##
@@ -134,8 +150,10 @@ private void consumeInputBlocks() {
for
agavra commented on code in PR #10094:
URL: https://github.com/apache/pinot/pull/10094#discussion_r1080595360
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/SortOperator.java:
##
@@ -134,8 +150,10 @@ private void consumeInputBlocks() {
for
agavra commented on code in PR #10094:
URL: https://github.com/apache/pinot/pull/10094#discussion_r1080596901
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/OperatorStats.java:
##
@@ -0,0 +1,77 @@
+/**
+ * Licensed to the Apache Software Foundation
agavra commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1080614690
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/function/InternalReduceFunctions.java:
##
@@ -0,0 +1,45 @@
+/**
+ * Licensed to the Apache Software F
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1080618239
##
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/AggregationFunctionType.java:
##
@@ -65,6 +65,7 @@ public enum AggregationFunctionType {
STDD
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1080618390
##
pinot-query-runtime/src/test/resources/queries/Skew.json:
##
@@ -0,0 +1,79 @@
+{
+ "skew": {
+"tables": {
+ "tbl": {
+"schema": [
+
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1080620242
##
pinot-common/src/main/java/org/apache/pinot/common/CustomObject.java:
##
@@ -0,0 +1,43 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1080622521
##
pinot-query-planner/src/main/java/org/apache/calcite/rel/rules/PinotReduceAggregateFunctionsRule.java:
##
@@ -0,0 +1,201 @@
+/**
+ * Licensed to the Apache S
siddharthteotia commented on code in PR #10120:
URL: https://github.com/apache/pinot/pull/10120#discussion_r1080622521
##
pinot-query-planner/src/main/java/org/apache/calcite/rel/rules/PinotReduceAggregateFunctionsRule.java:
##
@@ -0,0 +1,201 @@
+/**
+ * Licensed to the Apache S
codecov-commenter commented on PR #10144:
URL: https://github.com/apache/pinot/pull/10144#issuecomment-1396178575
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/10144?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Soft
Jackie-Jiang commented on issue #10137:
URL: https://github.com/apache/pinot/issues/10137#issuecomment-1396181623
cc @mcvsubbu @siddharthteotia @sajjad-moradi
+1 on this. Dividing the number of kafka partitions on a server always
confuses me, which makes the stream very hard to confi
navina commented on PR #10144:
URL: https://github.com/apache/pinot/pull/10144#issuecomment-1396183165
@snleee / @gortiz / @xiangfu0 : are we ok with moving the trivy check to a
nightly trigger, rather than on every commit and PR? We can add a badge in our
repo to indicate the status of t
Jackie-Jiang commented on PR #10139:
URL: https://github.com/apache/pinot/pull/10139#issuecomment-1396204741
Good catch!
Table name can actually contain spaces, so we can probably just match any
character.
There are other regex that do not contain the table type, which should also
be
Jackie-Jiang merged PR #10090:
URL: https://github.com/apache/pinot/pull/10090
--
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 93bfc527e9 fix(ui): update table status to inline
Jackie-Jiang closed pull request #10143: Bump testng from 6.11 to 7.7.0
URL: https://github.com/apache/pinot/pull/10143
--
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 unsub
dependabot[bot] commented on PR #10143:
URL: https://github.com/apache/pinot/pull/10143#issuecomment-1396212857
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, let
mcvsubbu commented on issue #10137:
URL: https://github.com/apache/pinot/issues/10137#issuecomment-1396217784
@ankitsultana anda @Jackie-Jiang Pinot serves queries while consuming rows.
In order to have enough CPU left over to process queries, it is best to limit
the consumption rate to so
Jackie-Jiang commented on issue #10137:
URL: https://github.com/apache/pinot/issues/10137#issuecomment-1396237583
@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
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
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
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 2d43123026 [Clean up] Remove the support for non-
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
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
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
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 (
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 (
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 (
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
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
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 5e76b100b9 Support for DistinctSumMV and Dist
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 #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
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 1231a2c985 [multistage] support aggregations
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
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
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 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
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 21c6532564 Fix docker build script tagging (#101
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
1 - 100 of 119 matches
Mail list logo