Re: [I] Support new data type: `TimestampWithTimeZone` [pinot]

2024-04-24 Thread via GitHub
gortiz commented on issue #13004: URL: https://github.com/apache/pinot/issues/13004#issuecomment-2076493793 Just as a reminder, this type in Postgres does not actually include timezone. Instead, at disk level, this type is just a normal timestamp. As explained by [the doc](https://www.post

Re: [PR] Add some multi-stage metrics [pinot]

2024-04-24 Thread via GitHub
gortiz commented on code in PR #12982: URL: https://github.com/apache/pinot/pull/12982#discussion_r1578961848 ## pinot-common/src/main/java/org/apache/pinot/common/metrics/BrokerMeter.java: ## @@ -102,7 +107,23 @@ public enum BrokerMeter implements AbstractMetrics.Meter { NET

Re: [PR] Allow user configurable regex library for queries [pinot]

2024-04-24 Thread via GitHub
codecov-commenter commented on PR #13005: URL: https://github.com/apache/pinot/pull/13005#issuecomment-2076301260 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/13005?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Re-enable the Spotless plugin for Java 21 [pinot]

2024-04-24 Thread via GitHub
yashmayya commented on code in PR #12992: URL: https://github.com/apache/pinot/pull/12992#discussion_r1578801113 ## pom.xml: ## @@ -1625,7 +1611,6 @@ 2.43.0 - verify Review Comment: This isn't required because `spotless:check

[PR] Allow user configurable regex library for queries [pinot]

2024-04-24 Thread via GitHub
itschrispeck opened a new pull request, #13005: URL: https://github.com/apache/pinot/pull/13005 This PR addresses https://github.com/apache/pinot/issues/12628 This provides functionality to configure a regex library that will be used during query execution. - `PatternFactory.c

Re: [PR] Upgrade lucene to 9.10.0 and compatibility changes to code. [pinot]

2024-04-24 Thread via GitHub
abhioncbr commented on PR #12866: URL: https://github.com/apache/pinot/pull/12866#issuecomment-2076188853 > I don't fully follow why did it break. Following the same logic in #11857 should work. Basically when downgrading and Pinot doesn't understand the new format, it should try to generat

Re: [PR] Cleanup the consumer interfaces and legacy code [pinot]

2024-04-24 Thread via GitHub
jadami10 commented on code in PR #12697: URL: https://github.com/apache/pinot/pull/12697#discussion_r1578669371 ## pinot-spi/src/main/java/org/apache/pinot/spi/stream/RowMetadata.java: ## @@ -64,24 +62,34 @@ default long getFirstStreamRecordIngestionTimeMs() { } /** -

(pinot) branch master updated (099a86cff0 -> 99a4180330)

