(pinot-site) branch new-site-dev updated: Fix meta tag frame-src for youtube (#106)

2024-04-08 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 4a9d3aa9 Fix meta tag frame-src

Re: [PR] Fix meta tag frame-src for youtube [pinot-site]

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

[I] DISCOUNTHLL function returns an error when value of log2m is not 8 [pinot]

2024-04-08 Thread via GitHub
saurabhlambe opened a new issue, #12839: URL: https://github.com/apache/pinot/issues/12839 Example query: ``` SELECT DISTINCTCOUNTHLL(analytics_session_id_if_mobility_book,16) AS value FROM f_pax_app_sessions WHERE session_start_timestamp_10m >= '2024-01-12 17:00:00.0' AND session_sta

Re: [PR] upgrade to jackson 2.17.0 [pinot]

2024-04-08 Thread via GitHub
siddharthteotia commented on PR #12757: URL: https://github.com/apache/pinot/pull/12757#issuecomment-2044068500 @sullis - It will be great if you can do this upgrade as per the proposal outlined in https://github.com/apache/pinot/issues/12676 One of the previous Jackson upgrad

Re: [I] Proposal to Harmonize Pinot Dependency Management [pinot]

2024-04-08 Thread via GitHub
siddharthteotia commented on issue #12676: URL: https://github.com/apache/pinot/issues/12676#issuecomment-2044064645 @gortiz - Let's try to publish (1) soon please. I see multiple dependency upgrade PRs opened and would like them to follow the process. -- This is an automated message fr

Re: [PR] upgrade to grpc 1.62.2 [pinot]

2024-04-08 Thread via GitHub
siddharthteotia commented on PR #12800: URL: https://github.com/apache/pinot/pull/12800#issuecomment-2044065211 @sullis - It will be great if you can do this upgrade as per the proposal outlined in https://github.com/apache/pinot/issues/12676 cc @gviedma -- This is an automated m

Re: [PR] Allowing users to pass minionInstanceTag as a param in /tasks/schedule API [pinot]

2024-04-08 Thread via GitHub
siddharthteotia commented on PR #12786: URL: https://github.com/apache/pinot/pull/12786#issuecomment-2044061876 @tibrewalpratik17 - can you please rebase ? -- 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

Re: [PR] Improves in unsafe memory [pinot]

2024-04-08 Thread via GitHub
siddharthteotia commented on PR #12808: URL: https://github.com/apache/pinot/pull/12808#issuecomment-2044060741 I feel we can remove the method level `synchronize` and declare the field as `volatile` ? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Enhance Kinesis consumer [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang commented on code in PR #12806: URL: https://github.com/apache/pinot/pull/12806#discussion_r1556717366 ## pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisConsumer.java: ## @@ -69,134 +61,77 @@ public Kin

Re: [PR] Enhance Kinesis consumer [pinot]

2024-04-08 Thread via GitHub
swaminathanmanish commented on code in PR #12806: URL: https://github.com/apache/pinot/pull/12806#discussion_r1556650280 ## pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisConsumer.java: ## @@ -69,113 +60,56 @@ publi

[PR] Add validation check for forward index disabled when enabling columnar segment creation [pinot]

2024-04-08 Thread via GitHub
jackjlli opened a new pull request, #12838: URL: https://github.com/apache/pinot/pull/12838 Now that column major segment builder is enabled by default in this PR (https://github.com/apache/pinot/pull/12770), the validation check should be added on cases where the forward index is disabled.

(pinot) 01/01: Add validation check for forward index disabled when enabling columnar segment creation

2024-04-08 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch add-validation-check-for-forward-index-disabled-when-enabling-columnar-segment-creation in repository https://gitbox.apache.org/repos/asf/pinot.git commit 4c2fca142da5600de9a98d6583a28729c7c6aa21 A

(pinot) branch add-validation-check-for-forward-index-disabled-when-enabling-columnar-segment-creation created (now 4c2fca142d)

2024-04-08 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch add-validation-check-for-forward-index-disabled-when-enabling-columnar-segment-creation in repository https://gitbox.apache.org/repos/asf/pinot.git at 4c2fca142d Add validation check for for

(pinot) branch master updated: Move package org.apache.calcite to org.apache.pinot.calcite (#12837)

2024-04-08 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 620c46acd3 Move package org.apache.calcite to org

Re: [PR] Move package org.apache.calcite to org.apache.pinot.calcite [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12837: URL: https://github.com/apache/pinot/pull/12837 -- 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] Move package org.apache.calcite to org.apache.pinot.calcite [pinot]

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

Re: [PR] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.2 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12728: URL: https://github.com/apache/pinot/pull/12728 -- 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 (396988de67 -> 156a3e425f)

2024-04-08 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 396988de67 Bump github/codeql-action from 2 to 3 (#12818) add 156a3e425f Bump org.apache.maven.plugins:maven-gpg-p

(pinot) branch dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.2.2 deleted (was bf65017993)

2024-04-08 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-gpg-plugin-3.2.2 in repository https://gitbox.apache.org/repos/asf/pinot.git was bf65017993 Bump org.apache.maven.plugins:maven-gpg-plugin fr

Re: [PR] Enhance Kinesis consumer [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang commented on code in PR #12806: URL: https://github.com/apache/pinot/pull/12806#discussion_r1556482317 ## pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisConsumer.java: ## @@ -69,113 +60,56 @@ public Kin

Re: [PR] Enhance Kinesis consumer [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang commented on code in PR #12806: URL: https://github.com/apache/pinot/pull/12806#discussion_r1556480965 ## pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisConsumer.java: ## @@ -69,113 +60,56 @@ public Kin

Re: [PR] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.2 [pinot]

2024-04-08 Thread via GitHub
sullis commented on PR #12728: URL: https://github.com/apache/pinot/pull/12728#issuecomment-2043718208 LGTM -- 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] Enhance Kinesis consumer [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang commented on code in PR #12806: URL: https://github.com/apache/pinot/pull/12806#discussion_r1556472410 ## pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisConsumer.java: ## @@ -69,113 +60,56 @@ public Kin

[PR] Move package org.apache.calcite to org.apache.pinot.calcite [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang opened a new pull request, #12837: URL: https://github.com/apache/pinot/pull/12837 Move the Pinot classes under package `org.apache.calcite` to `org.apache.pinot.calcite` to avoid confusion -- This is an automated message from the Apache Git Service. To respond to the message

Re: [I] Provide partial unnesting for handling complex types. [pinot]

2024-04-08 Thread via GitHub
rseetham commented on issue #12803: URL: https://github.com/apache/pinot/issues/12803#issuecomment-2043696665 Using SchemaConformingTransformer is the other option. It's cleaner than column transformations that's specified in the [docs](https://docs.pinot.apache.org/basics/data-import/pinot

Re: [PR] Enhance Kinesis consumer [pinot]

2024-04-08 Thread via GitHub
swaminathanmanish commented on code in PR #12806: URL: https://github.com/apache/pinot/pull/12806#discussion_r1556458423 ## pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisConsumer.java: ## @@ -69,113 +60,56 @@ publi

Re: [PR] Add SchemaConformingTransformerV2 to enhance text search abilities [pinot]

2024-04-08 Thread via GitHub
jackluo923 commented on code in PR #12788: URL: https://github.com/apache/pinot/pull/12788#discussion_r1556445579 ## pinot-spi/src/main/java/org/apache/pinot/spi/config/table/ingestion/SchemaConformingTransformerV2Config.java: ## @@ -0,0 +1,253 @@ +/** + * Licensed to the Apache

Re: [PR] upgrade to testcontainers-java 1.19.7 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang commented on PR #12807: URL: https://github.com/apache/pinot/pull/12807#issuecomment-2043664472 Already upgraded by dependency bot #12820 -- 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

Re: [PR] upgrade to testcontainers-java 1.19.7 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang closed pull request #12807: upgrade to testcontainers-java 1.19.7 URL: https://github.com/apache/pinot/pull/12807 -- 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

Re: [PR] add SegmentContext to collect validDocIds bitmaps for many segments together [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang commented on code in PR #12694: URL: https://github.com/apache/pinot/pull/12694#discussion_r1556437699 ## pinot-core/src/main/java/org/apache/pinot/core/data/manager/BaseTableDataManager.java: ## @@ -433,6 +435,14 @@ public Map getSegmentErrors() { } } +

(pinot) branch dependabot/github_actions/github/codeql-action-3 deleted (was 340b972225)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/github_actions/github/codeql-action-3 in repository https://gitbox.apache.org/repos/asf/pinot.git was 340b972225 Bump github/codeql-action from 2 to 3 The revisions that were on

(pinot) branch master updated: Bump github/codeql-action from 2 to 3 (#12818)

2024-04-08 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 396988de67 Bump github/codeql-action from 2 to 3

Re: [PR] Bump github/codeql-action from 2 to 3 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12818: URL: https://github.com/apache/pinot/pull/12818 -- 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/github_actions/docker/setup-buildx-action-3 deleted (was 7dc455b9d3)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/github_actions/docker/setup-buildx-action-3 in repository https://gitbox.apache.org/repos/asf/pinot.git was 7dc455b9d3 Bump docker/setup-buildx-action from 2 to 3 The revisions

(pinot) branch master updated: Bump docker/setup-buildx-action from 2 to 3 (#12817)

2024-04-08 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 2f5dbf1c70 Bump docker/setup-buildx-action from 2

Re: [PR] Bump docker/setup-buildx-action from 2 to 3 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12817: URL: https://github.com/apache/pinot/pull/12817 -- 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/testcontainers.version-1.19.7 deleted (was 6ef17d8c33)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/testcontainers.version-1.19.7 in repository https://gitbox.apache.org/repos/asf/pinot.git was 6ef17d8c33 Bump testcontainers.version from 1.17.3 to 1.19.7 The revisions tha

Re: [PR] Bump docker/login-action from 2 to 3 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12819: URL: https://github.com/apache/pinot/pull/12819 -- 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/github_actions/actions/setup-node-4 deleted (was 595cbd70e6)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/github_actions/actions/setup-node-4 in repository https://gitbox.apache.org/repos/asf/pinot.git was 595cbd70e6 Bump actions/setup-node from 3 to 4 The revisions that were on this

(pinot) branch master updated (af44a2048e -> 3c57a47a50)

2024-04-08 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 af44a2048e Bump actions/setup-node from 3 to 4 (#12821) add 3c57a47a50 Bump testcontainers.version from 1.17.3 to

Re: [PR] Bump testcontainers.version from 1.17.3 to 1.19.7 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12820: URL: https://github.com/apache/pinot/pull/12820 -- 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 actions/setup-node from 3 to 4 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12821: URL: https://github.com/apache/pinot/pull/12821 -- 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.google.cloud-libraries-bom-26.37.0 deleted (was a05abfed88)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/com.google.cloud-libraries-bom-26.37.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was a05abfed88 Bump com.google.cloud:libraries-bom from 26.34.0 to 26.37.

Re: [PR] Bump com.google.cloud:libraries-bom from 26.34.0 to 26.37.0 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12823: URL: https://github.com/apache/pinot/pull/12823 -- 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/github_actions/docker/login-action-3 deleted (was 58bde18481)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/github_actions/docker/login-action-3 in repository https://gitbox.apache.org/repos/asf/pinot.git was 58bde18481 Bump docker/login-action from 2 to 3 The revisions that were on th

(pinot) branch master updated (3c57a47a50 -> 369c6593d1)

2024-04-08 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 3c57a47a50 Bump testcontainers.version from 1.17.3 to 1.19.7 (#12820) add 369c6593d1 Bump docker/login-action from

(pinot) branch master updated (364f000036 -> af44a2048e)

2024-04-08 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 364f36 Bump com.google.cloud:libraries-bom from 26.34.0 to 26.37.0 (#12823) add af44a2048e Bump actions/setup

(pinot) branch master updated: Bump com.google.cloud:libraries-bom from 26.34.0 to 26.37.0 (#12823)

2024-04-08 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 364f36 Bump com.google.cloud:libraries-bom fr

(pinot) branch dependabot/github_actions/actions/checkout-4 deleted (was 5410fc53bc)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/github_actions/actions/checkout-4 in repository https://gitbox.apache.org/repos/asf/pinot.git was 5410fc53bc Bump actions/checkout from 2 to 4 The revisions that were on this bra

(pinot) branch master updated (5504d0857b -> 569189fe0d)

2024-04-08 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 5504d0857b Bump bouncycastle.version from 1.77 to 1.78 (#12825) add 569189fe0d Bump actions/checkout from 2 to 4 (

Re: [PR] Bump actions/checkout from 2 to 4 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12822: URL: https://github.com/apache/pinot/pull/12822 -- 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/jersey.version-3.1.6 deleted (was 4107414669)

2024-04-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jersey.version-3.1.6 in repository https://gitbox.apache.org/repos/asf/pinot.git was 4107414669 Bump jersey.version from 2.42 to 3.1.6 The revisions that were on this b

(pinot) branch dependabot/maven/bouncycastle.version-1.78 deleted (was 4ea4fc0d95)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/bouncycastle.version-1.78 in repository https://gitbox.apache.org/repos/asf/pinot.git was 4ea4fc0d95 Bump bouncycastle.version from 1.77 to 1.78 The revisions that were on

Re: [PR] Bump jersey.version from 2.42 to 3.1.6 [pinot]

2024-04-08 Thread via GitHub
dependabot[bot] commented on PR #12824: URL: https://github.com/apache/pinot/pull/12824#issuecomment-2043545315 OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by

Re: [PR] Bump jersey.version from 2.42 to 3.1.6 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang closed pull request #12824: Bump jersey.version from 2.42 to 3.1.6 URL: https://github.com/apache/pinot/pull/12824 -- 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.

Re: [PR] Bump bouncycastle.version from 1.77 to 1.78 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12825: URL: https://github.com/apache/pinot/pull/12825 -- 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: Bump bouncycastle.version from 1.77 to 1.78 (#12825)

2024-04-08 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 5504d0857b Bump bouncycastle.version from 1.77 to

(pinot) branch dependabot/maven/com.azure-azure-storage-file-datalake-12.18.3 deleted (was 3a2b3ffe98)

2024-04-08 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.3 in repository https://gitbox.apache.org/repos/asf/pinot.git was 3a2b3ffe98 Bump com.azure:azure-storage-file-datalake from 12.

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

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12826: URL: https://github.com/apache/pinot/pull/12826 -- 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.diffplug.spotless-spotless-maven-plugin-2.43.0 deleted (was 65f1a15d76)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.43.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was 65f1a15d76 Bump com.diffplug.spotless:spotless-maven-plug

Re: [PR] Bump com.diffplug.spotless:spotless-maven-plugin from 2.28.0 to 2.43.0 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12827: URL: https://github.com/apache/pinot/pull/12827 -- 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: Bump com.diffplug.spotless:spotless-maven-plugin from 2.28.0 to 2.43.0 (#12827)

2024-04-08 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 eb91286552 Bump com.diffplug.spotless:spotless-ma

(pinot) branch master updated (eb91286552 -> 2fe29bb052)

2024-04-08 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 eb91286552 Bump com.diffplug.spotless:spotless-maven-plugin from 2.28.0 to 2.43.0 (#12827) add 2fe29bb052 Bump co

(pinot) branch master updated: Bump net.java.dev.jna:jna-platform from 5.6.0 to 5.14.0 (#12829)

2024-04-08 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 0f8630d2a3 Bump net.java.dev.jna:jna-platform fro

(pinot) branch dependabot/maven/net.java.dev.jna-jna-platform-5.14.0 deleted (was 30eb668473)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/net.java.dev.jna-jna-platform-5.14.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was 30eb668473 Bump net.java.dev.jna:jna-platform from 5.6.0 to 5.14.0 The

Re: [PR] Bump net.java.dev.jna:jna-platform from 5.6.0 to 5.14.0 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12829: URL: https://github.com/apache/pinot/pull/12829 -- 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.2 deleted (was 59132b6baf)

2024-04-08 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.2 in repository https://gitbox.apache.org/repos/asf/pinot.git was 59132b6baf Bump org.apache.maven.plugins:maven-shade-p

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

2024-04-08 Thread via GitHub
dependabot[bot] commented on PR #12830: URL: https://github.com/apache/pinot/pull/12830#issuecomment-2043541778 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

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

2024-04-08 Thread via GitHub
Jackie-Jiang closed pull request #12830: Bump org.apache.maven.plugins:maven-shade-plugin from 3.1.0 to 3.5.2 URL: https://github.com/apache/pinot/pull/12830 -- 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 t

(pinot) branch dependabot/maven/com.azure-azure-core-http-netty-1.14.2 deleted (was 533f1615fb)

2024-04-08 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-core-http-netty-1.14.2 in repository https://gitbox.apache.org/repos/asf/pinot.git was 533f1615fb Bump com.azure:azure-core-http-netty from 1.14.0 to 1.14.2

(pinot) branch master updated: Bump jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0 (#12834)

2024-04-08 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 d001acedf3 Bump jakarta.annotation:jakarta.annota

(pinot) branch master updated (9b38a1f14c -> 39edec5cb4)

2024-04-08 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 9b38a1f14c Bump io.projectreactor:reactor-core from 3.6.2 to 3.6.4 (#12832) add 39edec5cb4 Bump com.azure:azure-c

(pinot) branch dependabot/maven/org.apache.datasketches-datasketches-java-5.0.2 deleted (was 6af41172d2)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/org.apache.datasketches-datasketches-java-5.0.2 in repository https://gitbox.apache.org/repos/asf/pinot.git was 6af41172d2 Bump org.apache.datasketches:datasketches-java fr

(pinot) branch master updated (d001acedf3 -> 68b7302463)

2024-04-08 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 d001acedf3 Bump jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0 (#12834) add 68b7302463 Bump org.ap

Re: [PR] Bump org.apache.datasketches:datasketches-java from 5.0.1 to 5.0.2 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12833: URL: https://github.com/apache/pinot/pull/12833 -- 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 io.projectreactor:reactor-core from 3.6.2 to 3.6.4 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12832: URL: https://github.com/apache/pinot/pull/12832 -- 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.azure:azure-core-http-netty from 1.14.0 to 1.14.2 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12831: URL: https://github.com/apache/pinot/pull/12831 -- 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/jakarta.annotation-jakarta.annotation-api-3.0.0 deleted (was c3c3643f9f)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/jakarta.annotation-jakarta.annotation-api-3.0.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was c3c3643f9f Bump jakarta.annotation:jakarta.annotation-api fr

Re: [PR] Bump jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12834: URL: https://github.com/apache/pinot/pull/12834 -- 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/io.projectreactor-reactor-core-3.6.4 deleted (was 4b9a9a6492)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/io.projectreactor-reactor-core-3.6.4 in repository https://gitbox.apache.org/repos/asf/pinot.git was 4b9a9a6492 Bump io.projectreactor:reactor-core from 3.6.2 to 3.6.4 The

(pinot) branch master updated: Bump io.projectreactor:reactor-core from 3.6.2 to 3.6.4 (#12832)

2024-04-08 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 9b38a1f14c Bump io.projectreactor:reactor-core fr

(pinot) branch dependabot/maven/net.sf.jopt-simple-jopt-simple-5.0.4 deleted (was cf46768b14)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/net.sf.jopt-simple-jopt-simple-5.0.4 in repository https://gitbox.apache.org/repos/asf/pinot.git was cf46768b14 Bump net.sf.jopt-simple:jopt-simple from 4.6 to 5.0.4 The r

(pinot) branch master updated (805bc4ac1b -> 98873ebcbf)

2024-04-08 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 805bc4ac1b Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16.1 (#12836) add 98873ebcbf Bump net.sf.j

Re: [PR] Bump net.sf.jopt-simple:jopt-simple from 4.6 to 5.0.4 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12835: URL: https://github.com/apache/pinot/pull/12835 -- 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/nl.jqno.equalsverifier-equalsverifier-3.16.1 deleted (was 23bcd73604)

2024-04-08 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.16.1 in repository https://gitbox.apache.org/repos/asf/pinot.git was 23bcd73604 Bump nl.jqno.equalsverifier:equalsverifier from 3.15

(pinot) branch master updated: Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16.1 (#12836)

2024-04-08 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 805bc4ac1b Bump nl.jqno.equalsverifier:equalsveri

Re: [PR] Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16.1 [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12836: URL: https://github.com/apache/pinot/pull/12836 -- 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: [I] NPE when broker header is null [pinot]

2024-04-08 Thread via GitHub
jackjlli commented on issue #12745: URL: https://github.com/apache/pinot/issues/12745#issuecomment-2043525012 PR merged. We can close this issue now. Thanks everyone for working on this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [I] NPE when broker header is null [pinot]

2024-04-08 Thread via GitHub
jackjlli closed issue #12745: NPE when broker header is null URL: https://github.com/apache/pinot/issues/12745 -- 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

(pinot) branch master updated: [Minor] Add Nullable annotation to HttpHeaders in BrokerRequestHandler (#12816)

2024-04-08 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 650e2584b1 [Minor] Add Nullable annotation to Htt

Re: [PR] [Minor] Add Nullable annotation to HttpHeaders in BrokerRequestHandler [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang merged PR #12816: URL: https://github.com/apache/pinot/pull/12816 -- 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] [Minor] Add Nullable annotation to HttpHeaders in BrokerRequestHandler [pinot]

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

Re: [I] Provide partial unnesting for handling complex types. [pinot]

2024-04-08 Thread via GitHub
Jackie-Jiang commented on issue #12803: URL: https://github.com/apache/pinot/issues/12803#issuecomment-2043435968 @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.

[PR] Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16.1 [pinot]

2024-04-08 Thread via GitHub
dependabot[bot] opened a new pull request, #12836: URL: https://github.com/apache/pinot/pull/12836 Bumps [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier) from 3.15.8 to 3.16.1. Release notes Sourced from https://github.com/jqno/equalsverifier/release

(pinot) branch dependabot/maven/net.sf.jopt-simple-jopt-simple-5.0.4 created (now cf46768b14)

2024-04-08 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.sf.jopt-simple-jopt-simple-5.0.4 in repository https://gitbox.apache.org/repos/asf/pinot.git at cf46768b14 Bump net.sf.jopt-simple:jopt-simple from 4.6 to 5.0.4 N

(pinot) branch dependabot/maven/jakarta.annotation-jakarta.annotation-api-3.0.0 created (now c3c3643f9f)

2024-04-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jakarta.annotation-jakarta.annotation-api-3.0.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at c3c3643f9f Bump jakarta.annotation:jakarta.annotation-ap

(pinot) branch dependabot/maven/org.apache.datasketches-datasketches-java-5.0.2 created (now 6af41172d2)

2024-04-08 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.datasketches-datasketches-java-5.0.2 in repository https://gitbox.apache.org/repos/asf/pinot.git at 6af41172d2 Bump org.apache.datasketches:datasketches-jav

[PR] Bump org.apache.datasketches:datasketches-java from 5.0.1 to 5.0.2 [pinot]

2024-04-08 Thread via GitHub
dependabot[bot] opened a new pull request, #12833: URL: https://github.com/apache/pinot/pull/12833 Bumps org.apache.datasketches:datasketches-java from 5.0.1 to 5.0.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-

[PR] Bump io.projectreactor:reactor-core from 3.6.2 to 3.6.4 [pinot]

2024-04-08 Thread via GitHub
dependabot[bot] opened a new pull request, #12832: URL: https://github.com/apache/pinot/pull/12832 Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.6.2 to 3.6.4. Release notes Sourced from https://github.com/reactor/reactor-core/releases";>io.

(pinot) branch dependabot/maven/com.azure-azure-core-http-netty-1.14.2 created (now 533f1615fb)

2024-04-08 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-core-http-netty-1.14.2 in repository https://gitbox.apache.org/repos/asf/pinot.git at 533f1615fb Bump com.azure:azure-core-http-netty from 1.14.0 to 1.

  1   2   >