[GitHub] [pinot] gortiz commented on pull request #11090: Bump lombok from 1.18.26 to 1.18.28

2023-07-12 Thread via GitHub
gortiz commented on PR #11090: URL: https://github.com/apache/pinot/pull/11090#issuecomment-1633633421 Nice. AFAIK we don't directly use lombok in Pinot (which is great, I hate lombok :laughing:) , but some of our dependencies does. -- This is an automated message from the Apache Git

[GitHub] [pinot] shounakmk219 commented on a diff in pull request #11077: (WIP) Instance retag validation check api

2023-07-12 Thread via GitHub
shounakmk219 commented on code in PR #11077: URL: https://github.com/apache/pinot/pull/11077#discussion_r1262024816 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java: ## @@ -4128,6 +4129,29 @@ public PeriodicTaskInvocationRes

[GitHub] [pinot] saurabhd336 commented on a diff in pull request #11077: (WIP) Instance retag validation check api

2023-07-12 Thread via GitHub
saurabhd336 commented on code in PR #11077: URL: https://github.com/apache/pinot/pull/11077#discussion_r1261988572 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java: ## @@ -4128,6 +4129,29 @@ public PeriodicTaskInvocationResp

[GitHub] [pinot] codecov-commenter commented on pull request #11097: Register dateTimeConverter,timeConvert,dateTrunc to v2 functions

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11097: URL: https://github.com/apache/pinot/pull/11097#issuecomment-1633518930 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11097?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] snleee commented on a diff in pull request #10758: Add a new controller endpoint for segment deletion with a time window

2023-07-12 Thread via GitHub
snleee commented on code in PR #10758: URL: https://github.com/apache/pinot/pull/10758#discussion_r1261943671 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java: ## @@ -884,6 +865,52 @@ public SuccessResponse deleteSegmen

[GitHub] [pinot] snleee commented on a diff in pull request #10758: Add a new controller endpoint for segment deletion with a time window

2023-07-12 Thread via GitHub
snleee commented on code in PR #10758: URL: https://github.com/apache/pinot/pull/10758#discussion_r1261943671 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java: ## @@ -884,6 +865,52 @@ public SuccessResponse deleteSegmen

[GitHub] [pinot] xiangfu0 opened a new pull request, #11097: Register dateTimeConverter,timeConvert,dateTrunc to v2 functions

2023-07-12 Thread via GitHub
xiangfu0 opened a new pull request, #11097: URL: https://github.com/apache/pinot/pull/11097 Register dateTimeConverter,timeConvert,dateTrunc to v2 functions -- 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

[GitHub] [pinot] codecov-commenter commented on pull request #11096: Fix a flaky test LLCRealtimeClusterIntegrationTest.testAddRemoveDicionaryAndInvertedIndex.

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11096: URL: https://github.com/apache/pinot/pull/11096#issuecomment-1633449426 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11096?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] shenyu0127 opened a new pull request, #11096: Fix a flaky test LLCRealtimeClusterIntegrationTest.testAddRemoveDicionaryAndInvertedIndex.

2023-07-12 Thread via GitHub
shenyu0127 opened a new pull request, #11096: URL: https://github.com/apache/pinot/pull/11096 @Jackie-Jiang helped me identify the root cause. For more explanations see https://github.com/apache/pinot/issues/11084. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [pinot] shenyu0127 commented on issue #11084: Flaky LLCRealtimeClusterIntegrationTest.testAddRemoveDictionaryAndInvertedIndex

2023-07-12 Thread via GitHub
shenyu0127 commented on issue #11084: URL: https://github.com/apache/pinot/issues/11084#issuecomment-1633416641 @Jackie-Jiang helped me identify the root cause. The realtime segments are created non-deterministically because the Kafka partitioning is using the system time ([ref](http

[GitHub] [pinot] zhouxiz9 commented on pull request #10979: Skip generating rollup task with all merged segments

2023-07-12 Thread via GitHub
zhouxiz9 commented on PR #10979: URL: https://github.com/apache/pinot/pull/10979#issuecomment-1633346951 @Jackie-Jiang @jtao15 Your concern make sense. I'm thinking we can make this an optional mode like the 'processAll' mode so that people can opt in to skip. -- This is an automated mess

[GitHub] [pinot] zhouxiz9 commented on a diff in pull request #10979: Skip generating rollup task with all merged segments