2024-04-24 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 099a86cff0 Add schema as input to the decoder. (#12981) add 99a4180330 avoid useless intermediate byte array alloc

Re: [PR] Avoid useless byte array allocation for VarChunkV4Reader StringMV [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang merged PR #12978: URL: https://github.com/apache/pinot/pull/12978 -- 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

Re: [PR] Cleanup the consumer interfaces and legacy code [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang commented on code in PR #12697: URL: https://github.com/apache/pinot/pull/12697#discussion_r1578650162 ## pinot-spi/src/main/java/org/apache/pinot/spi/stream/RowMetadata.java: ## @@ -64,24 +62,34 @@ default long getFirstStreamRecordIngestionTimeMs() { } /**

Re: [PR] [Feature] Support configurable Lucene analyzer with args and configurable query parser [pinot]

2024-04-24 Thread via GitHub
codecov-commenter commented on PR #13003: URL: https://github.com/apache/pinot/pull/13003#issuecomment-2075960343 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/13003?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

[PR] [Feature] Support custom Lucene analyzer with args and custom query parser [pinot]

2024-04-24 Thread via GitHub
jackluo923 opened a new pull request, #13003: URL: https://github.com/apache/pinot/pull/13003 In this pull request, we introduce two significant feature enhancements that build upon #12027 [Configurable Lucene Analyzer] and enhance the flexibility and functionality of our text processing ca

Re: [PR] Add protobuf codegen decoder [pinot]

2024-04-24 Thread via GitHub
rseetham commented on PR #12980: URL: https://github.com/apache/pinot/pull/12980#issuecomment-2075770120 @KKcorps Could you take 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 speci

(pinot) branch master updated: Add schema as input to the decoder. (#12981)

2024-04-24 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 099a86cff0 Add schema as input to the decoder. (#

Re: [I] Provide pinot schema when initializing StreamMessageDecoder [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang closed issue #12521: Provide pinot schema when initializing StreamMessageDecoder URL: https://github.com/apache/pinot/issues/12521 -- 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

Re: [PR] Add schema as input to the decoder. [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang merged PR #12981: URL: https://github.com/apache/pinot/pull/12981 -- 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 (73f1620056 -> 2ca6666b7e)

2024-04-24 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 73f1620056 Bump org.jline:jline from 3.26.0 to 3.26.1 (#12997) add 2cab7e Pull pulsar version definitaion into

Re: [PR] [minor] Pull pulsar version definitaion into root POM [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang merged PR #13002: URL: https://github.com/apache/pinot/pull/13002 -- 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

Re: [PR] Re-enable the Spotless plugin for Java 21 [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang commented on code in PR #12992: URL: https://github.com/apache/pinot/pull/12992#discussion_r1578317006 ## pinot-common/pom.xml: ## @@ -62,6 +62,27 @@ protobuf-maven-plugin + +com.diffplug.spotless +spotless-maven-plugin +

(pinot) branch dependabot/maven/org.jline-jline-3.26.1 deleted (was 6ee9caccc2)

2024-04-24 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/org.jline-jline-3.26.1 in repository https://gitbox.apache.org/repos/asf/pinot.git was 6ee9caccc2 Bump org.jline:jline from 3.26.0 to 3.26.1 The revisions that were on this

(pinot) branch master updated (5adb02fc33 -> 73f1620056)

2024-04-24 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 5adb02fc33 Bump com.azure:azure-storage-file-datalake from 12.18.3 to 12.18.4 (#12995) add 73f1620056 Bump org.jl

Re: [PR] Bump org.jline:jline from 3.26.0 to 3.26.1 [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang merged PR #12997: URL: https://github.com/apache/pinot/pull/12997 -- 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 dependabot/maven/com.azure-azure-storage-file-datalake-12.18.4 deleted (was 63d8a9f58c)

2024-04-24 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/com.azure-azure-storage-file-datalake-12.18.4 in repository https://gitbox.apache.org/repos/asf/pinot.git was 63d8a9f58c Bump com.azure:azure-storage-file-datalake from 12.

(pinot) branch master updated (cb16cd7c41 -> d602ffdad6)

2024-04-24 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 cb16cd7c41 Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (#12999) add d602ffdad6 Bump aws.sdk.version fr

Re: [PR] Bump com.azure:azure-storage-file-datalake from 12.18.3 to 12.18.4 [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang merged PR #12995: URL: https://github.com/apache/pinot/pull/12995 -- 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 (d602ffdad6 -> 5adb02fc33)

2024-04-24 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 d602ffdad6 Bump aws.sdk.version from 2.25.36 to 2.25.37 (#12994) add 5adb02fc33 Bump com.azure:azure-storage-file-

(pinot) branch dependabot/maven/aws.sdk.version-2.25.37 deleted (was 1f23e610db)

2024-04-24 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/aws.sdk.version-2.25.37 in repository https://gitbox.apache.org/repos/asf/pinot.git was 1f23e610db Bump aws.sdk.version from 2.25.36 to 2.25.37 The revisions that were on t

Re: [PR] Bump aws.sdk.version from 2.25.36 to 2.25.37 [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang merged PR #12994: URL: https://github.com/apache/pinot/pull/12994 -- 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 dependabot/maven/com.github.luben-zstd-jni-1.5.6-3 deleted (was 86b1af8b02)

2024-04-24 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/com.github.luben-zstd-jni-1.5.6-3 in repository https://gitbox.apache.org/repos/asf/pinot.git was 86b1af8b02 Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 The rev

(pinot) branch master updated (33b8c88d29 -> cb16cd7c41)

2024-04-24 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 33b8c88d29 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 (#12996) add cb16cd7c41 Bump com.

(pinot) branch master updated (bc9e8ee541 -> 33b8c88d29)

2024-04-24 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 bc9e8ee541 Upgrade Pulsar to 3.2.2 (#12967) add 33b8c88d29 Bump org.apache.maven.plugins:maven-shade-plugin from 3

Re: [PR] Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang merged PR #12996: URL: https://github.com/apache/pinot/pull/12996 -- 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

Re: [PR] Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang merged PR #12999: URL: https://github.com/apache/pinot/pull/12999 -- 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 dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.5.3 deleted (was 5a1e7cab64)

2024-04-24 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.5.3 in repository https://gitbox.apache.org/repos/asf/pinot.git was 5a1e7cab64 Bump org.apache.maven.plugins:maven-shade-plugi

Re: [PR] Create a class for MailboxId [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang commented on PR #12955: URL: https://github.com/apache/pinot/pull/12955#issuecomment-2075451380 > I've created this PR mainly to have a nicer message in some cases. For example, when there is a timeout sending to some mailbox the current name is quite difficult to understand ev

Re: [PR] Add schema as input to the decoder. [pinot]

2024-04-24 Thread via GitHub
Jackie-Jiang commented on code in PR #12981: URL: https://github.com/apache/pinot/pull/12981#discussion_r1578244090 ## pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java: ## @@ -1780,6 +1780,31 @@ private void updateCurrentDocume

Re: [PR] Multi stage stats [pinot]

2024-04-24 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1576190502 ## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java: ## @@ -276,6 +264,161 @@ protected BrokerResponse handleRequest

Re: [PR] Multi stage stats [pinot]

2024-04-24 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1578099170 ## pinot-common/src/main/java/org/apache/pinot/common/response/broker/BrokerResponseNative.java: ## @@ -51,6 +59,7 @@ "segmentStatistics", "traceInfo", "partialResu

Re: [PR] Multi stage stats [pinot]

2024-04-24 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1576190502 ## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java: ## @@ -276,6 +264,161 @@ protected BrokerResponse handleRequest

Re: [PR] Add some multi-stage metrics [pinot]

2024-04-24 Thread via GitHub
gortiz commented on code in PR #12982: URL: https://github.com/apache/pinot/pull/12982#discussion_r1578093904 ## pinot-common/src/main/java/org/apache/pinot/common/metrics/BrokerMeter.java: ## @@ -85,7 +90,7 @@ public enum BrokerMeter implements AbstractMetrics.Meter { REQUES

Re: [PR] Multi stage stats [pinot]

2024-04-24 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1578088791 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/blocks/TransferableBlock.java: ## @@ -19,44 +19,50 @@ package org.apache.pinot.query.runtime.blocks;

Re: [PR] Multi stage stats [pinot]

2024-04-24 Thread via GitHub
gortiz commented on PR #12704: URL: https://github.com/apache/pinot/pull/12704#issuecomment-2075217016 > Can you share the race condition you find during debugging? I want to learn the context If found it in https://github.com/apache/pinot/pull/12704/commits/dcb197cd5469824f30aeaaab0

Re: [PR] Multi stage stats [pinot]

2024-04-24 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1578077425 ## pinot-common/src/main/java/org/apache/pinot/common/response/broker/BrokerResponseNativeV2.java: ## @@ -77,20 +100,301 @@ public static BrokerResponseNativeV2 empty()

Re: [PR] Metric for count of tables configured with various tier backends [pinot]

2024-04-24 Thread via GitHub
shounakmk219 commented on code in PR #12940: URL: https://github.com/apache/pinot/pull/12940#discussion_r1578054183 ## pinot-common/src/main/java/org/apache/pinot/common/metrics/AbstractMetrics.java: ## @@ -766,6 +767,10 @@ private String composeTableGaugeName(final String tabl

Re: [PR] Create a class for MailboxId [pinot]

2024-04-24 Thread via GitHub
gortiz commented on PR #12955: URL: https://github.com/apache/pinot/pull/12955#issuecomment-2075167318 I've created this PR mainly to have a nicer message in some cases. For example, when there is a timeout sending to some mailbox the current name is quite difficult to understand even for P

Re: [PR] Metric for count of tables configured with various tier backends [pinot]

2024-04-24 Thread via GitHub
shounakmk219 commented on code in PR #12940: URL: https://github.com/apache/pinot/pull/12940#discussion_r1578050621 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/SegmentStatusChecker.java: ## @@ -135,6 +138,17 @@ protected void postprocess(Context context)

(pinot-site) branch new-site-dev updated: Wb 286 redirect who uses (#123)

2024-04-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch new-site-dev in repository https://gitbox.apache.org/repos/asf/pinot-site.git The following commit(s) were added to refs/heads/new-site-dev by this push: new 0067e4f8 Wb 286 redirect who us

Re: [PR] Wb 286 redirect who uses [pinot-site]

2024-04-24 Thread via GitHub
xiangfu0 merged PR #123: URL: https://github.com/apache/pinot-site/pull/123 -- 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

Re: [I] Upsert table backfill enhancement: support externally partitioned data [pinot]

2024-04-24 Thread via GitHub
rohityadav1993 commented on issue #12987: URL: https://github.com/apache/pinot/issues/12987#issuecomment-2075075108 Another approach I believe can be utlized is defining a naming convention for uploaded segment similar to LLC. The segment name can capture the partition id. We already have a

[PR] Wb 286 redirect who uses [pinot-site]

2024-04-24 Thread via GitHub
gio-startree opened a new pull request, #123: URL: https://github.com/apache/pinot-site/pull/123 (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

Re: [PR] Metric for count of tables configured with various tier backends [pinot]

2024-04-24 Thread via GitHub
xiangfu0 commented on code in PR #12940: URL: https://github.com/apache/pinot/pull/12940#discussion_r1577976012 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/SegmentStatusChecker.java: ## @@ -135,6 +138,17 @@ protected void postprocess(Context context) {

[I] [single stage] HAVING fails if aggregation is not in SELECT part [pinot]

2024-04-24 Thread via GitHub
cyrilou242 opened a new issue, #13000: URL: https://github.com/apache/pinot/issues/13000 ## Problem The following query fails: ``` select OS_Version from CleanLogisticData GROUP BY OS_Version HAVING MAX("timestamp") > 10800 limit 10 ``` With ``` Error

Re: [PR] Metric for count of tables configured with various tier backends [pinot]

2024-04-24 Thread via GitHub
xiangfu0 commented on code in PR #12940: URL: https://github.com/apache/pinot/pull/12940#discussion_r1577976012 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/SegmentStatusChecker.java: ## @@ -135,6 +138,17 @@ protected void postprocess(Context context) {

Re: [PR] Metric for count of tables configured with various tier backends [pinot]

2024-04-24 Thread via GitHub
xiangfu0 commented on code in PR #12940: URL: https://github.com/apache/pinot/pull/12940#discussion_r1577855082 ## pinot-common/src/main/java/org/apache/pinot/common/metrics/AbstractMetrics.java: ## @@ -766,6 +767,10 @@ private String composeTableGaugeName(final String tableNam

(pinot-site) branch new-site-dev updated: WB-286 - Redirect from "who-uses" to "powered-by" page (#122)

2024-04-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch new-site-dev in repository https://gitbox.apache.org/repos/asf/pinot-site.git The following commit(s) were added to refs/heads/new-site-dev by this push: new d9ee2216 WB-286 - Redirect from

Re: [PR] WB-286 - Redirect from "who-uses" to "powered-by" page [pinot-site]

2024-04-24 Thread via GitHub
xiangfu0 merged PR #122: URL: https://github.com/apache/pinot-site/pull/122 -- 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

(pinot) branch dependabot/maven/com.github.luben-zstd-jni-1.5.6-3 created (now 86b1af8b02)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.github.luben-zstd-jni-1.5.6-3 in repository https://gitbox.apache.org/repos/asf/pinot.git at 86b1af8b02 Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 No

(pinot) branch dependabot/maven/net.alchim31.maven-scala-maven-plugin-4.9.0 created (now fcd54fd1f0)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/net.alchim31.maven-scala-maven-plugin-4.9.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at fcd54fd1f0 Bump net.alchim31.maven:scala-maven-plugin from 3

[PR] Bump org.jline:jline from 3.26.0 to 3.26.1 [pinot]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #12997: URL: https://github.com/apache/pinot/pull/12997 Bumps [org.jline:jline](https://github.com/jline/jline3) from 3.26.0 to 3.26.1. Release notes Sourced from https://github.com/jline/jline3/releases";>org.jline:jline's releases.

[PR] Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 [pinot]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #12999: URL: https://github.com/apache/pinot/pull/12999 Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from 1.5.6-2 to 1.5.6-3. Commits https://github.com/luben/zstd-jni/commit/c77a7658aeba94ccd3da52e61ce87d06e729

[PR] Bump net.alchim31.maven:scala-maven-plugin from 3.2.2 to 4.9.0 [pinot]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #12998: URL: https://github.com/apache/pinot/pull/12998 Bumps net.alchim31.maven:scala-maven-plugin from 3.2.2 to 4.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name

(pinot) branch dependabot/maven/org.jline-jline-3.26.1 created (now 6ee9caccc2)

2024-04-24 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.jline-jline-3.26.1 in repository https://gitbox.apache.org/repos/asf/pinot.git at 6ee9caccc2 Bump org.jline:jline from 3.26.0 to 3.26.1 No new revisions were added

(pinot) branch dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.5.3 created (now 5a1e7cab64)

2024-04-24 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.apache.maven.plugins-maven-shade-plugin-3.5.3 in repository https://gitbox.apache.org/repos/asf/pinot.git at 5a1e7cab64 Bump org.apache.maven.plugins:maven-shade-p

[PR] Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 [pinot]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #12996: URL: https://github.com/apache/pinot/pull/12996 Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3. Commits https://github.com/apache/maven-shade-plugin/commit

(pinot) branch dependabot/maven/com.azure-azure-storage-file-datalake-12.18.4 created (now 63d8a9f58c)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.azure-azure-storage-file-datalake-12.18.4 in repository https://gitbox.apache.org/repos/asf/pinot.git at 63d8a9f58c Bump com.azure:azure-storage-file-datalake from

[PR] Bump com.azure:azure-storage-file-datalake from 12.18.3 to 12.18.4 [pinot]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #12995: URL: https://github.com/apache/pinot/pull/12995 Bumps [com.azure:azure-storage-file-datalake](https://github.com/Azure/azure-sdk-for-java) from 12.18.3 to 12.18.4. Release notes Sourced from https://github.com/Azure/azure-sdk-for-

(pinot) branch dependabot/maven/aws.sdk.version-2.25.37 created (now 1f23e610db)

2024-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/aws.sdk.version-2.25.37 in repository https://gitbox.apache.org/repos/asf/pinot.git at 1f23e610db Bump aws.sdk.version from 2.25.36 to 2.25.37 No new revisions were ad

[PR] Bump aws.sdk.version from 2.25.36 to 2.25.37 [pinot]

2024-04-24 Thread via GitHub
dependabot[bot] opened a new pull request, #12994: URL: https://github.com/apache/pinot/pull/12994 Bumps `aws.sdk.version` from 2.25.36 to 2.25.37. Updates `software.amazon.awssdk:bom` from 2.25.36 to 2.25.37 Updates `software.amazon.awssdk:apache-client` from 2.25.36 to 2.25.37

[PR] WB-286 - Redirect from "who-uses" to "powered-by" page [pinot-site]

2024-04-24 Thread via GitHub
gio-startree opened a new pull request, #122: URL: https://github.com/apache/pinot-site/pull/122 (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

(pinot-site) branch new-static-prod updated: remove tags and toberemoved pages

2024-04-24 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch new-static-prod in repository https://gitbox.apache.org/repos/asf/pinot-site.git The following commit(s) were added to refs/heads/new-static-prod by this push: new 2d8468c8 remove tags and