codecov-commenter commented on PR #9887:
URL: https://github.com/apache/pinot/pull/9887#issuecomment-137034
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/9887?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
agavra opened a new pull request, #9887:
URL: https://github.com/apache/pinot/pull/9887
This PR follows up on #9753 and supports improved task scheduling that only
schedules operator chains when they have data available for them to process.
**Review Guide**:
1. Look at the changes
snleee commented on code in PR #9884:
URL: https://github.com/apache/pinot/pull/9884#discussion_r1036648934
##
pinot-plugins/pinot-input-format/pinot-orc/src/main/java/org/apache/pinot/plugin/inputformat/orc/ORCRecordReader.java:
##
@@ -106,6 +110,19 @@ public void init(File dat
snleee commented on code in PR #9884:
URL: https://github.com/apache/pinot/pull/9884#discussion_r1036648934
##
pinot-plugins/pinot-input-format/pinot-orc/src/main/java/org/apache/pinot/plugin/inputformat/orc/ORCRecordReader.java:
##
@@ -106,6 +110,19 @@ public void init(File dat
codecov-commenter commented on PR #9885:
URL: https://github.com/apache/pinot/pull/9885#issuecomment-1333051752
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/9885?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
Jackie-Jiang commented on PR #9885:
URL: https://github.com/apache/pinot/pull/9885#issuecomment-1333022911
> would be nice if we can add some unit-test
It is slightly hard to test the reload behavior in the unit test. Currently
most of the reload test is done in the integration test.
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 2dae95127d #9834 Added Delete Schema/Table pinot
Jackie-Jiang closed issue #9834: Add Delete Schema/Table for pinot-admin command
URL: https://github.com/apache/pinot/issues/9834
--
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.
Jackie-Jiang merged PR #9857:
URL: https://github.com/apache/pinot/pull/9857
--
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
walterddr opened a new pull request, #9886:
URL: https://github.com/apache/pinot/pull/9886
Still a draft.
This PR attempt to use LeafStageSendOperator to canonicalize mismatches in
type, duplicate columns, and other nuances related to the type and schema
differences between V1 and V2
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 0a6d84391d support BOOL_AND and BOOL_OR aggregate
walterddr merged PR #9848:
URL: https://github.com/apache/pinot/pull/9848
--
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.apac
walterddr commented on code in PR #9885:
URL: https://github.com/apache/pinot/pull/9885#discussion_r1036602848
##
pinot-core/src/main/java/org/apache/pinot/core/query/executor/ServerQueryExecutorV1Impl.java:
##
@@ -210,40 +209,38 @@ private InstanceResponseBlock
executeInternal
Jackie-Jiang opened a new pull request, #9885:
URL: https://github.com/apache/pinot/pull/9885
Fix #9761
Fix 2 issues:
1. When loading the just committed segment, we should pull the latest table
config
2. Ignore the invalid freshness value from the empty consuming segment
(befor
Jackie-Jiang commented on issue #9784:
URL: https://github.com/apache/pinot/issues/9784#issuecomment-1332863780
Checked the code and confirmed the behavior: when the committed segments are
moved to a different server, when that server is queried, we can only use the
max end time of the comm
egalpin commented on issue #7519:
URL: https://github.com/apache/pinot/issues/7519#issuecomment-1332857491
@atris Any update on the progress of a PR to support GROUP BY? Would be a
very exciting feature to see 😊
--
This is an automated message from the Apache Git Service.
To respond to
etolbakov opened a new pull request, #9884:
URL: https://github.com/apache/pinot/pull/9884
This is WIP on https://github.com/apache/pinot/issues/9847
The aim of this change is to support gz compressed files for
`ORCRecordReader` and `ParquetAvroRecordReader` in order to achieve the featur
Jackie-Jiang commented on issue #9761:
URL: https://github.com/apache/pinot/issues/9761#issuecomment-1332839628
This is caused by a bug (or undesired behavior) in real-time freshness
calculation: when a new consuming segment is created without consuming records
from upstream, the freshness
priyen closed pull request #9097: [Work in progress] Distinct count HLL pre-agg
on realtime side
URL: https://github.com/apache/pinot/pull/9097
--
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 sp
priyen opened a new pull request, #9883:
URL: https://github.com/apache/pinot/pull/9883
This adds support for distinct count hll pre-aggregation. It introduces a
new property on the fieldSpec, fixedLength in bytes so that BYTES data type can
be treated as fixed length and we can utilize the
navina commented on code in PR #9859:
URL: https://github.com/apache/pinot/pull/9859#discussion_r1036471037
##
pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarStreamMetadataProvider.java:
##
@@ -156,11 +174,21 @@ public
zhtaoxiang commented on code in PR #9825:
URL: https://github.com/apache/pinot/pull/9825#discussion_r1036364399
##
pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/BaseMultipleSegmentsConversionExecutor.java:
##
@@ -2
Jackie-Jiang commented on code in PR #9802:
URL: https://github.com/apache/pinot/pull/9802#discussion_r1036358541
##
pinot-core/src/main/java/org/apache/pinot/core/data/manager/offline/DimensionTableDataManager.java:
##
@@ -117,6 +135,26 @@ public void removeSegment(String segme
xiangfu0 opened a new issue, #9881:
URL: https://github.com/apache/pinot/issues/9881
Usually it's fine, however we observed many cases that when users put pinot
controller/brokers behind a nginx reverse proxy, then it will by default drop
headers with underscore.
For now at least we
Jackie-Jiang commented on code in PR #9848:
URL: https://github.com/apache/pinot/pull/9848#discussion_r1036349202
##
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/AggregationResultHolder.java:
##
@@ -30,6 +30,12 @@ public interface AggregationResultHolder {
Jackie-Jiang commented on issue #9305:
URL: https://github.com/apache/pinot/issues/9305#issuecomment-1332611091
@huang1st Sorry I lost track of this issue. Did you find the cause of the
issue?
Is the `value` column always whole number in the input data? What is the
rough cardinality (uni
navina commented on code in PR #9863:
URL: https://github.com/apache/pinot/pull/9863#discussion_r1036325601
##
pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisConsumer.java:
##
@@ -155,6 +162,17 @@ private KinesisRec
navina commented on code in PR #9859:
URL: https://github.com/apache/pinot/pull/9859#discussion_r1036323485
##
pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarStreamMetadataProvider.java:
##
@@ -156,11 +174,21 @@ public
agavra opened a new pull request, #9880:
URL: https://github.com/apache/pinot/pull/9880
reformat the `Aggregates.json` test and enable the tests with rounding
errors, just divide by 2 to make sure the ints round to the same value.
--
This is an automated message from the Apache Git Servic
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 041865a80f [multistage] support sort push-down (#9
walterddr merged PR #9832:
URL: https://github.com/apache/pinot/pull/9832
--
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.apac
snleee commented on code in PR #9825:
URL: https://github.com/apache/pinot/pull/9825#discussion_r1036255304
##
pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/BaseMultipleSegmentsConversionExecutor.java:
##
@@ -242,6
Jackie-Jiang commented on issue #8094:
URL: https://github.com/apache/pinot/issues/8094#issuecomment-1332558930
Done with #9441
--
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 comme
Jackie-Jiang closed issue #8094: Make it possible to read strings from
`Dictionary` as `byte[]`
URL: https://github.com/apache/pinot/issues/8094
--
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
Jackie-Jiang closed issue #4230: NULL value support for all data types
URL: https://github.com/apache/pinot/issues/4230
--
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
Jackie-Jiang closed issue #5600: Pinot 0.4 Release | Realtime table- Error in
creating a segment
URL: https://github.com/apache/pinot/issues/5600
--
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
Jackie-Jiang closed issue #5388: Batch ingestion is too slow
URL: https://github.com/apache/pinot/issues/5388
--
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-
siddharthteotia commented on issue #9348:
URL: https://github.com/apache/pinot/issues/9348#issuecomment-1332555219
This effort is completed. For offline segments, following segment format
updates can be made without having to refresh / backfill
- Create dictionary and rewrite dependen
siddharthteotia closed issue #9348: [Feature] Change forward index and
dictionary properties during segment reload
URL: https://github.com/apache/pinot/issues/9348
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
Jackie-Jiang closed issue #6726: Bump up DataTable version to address TODOs in
DataTableBuilders
URL: https://github.com/apache/pinot/issues/6726
--
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
Jackie-Jiang commented on issue #6726:
URL: https://github.com/apache/pinot/issues/6726#issuecomment-1332554580
Done with #8890
--
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 commen
dependabot[bot] commented on PR #9878:
URL: https://github.com/apache/pinot/pull/9878#issuecomment-1332552864
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 m
Jackie-Jiang commented on PR #9878:
URL: https://github.com/apache/pinot/pull/9878#issuecomment-1332552828
Close because the new dependency it is not compatible with java 8
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
Jackie-Jiang closed pull request #9878: Bump checkstyle from 8.45.1 to 10.5.0
URL: https://github.com/apache/pinot/pull/9878
--
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
siddharthteotia commented on PR #9868:
URL: https://github.com/apache/pinot/pull/9868#issuecomment-1332537913
Overall looks good. @vvivekiyer tagged you on two comment threads that you
may want to address in follow-ups
--
This is an automated message from the Apache Git Service.
To respo
siddharthteotia commented on code in PR #9868:
URL: https://github.com/apache/pinot/pull/9868#discussion_r1036284918
##
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/loader/SegmentPreProcessorTest.java:
##
@@ -500,6 +494,123 @@ public void testEn
This is an automated email from the ASF dual-hosted git repository.
siddteotia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 9bd420fc4a [multistage][hotfix] shuffle rewrite (#9870)
add 6210f43ca0 Disable Dictionary (#9868)
No new revi
siddharthteotia merged PR #9868:
URL: https://github.com/apache/pinot/pull/9868
--
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
siddharthteotia commented on code in PR #9868:
URL: https://github.com/apache/pinot/pull/9868#discussion_r1036281464
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/ForwardIndexHandler.java:
##
@@ -258,6 +269,31 @@ Map
computeOperation(S
Jackie-Jiang closed issue #654: Pinot column to support no dictionary indexing
URL: https://github.com/apache/pinot/issues/654
--
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
walterddr commented on PR #9870:
URL: https://github.com/apache/pinot/pull/9870#issuecomment-1332524377
@61yao merging this first to unblock some other PRs. please let me know if
anything else requires follow up.
> Can we also add query option to disable shuffle if needed. So we can k
walterddr merged PR #9870:
URL: https://github.com/apache/pinot/pull/9870
--
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.apac
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 9bd420fc4a [multistage][hotfix] shuffle rewrite (#
This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch
dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 75a048451d Fix violations
discard 2108dc196d Bump checkstyle from 8.
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 99d2eb84c9 Bump spotless-maven-plugin from 2.9.0
Jackie-Jiang merged PR #9877:
URL: https://github.com/apache/pinot/pull/9877
--
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
dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 2108dc196d Bump checkstyle from 8.45.1 to 10.5.0
add 75a048451d
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 28f337a6af Bug fix: Get correct primary key count
Jackie-Jiang merged PR #9876:
URL: https://github.com/apache/pinot/pull/9876
--
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
walterddr merged PR #9879:
URL: https://github.com/apache/pinot/pull/9879
--
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.apac
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 a22250270d [multistage] test coverage for CASE and fix bug with CHAR
literals (#9846)
add 4198af7016 remove json f
jadami10 commented on code in PR #9803:
URL: https://github.com/apache/pinot/pull/9803#discussion_r1036226603
##
pinot-broker/src/main/java/org/apache/pinot/broker/routing/adaptiveserverselector/HybridSelector.java:
##
@@ -85,4 +87,30 @@ public List>
fetchAllServerRankingsWithS
agavra commented on code in PR #9832:
URL: https://github.com/apache/pinot/pull/9832#discussion_r1036210452
##
pinot-query-planner/src/test/java/org/apache/calcite/rel/rules/PinotSortExchangeCopyRuleTest.java:
##
@@ -0,0 +1,222 @@
+/**
+ * Licensed to the Apache Software Foundat
walterddr commented on code in PR #9832:
URL: https://github.com/apache/pinot/pull/9832#discussion_r1036208974
##
pinot-query-planner/src/test/java/org/apache/calcite/rel/rules/PinotSortExchangeCopyRuleTest.java:
##
@@ -0,0 +1,222 @@
+/**
+ * Licensed to the Apache Software Foun
agavra commented on code in PR #9832:
URL: https://github.com/apache/pinot/pull/9832#discussion_r1036208045
##
pinot-query-planner/src/test/java/org/apache/calcite/rel/rules/PinotSortExchangeCopyRuleTest.java:
##
@@ -0,0 +1,222 @@
+/**
+ * Licensed to the Apache Software Foundat
agavra commented on code in PR #9832:
URL: https://github.com/apache/pinot/pull/9832#discussion_r1036206249
##
pinot-query-planner/src/test/java/org/apache/calcite/rel/rules/PinotSortExchangeCopyRuleTest.java:
##
@@ -0,0 +1,222 @@
+/**
+ * Licensed to the Apache Software Foundat
walterddr opened a new pull request, #9879:
URL: https://github.com/apache/pinot/pull/9879
remove the need for a list of JSON files. still don't support JAR unpack and
assume resources are files. but that's good enough for now
--
This is an automated message from the Apache Git Service.
T
walterddr commented on code in PR #9832:
URL: https://github.com/apache/pinot/pull/9832#discussion_r1036177859
##
pinot-query-planner/src/test/java/org/apache/calcite/rel/rules/PinotSortExchangeCopyRuleTest.java:
##
@@ -0,0 +1,222 @@
+/**
+ * Licensed to the Apache Software Foun
walterddr commented on code in PR #9832:
URL: https://github.com/apache/pinot/pull/9832#discussion_r1036173291
##
pinot-query-planner/src/test/java/org/apache/calcite/rel/rules/PinotSortExchangeCopyRuleTest.java:
##
@@ -0,0 +1,222 @@
+/**
+ * Licensed to the Apache Software Foun
walterddr commented on code in PR #9832:
URL: https://github.com/apache/pinot/pull/9832#discussion_r1036169120
##
pinot-query-planner/src/test/java/org/apache/calcite/rel/rules/PinotSortExchangeCopyRuleTest.java:
##
@@ -0,0 +1,222 @@
+/**
+ * Licensed to the Apache Software Foun
walterddr commented on code in PR #9832:
URL: https://github.com/apache/pinot/pull/9832#discussion_r1036156995
##
pinot-query-planner/src/main/java/org/apache/calcite/rel/rules/PinotSortExchangeCopyRule.java:
##
@@ -0,0 +1,117 @@
+/**
+ * Licensed to the Apache Software Foundati
walterddr commented on code in PR #9571:
URL: https://github.com/apache/pinot/pull/9571#discussion_r1036123561
##
pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryConfig.java:
##
@@ -22,20 +22,43 @@
* Configuration for setting up query runtime.
*/
publi
mathieudruart commented on code in PR #9859:
URL: https://github.com/apache/pinot/pull/9859#discussion_r1036065677
##
pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarStreamMetadataProvider.java:
##
@@ -156,11 +174,21 @@
KKcorps commented on code in PR #9825:
URL: https://github.com/apache/pinot/pull/9825#discussion_r1036053646
##
pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/BaseMultipleSegmentsConversionExecutor.java:
##
@@ -276,
KKcorps commented on code in PR #9825:
URL: https://github.com/apache/pinot/pull/9825#discussion_r1036047120
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SegmentPushUtils.java:
##
@@ -97,6 +97,49 @@ public static URI generateSegmentTarURI(URI dirURI,
KKcorps commented on code in PR #9825:
URL: https://github.com/apache/pinot/pull/9825#discussion_r1036047120
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SegmentPushUtils.java:
##
@@ -97,6 +97,49 @@ public static URI generateSegmentTarURI(URI dirURI,
KKcorps commented on code in PR #9825:
URL: https://github.com/apache/pinot/pull/9825#discussion_r1036044210
##
pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/MinionTaskUtils.java:
##
@@ -67,7 +72,35 @@ static Pinot
KKcorps commented on code in PR #9859:
URL: https://github.com/apache/pinot/pull/9859#discussion_r1035942175
##
pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarStreamMetadataProvider.java:
##
@@ -156,11 +174,21 @@ publi
KKcorps commented on code in PR #9859:
URL: https://github.com/apache/pinot/pull/9859#discussion_r1035941781
##
pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarStreamMetadataProvider.java:
##
@@ -156,11 +174,21 @@ publi
codecov-commenter commented on PR #9877:
URL: https://github.com/apache/pinot/pull/9877#issuecomment-1332028603
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/9877?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0
in repository https://gitbox.apache.org/repos/asf/pinot.git
at 2108dc196d Bump checkstyle from 8.45.1 to 10.5.0
No new revision
dependabot[bot] opened a new pull request, #9878:
URL: https://github.com/apache/pinot/pull/9878
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to
10.5.0.
Release notes
Sourced from https://github.com/checkstyle/checkstyle/releases";>checkstyle's
releases
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.28.0
in repository https://gitbox.apache.org/repos/asf/pinot.git
at 48b0b1d125 Bump spotless-maven-plugin from 2.9.0 to 2
dependabot[bot] opened a new pull request, #9877:
URL: https://github.com/apache/pinot/pull/9877
Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from
2.9.0 to 2.28.0.
Changelog
Sourced from https://github.com/diffplug/spotless/blob/main/CHANGES.md";>spotless-mav
codecov-commenter commented on PR #9875:
URL: https://github.com/apache/pinot/pull/9875#issuecomment-1331817358
#
[Codecov](https://codecov.io/gh/apache/pinot/pull/9875?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar
ankitsultana commented on code in PR #9873:
URL: https://github.com/apache/pinot/pull/9873#discussion_r1035655511
##
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/SmartShuffleRewriteVisitor.java:
##
@@ -0,0 +1,468 @@
+/**
+ * Licensed to the Apache So
ankitsultana commented on code in PR #9873:
URL: https://github.com/apache/pinot/pull/9873#discussion_r1035642443
##
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/QueryRunnerTestBase.java:
##
@@ -98,6 +98,10 @@ protected List queryRunner(String sql) {
prote
zhtaoxiang commented on code in PR #9825:
URL: https://github.com/apache/pinot/pull/9825#discussion_r1035630266
##
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SegmentPushUtils.java:
##
@@ -97,6 +97,49 @@ public static URI generateSegmentTarURI(URI dirU
88 matches
Mail list logo