2023-07-12 Thread via GitHub
zhouxiz9 commented on code in PR #10979: URL: https://github.com/apache/pinot/pull/10979#discussion_r1261828779 ## pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/mergerollup/MergeRollupTaskGenerator.java: ## @@ -656

[pinot] branch master updated: Allow using Lucene text indexes on mutable MV columns. (#11093)

2023-07-12 Thread tingchen
This is an automated email from the ASF dual-hosted git repository. tingchen 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 b39329966f Allow using Lucene text indexes on m

[GitHub] [pinot] chenboat merged pull request #11093: Allow using Lucene text indexes on mutable MV columns.

2023-07-12 Thread via GitHub
chenboat merged PR #11093: URL: https://github.com/apache/pinot/pull/11093 -- 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

[GitHub] [pinot] codecov-commenter commented on pull request #11092: Funnel Count - Multiple Strategies (no partitioning requisites)

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11092: URL: https://github.com/apache/pinot/pull/11092#issuecomment-1633317372 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11092?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] robertzych commented on a diff in pull request #10463: Segment compaction for upsert real-time tables

2023-07-12 Thread via GitHub
robertzych commented on code in PR #10463: URL: https://github.com/apache/pinot/pull/10463#discussion_r1261780186 ## pinot-core/src/main/java/org/apache/pinot/core/common/MinionConstants.java: ## @@ -136,4 +136,18 @@ public static class SegmentGenerationAndPushTask { public

[pinot] branch master updated: Adding alias for Transform function type registry (#11094)

2023-07-12 Thread xiangfu
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 4e1c8fc94f Adding alias for Transform function t

[GitHub] [pinot] xiangfu0 merged pull request #11094: [multistage] Adding more alias for Transform function type registry

2023-07-12 Thread via GitHub
xiangfu0 merged PR #11094: URL: https://github.com/apache/pinot/pull/11094 -- 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

[GitHub] [pinot] JeffBolle commented on pull request #10995: Extract record keys, headers and metadata from Pulsar sources

2023-07-12 Thread via GitHub
JeffBolle commented on PR #10995: URL: https://github.com/apache/pinot/pull/10995#issuecomment-1633231149 I think we are at a good place. I've pushed the changes to take in a list of fields to parse, and I've got the branch building and passing tests in the `pinot-pulsar` package. -- Thi

[GitHub] [pinot] egalpin commented on issue #10712: Add support for table alias for ease of replacing a table

2023-07-12 Thread via GitHub
egalpin commented on issue #10712: URL: https://github.com/apache/pinot/issues/10712#issuecomment-1633182873 My original motivation was to add the ability to replace a table in a way that was transparent to anything issuing queries. Ex. `myTable` is a realtime upsert table with 8 kafka par

[GitHub] [pinot] shenyu0127 commented on issue #11084: Flaky LLCRealtimeClusterIntegrationTest.testAddRemoveDictionaryAndInvertedIndex

2023-07-12 Thread via GitHub
shenyu0127 commented on issue #11084: URL: https://github.com/apache/pinot/issues/11084#issuecomment-1633156919 Taking a look. -- 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

[GitHub] [pinot] tibrewalpratik17 commented on issue #10606: Add Support for Pluggable Query Event Info Listeners

2023-07-12 Thread via GitHub
tibrewalpratik17 commented on issue #10606: URL: https://github.com/apache/pinot/issues/10606#issuecomment-1633106208 I am working with @ankitsultana on the design doc for this. Please assign to me! cc @Jackie-Jiang -- This is an automated message from the Apache Git Service. To respon

[GitHub] [pinot] codecov-commenter commented on pull request #11094: [multistage] Adding more alias for Transform function type registry

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11094: URL: https://github.com/apache/pinot/pull/11094#issuecomment-1633054955 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11094?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] davizucon opened a new pull request, #11095: Add serviceAccount to minion-stateless

2023-07-12 Thread via GitHub
davizucon opened a new pull request, #11095: URL: https://github.com/apache/pinot/pull/11095 When submitting job for read data from some FS like S3, the minion need to have permission to read data. -- This is an automated message from the Apache Git Service. To respond to the message, ple

[pinot] branch master updated (c302354dd7 -> 20bef67a56)

2023-07-12 Thread jackie
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 c302354dd7 Minor fix on AddTableCommand.toString() (#11082) add 20bef67a56 Upgrade swagger-ui from 3.23.11 to 5.1.

[GitHub] [pinot] Jackie-Jiang merged pull request #11091: Upgrade swagger-ui from 3.23.11 to 5.1.0

2023-07-12 Thread via GitHub
Jackie-Jiang merged PR #11091: URL: https://github.com/apache/pinot/pull/11091 -- 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

[GitHub] [pinot] mcvsubbu commented on issue #10712: Add support for table alias for ease of replacing a table

2023-07-12 Thread via GitHub
mcvsubbu commented on issue #10712: URL: https://github.com/apache/pinot/issues/10712#issuecomment-1633046260 > I think the mytable_REALTIME and mytable_OFFLINE is not quite the same analogy. In the case of REALTIME and OFFLINE, the expectation is that the two tables contain the sam

[GitHub] [pinot] Jackie-Jiang commented on pull request #11073: For table rebalance, check if instances are equal for NO_OP

2023-07-12 Thread via GitHub
Jackie-Jiang commented on PR #11073: URL: https://github.com/apache/pinot/pull/11073#issuecomment-1633044428 Please take a look at the failed test, and consider adding some new test to validate the change -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #11073: For table rebalance, check if instances are equal for NO_OP

2023-07-12 Thread via GitHub
Jackie-Jiang commented on code in PR #11073: URL: https://github.com/apache/pinot/pull/11073#discussion_r1261580052 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/TableRebalancer.java: ## @@ -226,8 +226,12 @@ public RebalanceResult rebalance(T

[GitHub] [pinot] mcvsubbu commented on issue #10712: Add support for table alias for ease of replacing a table

2023-07-12 Thread via GitHub
mcvsubbu commented on issue #10712: URL: https://github.com/apache/pinot/issues/10712#issuecomment-1633043820 > +1 on this. We can introduce the logical table concept which is used in the query, and by default using the physical table name as the logical table. With logical table concept, w

[pinot] branch master updated (02715141f5 -> c302354dd7)

2023-07-12 Thread jackie
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 02715141f5 Upgraded commons-cli and commons-lang3 package version. (#11083) add c302354dd7 Minor fix on AddTableC

[GitHub] [pinot] Jackie-Jiang merged pull request #11082: Minor fix on AddTableCommand.toString()

2023-07-12 Thread via GitHub
Jackie-Jiang merged PR #11082: URL: https://github.com/apache/pinot/pull/11082 -- 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

[GitHub] [pinot] Jackie-Jiang commented on pull request #11089: Bump jts-core from 1.16.1 to 1.19.0

2023-07-12 Thread via GitHub
Jackie-Jiang commented on PR #11089: URL: https://github.com/apache/pinot/pull/11089#issuecomment-1633012503 cc @yupeng9 -- 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

[GitHub] [pinot] Jackie-Jiang commented on pull request #11090: Bump lombok from 1.18.26 to 1.18.28

2023-07-12 Thread via GitHub
Jackie-Jiang commented on PR #11090: URL: https://github.com/apache/pinot/pull/11090#issuecomment-1633010256 cc @gortiz -- 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

[pinot] branch master updated (4f45907931 -> 02715141f5)

2023-07-12 Thread jackie
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 4f45907931 Update jackson libraries to 2.13.5 (#11081) add 02715141f5 Upgraded commons-cli and commons-lang3 packa

[GitHub] [pinot] Jackie-Jiang merged pull request #11083: Upgraded commons-cli and commons-lang3 package version.

2023-07-12 Thread via GitHub
Jackie-Jiang merged PR #11083: URL: https://github.com/apache/pinot/pull/11083 -- 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

[pinot] branch master updated (5b157dfcf5 -> 4f45907931)

2023-07-12 Thread jackie
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 5b157dfcf5 Delete an obsolete TODO. (#11080) add 4f45907931 Update jackson libraries to 2.13.5 (#11081) No new re

[GitHub] [pinot] Jackie-Jiang merged pull request #11081: Update jackson libraries to 2.13.5

2023-07-12 Thread via GitHub
Jackie-Jiang merged PR #11081: URL: https://github.com/apache/pinot/pull/11081 -- 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

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #10990: Updated code for setting value of segment min/max property.

2023-07-12 Thread via GitHub
Jackie-Jiang commented on code in PR #10990: URL: https://github.com/apache/pinot/pull/10990#discussion_r1261564543 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/SegmentColumnarIndexCreator.java: ## @@ -605,6 +597,40 @@ static boolean i

[GitHub] [pinot] richardstartin commented on issue #10986: Count discrepancy among `in`/`=` and `<` queries using timestamp index

2023-07-12 Thread via GitHub
richardstartin commented on issue #10986: URL: https://github.com/apache/pinot/issues/10986#issuecomment-1632961236 I was suggesting to patch pinot to avoid calling `RangeBitmap.eq` in case it's the cause of this bug. I can try to break `RangeBitmap.eq` and do a release to unblock this, but

[GitHub] [pinot] Jackie-Jiang commented on issue #10986: Count discrepancy among `in`/`=` and `<` queries using timestamp index

2023-07-12 Thread via GitHub
Jackie-Jiang commented on issue #10986: URL: https://github.com/apache/pinot/issues/10986#issuecomment-1632957010 @shwin As @richardstartin suggested, can you try using BETWEEN with same value and compare the result with EQ? Something like `where blockTimestamp_day between fromDateTime('202

[GitHub] [pinot] xiangfu0 opened a new pull request, #11094: Adding alias for Transform function type registry

2023-07-12 Thread via GitHub
xiangfu0 opened a new pull request, #11094: URL: https://github.com/apache/pinot/pull/11094 (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

[GitHub] [pinot] Jackie-Jiang merged pull request #11080: Delete an obsolete TODO.

2023-07-12 Thread via GitHub
Jackie-Jiang merged PR #11080: URL: https://github.com/apache/pinot/pull/11080 -- 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

[pinot] branch master updated (3f15e10ffd -> 5b157dfcf5)

2023-07-12 Thread jackie
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 3f15e10ffd Consistently use isNullRow in transform function tests. (#11079) add 5b157dfcf5 Delete an obsolete TOD

[pinot] branch master updated: Consistently use isNullRow in transform function tests. (#11079)

2023-07-12 Thread jackie
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 3f15e10ffd Consistently use isNullRow in transfor

[GitHub] [pinot] Jackie-Jiang merged pull request #11079: Consistently use isNullRow in transform function tests.

2023-07-12 Thread via GitHub
Jackie-Jiang merged PR #11079: URL: https://github.com/apache/pinot/pull/11079 -- 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

[GitHub] [pinot] JeffBolle commented on a diff in pull request #10995: Extract record keys, headers and metadata from Pulsar sources

2023-07-12 Thread via GitHub
JeffBolle commented on code in PR #10995: URL: https://github.com/apache/pinot/pull/10995#discussion_r1261432675 ## pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarMetadataExtractor.java: ## @@ -0,0 +1,124 @@ +/** + * L

[GitHub] [pinot] JeffBolle commented on a diff in pull request #10995: Extract record keys, headers and metadata from Pulsar sources

2023-07-12 Thread via GitHub
JeffBolle commented on code in PR #10995: URL: https://github.com/apache/pinot/pull/10995#discussion_r1261431874 ## pinot-plugins/pinot-stream-ingestion/pinot-pulsar/src/main/java/org/apache/pinot/plugin/stream/pulsar/PulsarStreamMessage.java: ## @@ -0,0 +1,47 @@ +/** + * Licens

[GitHub] [pinot] codecov-commenter commented on pull request #11093: Allow using Lucene text indexes on mutable MV columns.

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11093: URL: https://github.com/apache/pinot/pull/11093#issuecomment-1632810862 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11093?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[pinot] branch master updated (7f855a5220 -> 0350c9b5bd)

2023-07-12 Thread saurabhd336
This is an automated email from the ASF dual-hosted git repository. saurabhd336 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 7f855a5220 Fix grpc regression on multi-stage engine (#11086) add 0350c9b5bd Set _disableAcl appropriately wh

[GitHub] [pinot] saurabhd336 merged pull request #11087: Set _disableAcl appropriately when initializing FS directly with S3 client

2023-07-12 Thread via GitHub
saurabhd336 merged PR #11087: URL: https://github.com/apache/pinot/pull/11087 -- 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.

[GitHub] [pinot] kirkrodrigues opened a new pull request, #11093: Allow using Lucene text indexes on mutable MV columns.

2023-07-12 Thread via GitHub
kirkrodrigues opened a new pull request, #11093: URL: https://github.com/apache/pinot/pull/11093 tags: bugfix #11000 added support for Lucene text indexes on mutable MV columns; this PR enables their use by updating `createMutableIndex` to reflect the change in #11000. # Testi

[GitHub] [pinot] codecov-commenter commented on pull request #11091: Upgrade swagger-ui from 3.23.11 to 5.1.0

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11091: URL: https://github.com/apache/pinot/pull/11091#issuecomment-1632703702 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11091?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] geekboood closed issue #10844: Long respond time with simple filter query

2023-07-12 Thread via GitHub
geekboood closed issue #10844: Long respond time with simple filter query URL: https://github.com/apache/pinot/issues/10844 -- 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 u

[GitHub] [pinot] geekboood commented on issue #10844: Long respond time with simple filter query

2023-07-12 Thread via GitHub
geekboood commented on issue #10844: URL: https://github.com/apache/pinot/issues/10844#issuecomment-1632650695 Adding SSD improved overall performance. I add a bcache layer using SSD to Pinot data drive and the performance drastically improved, both initial starting and querying. For Pinot,

[GitHub] [pinot] geekboood commented on issue #10960: Large off-heap memory usage?

2023-07-12 Thread via GitHub
geekboood commented on issue #10960: URL: https://github.com/apache/pinot/issues/10960#issuecomment-1632644587 > When configuring xmx16G, java will use up to 16G heap and up to 16G direct memory, mapped memory is not tracked though. The mapped memory can go over the limit (OS should reclaim

[pinot] branch master updated (437504331e -> 7f855a5220)

2023-07-12 Thread rongr
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 437504331e Support for new dataTime format in `DateTimeGranularitySpec` without explicitly setting size (#11057) a

[GitHub] [pinot] walterddr merged pull request #11086: Fix grpc regression on multi-stage engine

2023-07-12 Thread via GitHub
walterddr merged PR #11086: URL: https://github.com/apache/pinot/pull/11086 -- 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

[GitHub] [pinot] dario-liberman commented on pull request #10867: FUNNEL_COUNT Aggregation Function

2023-07-12 Thread via GitHub
dario-liberman commented on PR #10867: URL: https://github.com/apache/pinot/pull/10867#issuecomment-1632555378 > I am working on other aggregation strategies that do not require partitioning - [master...dario-liberman:pinot:funnel-strategies](https://github.com/apache/pinot/compare/master..

[GitHub] [pinot] dario-liberman opened a new pull request, #11092: Funnel Count - Multiple Strategies (no partitioning requisites)

2023-07-12 Thread via GitHub
dario-liberman opened a new pull request, #11092: URL: https://github.com/apache/pinot/pull/11092 PR for https://github.com/apache/pinot/issues/10866 This PR adds the remaining funnel count aggregation strategies documented in [docs](https://github.com/dario-liberman/pinot-docs/blob/7

[GitHub] [pinot] codecov-commenter commented on pull request #11088: Update aws 2.20.94

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11088: URL: https://github.com/apache/pinot/pull/11088#issuecomment-1632419503 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11088?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] codecov-commenter commented on pull request #11089: Bump jts-core from 1.16.1 to 1.19.0

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11089: URL: https://github.com/apache/pinot/pull/11089#issuecomment-1632405785 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11089?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] codecov-commenter commented on pull request #11090: Bump lombok from 1.18.26 to 1.18.28

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11090: URL: https://github.com/apache/pinot/pull/11090#issuecomment-1632404888 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11090?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] abhioncbr opened a new pull request, #11091: Upgrade swagger-ui from 3.23.11 to 5.1.0

2023-07-12 Thread via GitHub
abhioncbr opened a new pull request, #11091: URL: https://github.com/apache/pinot/pull/11091 - Upgrade `swagger-ui` dependency from `3.23.11` to `5.1.0` -- 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

[pinot] branch dependabot/maven/org.projectlombok-lombok-1.18.28 created (now d94c2ed799)

2023-07-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.projectlombok-lombok-1.18.28 in repository https://gitbox.apache.org/repos/asf/pinot.git at d94c2ed799 Bump lombok from 1.18.26 to 1.18.28 No new revisions were a

[GitHub] [pinot] dependabot[bot] opened a new pull request, #11089: Bump jts-core from 1.16.1 to 1.19.0

2023-07-12 Thread via GitHub
dependabot[bot] opened a new pull request, #11089: URL: https://github.com/apache/pinot/pull/11089 Bumps jts-core from 1.16.1 to 1.19.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.locationtech.jts:jts-c

[GitHub] [pinot] dependabot[bot] opened a new pull request, #11090: Bump lombok from 1.18.26 to 1.18.28

2023-07-12 Thread via GitHub
dependabot[bot] opened a new pull request, #11090: URL: https://github.com/apache/pinot/pull/11090 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.26 to 1.18.28. Changelog Sourced from https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown";>lo

[GitHub] [pinot] tibrewalpratik17 commented on issue #11076: Mulitstage queries doesn't run locally

2023-07-12 Thread via GitHub
tibrewalpratik17 commented on issue #11076: URL: https://github.com/apache/pinot/issues/11076#issuecomment-1632304310 > hmm, I've explicitly build current master then revert https://github.com/apache/pinot/pull/11074 and it fixed the problem... maybe try to delete ~/.m2/repository/ cache

[GitHub] [pinot] gortiz opened a new pull request, #11088: Update aws 2.20.94

2023-07-12 Thread via GitHub
gortiz opened a new pull request, #11088: URL: https://github.com/apache/pinot/pull/11088 Update AWS. This PR already derives from #11070 and therefore include these changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pinot] xiangfu0 commented on issue #11076: Mulitstage queries doesn't run locally

2023-07-12 Thread via GitHub
xiangfu0 commented on issue #11076: URL: https://github.com/apache/pinot/issues/11076#issuecomment-1632190711 maybe try to delete `~/.m2/repository/` cache then do `mvn clean install -Pbin-dist -DskipTests -T1C` again ? -- This is an automated message from the Apache Git Service. To respo

[GitHub] [pinot] codecov-commenter commented on pull request #11087: Set _disableAcl appropriately when initializing FS directly with S3 client

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11087: URL: https://github.com/apache/pinot/pull/11087#issuecomment-1632148585 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11087?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] codecov-commenter commented on pull request #11086: Fix grpc regression on multi-stage engine

2023-07-12 Thread via GitHub
codecov-commenter commented on PR #11086: URL: https://github.com/apache/pinot/pull/11086#issuecomment-1632131277 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11086?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] saurabhd336 opened a new pull request, #11087: Set _disableAcl appropriately when initializing FS directly with S3 client

2023-07-12 Thread via GitHub
saurabhd336 opened a new pull request, #11087: URL: https://github.com/apache/pinot/pull/11087 Allows for setting _disableAcl when initializing FS instance directly with s3 client -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [pinot] xiangfu0 commented on issue #11076: Mulitstage queries doesn't run locally

2023-07-12 Thread via GitHub
xiangfu0 commented on issue #11076: URL: https://github.com/apache/pinot/issues/11076#issuecomment-1632045763 hmm, I've explicitly build current master then revert #11074 and it fixed the problem... -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [pinot] tibrewalpratik17 commented on issue #11076: Mulitstage queries doesn't run locally

2023-07-12 Thread via GitHub
tibrewalpratik17 commented on issue #11076: URL: https://github.com/apache/pinot/issues/11076#issuecomment-1632038192 @xiangfu0 this change might not be related to this issue as it seems this is happening in grpc-1.53.0 package. Plus i never pulled #11074 in my local as it's very recent.

[GitHub] [pinot] xiangfu0 commented on issue #11076: Mulitstage queries doesn't run locally

2023-07-12 Thread via GitHub
xiangfu0 commented on issue #11076: URL: https://github.com/apache/pinot/issues/11076#issuecomment-1632033468 https://github.com/apache/pinot/pull/11086 -- 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

[GitHub] [pinot] tibrewalpratik17 commented on issue #11076: Mulitstage queries doesn't run locally

2023-07-12 Thread via GitHub
tibrewalpratik17 commented on issue #11076: URL: https://github.com/apache/pinot/issues/11076#issuecomment-1632033455 > Can you share the EXACT command you used to build Pinot? I used `mvn clean install -DskipTests -Pbin-dist` to build Pinot. My maven version: ``` > mvn --vers

[GitHub] [pinot] xiangfu0 opened a new pull request, #11086: Fix grpc regression on multi-stage engine

2023-07-12 Thread via GitHub
xiangfu0 opened a new pull request, #11086: URL: https://github.com/apache/pinot/pull/11086 - revert `grpc-protobuf-lite` version - Adding multi-stage quickstart to github Action CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t