[GitHub] [pinot] xiangfu0 merged pull request #11602: Schema add UI: fix passing wrong data in the request header

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

[pinot] branch master updated: Schema add UI: fix passing wrong data in the request header (#11602)

2023-09-16 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 41ef450250 Schema add UI: fix passing wrong data

[GitHub] [pinot] chenrui333 opened a new issue, #11605: about 1.0.0 release

2023-09-16 Thread via GitHub
chenrui333 opened a new issue, #11605: URL: https://github.com/apache/pinot/issues/11605 👋 Not sure if 1.0.0 is the latest release, but the website still shows 0.12.1 and `latest release` label still points to 0.12.1, raise this issue for some awareness. Thanks! relates to https://gi

[GitHub] [pinot] shenyu0127 opened a new pull request, #11606: Fix the broken Pinot JDBC client.

2023-09-16 Thread via GitHub
shenyu0127 opened a new pull request, #11606: URL: https://github.com/apache/pinot/pull/11606 This is to roll back https://github.com/apache/pinot/pull/11510. Currently the Pinot JDBC client is broken when during static initialization: ``` 2023-09-14 14:24:45.641 -0700 (test-site

[GitHub] [pinot] codecov-commenter commented on pull request #11606: Fix the broken Pinot JDBC client.

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

[GitHub] [pinot] xiangfu0 merged pull request #11606: Fix the broken Pinot JDBC client.

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

[pinot] branch master updated (41ef450250 -> 5df3fb46d3)

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 41ef450250 Schema add UI: fix passing wrong data in the request header (#11602) add 5df3fb46d3 Fix the broken Pi

[GitHub] [pinot] xiangfu0 commented on issue #11507: pinot-clients have too many dependencies

2023-09-16 Thread via GitHub
xiangfu0 commented on issue #11507: URL: https://github.com/apache/pinot/issues/11507#issuecomment-1722285263 @cyrilou242 I think for now you may need to explicitly exclude libs from `pinot-jdbc-client` -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [pinot] mcvsubbu commented on a diff in pull request #11561: Decouple metrics Key , client ID in stream consumer and add identifiers for kafka steam clientID to prevent mBean already existing

2023-09-16 Thread via GitHub
mcvsubbu commented on code in PR #11561: URL: https://github.com/apache/pinot/pull/11561#discussion_r1327997088 ## pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManager.java: ## @@ -1437,6 +1438,7 @@ public LLRealtimeSegmentDataManager

[GitHub] [pinot] xiangfu0 closed issue #11605: about 1.0.0 release

2023-09-16 Thread via GitHub
xiangfu0 closed issue #11605: about 1.0.0 release URL: https://github.com/apache/pinot/issues/11605 -- 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: comm

[GitHub] [pinot] Jackie-Jiang commented on pull request #11510: Exclude unnecessary dependencies in pinot-clients

2023-09-16 Thread via GitHub
Jackie-Jiang commented on PR #11510: URL: https://github.com/apache/pinot/pull/11510#issuecomment-1722306384 @abhioncbr We have to revert his PR because it breaks the JDBC client (unfortunately this PR was included in release 1.0, but the fix was not..) Can you help re-do this PR with a tes

[GitHub] [pinot] Jackie-Jiang commented on pull request #11574: Adding a controller task to update schema name

2023-09-16 Thread via GitHub
Jackie-Jiang commented on PR #11574: URL: https://github.com/apache/pinot/pull/11574#issuecomment-1722314365 We don't really need a periodic task after preventing new table with different schema to be created. It can be done as a one time scan when controller starts -- This is an automat

[GitHub] [pinot] Jackie-Jiang commented on pull request #11574: Adding a controller task to update schema name

2023-09-16 Thread via GitHub
Jackie-Jiang commented on PR #11574: URL: https://github.com/apache/pinot/pull/11574#issuecomment-1722314497 Actually a periodic task is also fine. We will remove it after one release anyway -- This is an automated message from the Apache Git Service. To respond to the message, please log

[pinot] 02/02: 1.0.0-bugfix for pinot-java-client and pinot-jdbc-client

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git commit daee0efa7cb5edf2c87fa24a901982ae92b148b3 Author: Xiang Fu AuthorDate: Sat Sep 16 20:28:47 2023 -0700 1.0.0-bu

[pinot] branch 1.0.0-bugfix created (now daee0efa7c)

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git at daee0efa7c 1.0.0-bugfix for pinot-java-client and pinot-jdbc-client This branch includes the following new comm

[pinot] 01/02: [maven-release-plugin] prepare release release-1.0.0-rc0

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git commit 91497773ea7666ebe24755914b541c381f50c0dd Author: Saurabh Dubey AuthorDate: Fri Aug 11 00:10:35 2023 +0530 [ma

[pinot] branch 1.0.0-bugfix updated (daee0efa7c -> 28bf7ead4a)

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git discard daee0efa7c 1.0.0-bugfix for pinot-java-client and pinot-jdbc-client new 28bf7ead4a 1.0.0-bugfix for pinot-j

[pinot] 01/01: 1.0.0-bugfix for pinot-java-client and pinot-jdbc-client

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git commit 28bf7ead4a8c93ef8eec97a14f0a3f50e76cea81 Author: Xiang Fu AuthorDate: Sat Sep 16 20:28:47 2023 -0700 1.0.0-bu

[pinot] branch 1.0.0-bugfix updated: [maven-release-plugin] prepare release release-1.0.0-hotfix

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/1.0.0-bugfix by this push: new d7593a6ca2 [maven-release-plugin] pr

[pinot] branch 1.0.0-bugfix updated (d7593a6ca2 -> 720554e5a0)

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git discard d7593a6ca2 [maven-release-plugin] prepare release release-1.0.0-hotfix new 720554e5a0 [maven-release-plugin

[pinot] 01/01: [maven-release-plugin] prepare release release-1.0.0-hotfix

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git commit 720554e5a0d09146c12f500ccf329584731bd4b7 Author: Xiang Fu AuthorDate: Sat Sep 16 20:46:08 2023 -0700 [maven-r

[pinot] branch 1.0.0-bugfix updated (720554e5a0 -> cf71bd86d1)

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git discard 720554e5a0 [maven-release-plugin] prepare release release-1.0.0-hotfix discard 28bf7ead4a 1.0.0-bugfix for pino

[pinot] 01/01: 1.0.0-bugfix for pinot-java-client and pinot-jdbc-client

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git commit cf71bd86d1f7a7389edca2bef36690992e80d8bb Author: Xiang Fu AuthorDate: Sat Sep 16 20:28:47 2023 -0700 1.0.0-bu

[pinot] branch 1.0.0-bugfix updated: [maven-release-plugin] prepare release release-1.0.0-hotfix

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch 1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/1.0.0-bugfix by this push: new 5acc58d38c [maven-release-plugin] pr

[pinot] 01/01: [maven-release-plugin] prepare release pinot-java-client-1.0.0-hotfix

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch pinot-java-client-1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git commit 544a6218318056ac6ecb4fd4cf5436a5eb9791bb Author: Xiang Fu AuthorDate: Sat Sep 16 20:59:20 2023 -

[pinot] branch pinot-java-client-1.0.0-bugfix created (now 544a621831)

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch pinot-java-client-1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git at 544a621831 [maven-release-plugin] prepare release pinot-java-client-1.0.0-hotfix This branch

[pinot] annotated tag pinot-java-client-1.0.0-hotfix updated (544a621831 -> 2e80e2c132)

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to annotated tag pinot-java-client-1.0.0-hotfix in repository https://gitbox.apache.org/repos/asf/pinot.git *** WARNING: tag pinot-java-client-1.0.0-hotfix was modified! *** from 544a621831 (commit)

[pinot] branch pinot-java-client-1.0.0-bugfix updated: [maven-release-plugin] prepare for next development iteration

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch pinot-java-client-1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/pinot-java-client-1.0.0-bugfix by this push: new

[GitHub] [pinot] xiangfu0 closed issue #11489: [Flaky-test] VectorTest.testQueries()

2023-09-16 Thread via GitHub
xiangfu0 closed issue #11489: [Flaky-test] VectorTest.testQueries() URL: https://github.com/apache/pinot/issues/11489 -- 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 unsubsc

[pinot] 02/02: [maven-release-plugin] prepare release pinot-jdbc-client-1.0.0-hotfix

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch pinot-jdbc-client-1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git commit 69002e09587c01d2912c3536ced8ea45746c32c7 Author: Xiang Fu AuthorDate: Sat Sep 16 21:31:06 2023 -

[pinot] 01/02: 1.0.0-bugfix for pinot-java-client and pinot-jdbc-client

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch pinot-jdbc-client-1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git commit 9af67584892b6a1e318dc09abcb69f314ff9c0eb Author: Xiang Fu AuthorDate: Sat Sep 16 20:28:47 2023 -

[pinot] branch pinot-jdbc-client-1.0.0-bugfix created (now 69002e0958)

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch pinot-jdbc-client-1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git at 69002e0958 [maven-release-plugin] prepare release pinot-jdbc-client-1.0.0-hotfix This branch

[pinot] annotated tag pinot-jdbc-client-1.0.0-hotfix updated (69002e0958 -> 2ad163fd5e)

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to annotated tag pinot-jdbc-client-1.0.0-hotfix in repository https://gitbox.apache.org/repos/asf/pinot.git *** WARNING: tag pinot-jdbc-client-1.0.0-hotfix was modified! *** from 69002e0958 (commit)

[pinot] branch pinot-jdbc-client-1.0.0-bugfix updated: [maven-release-plugin] prepare for next development iteration

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch pinot-jdbc-client-1.0.0-bugfix in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/pinot-jdbc-client-1.0.0-bugfix by this push: new

[GitHub] [pinot-site] saurabhd336 opened a new pull request, #84: Release 1.0.0

2023-09-16 Thread via GitHub
saurabhd336 opened a new pull request, #84: URL: https://github.com/apache/pinot-site/pull/84 (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

[GitHub] [pinot-site] xiangfu0 merged pull request #84: Release 1.0.0

2023-09-16 Thread via GitHub
xiangfu0 merged PR #84: URL: https://github.com/apache/pinot-site/pull/84 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apac

[pinot-site] branch dev updated: Add 1.0.0 (#84)

2023-09-16 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/pinot-site.git The following commit(s) were added to refs/heads/dev by this push: new 0ca5c5e2 Add 1.0.0 (#84) 0ca5c5e2 is described be