[GH] (shardingsphere): Workflow run "CI" is working again!

2025-03-11 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: 9ce91e8edff14944b8b12dc5e9005b10469128ec / linghengqian Fix nativeTest failing due to class changes Report URL: https://github.com/apache/

(shardingsphere) 01/01: Merge pull request #34954 from terrymanu/dev

2025-03-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git commit 755e08f5a5aa289ff25f4bd9fde77a5102f96f58 Merge: 87a2bd6d84a 8261c37663a Author: Liang Zhang AuthorDate: Tue

[PR] Move QualifiedDataSourceChangedHandler [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu opened a new pull request, #34958: URL: https://github.com/apache/shardingsphere/pull/34958 (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 unsubs

[GH] (shardingsphere): Workflow run "Nightly - CI" is working again!

2025-03-11 Thread GitBox
The GitHub Actions job "Nightly - CI" on shardingsphere.git has succeeded. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: 4239ea51e2c0b1b42bbe66cb6504e891ecfd80c0 / Liang Zhang Merge pull request #34958 from terrymanu/dev Move QualifiedDataSourceChang

Re: [I] Automatic Data rebalancing by adding new data node [shardingsphere]

2025-03-11 Thread via GitHub
jainanuj07 commented on issue #34813: URL: https://github.com/apache/shardingsphere/issues/34813#issuecomment-2714428098 @terrymanu how can I use https://www.sphere-ex.cn/comparison/ . i tried to reach out the team for the product demo but did not get any response. -- This is an automa

(shardingsphere) branch master updated: Fix remove tables after storage unit unregistered (#34956)

2025-03-11 Thread menghaoran
This is an automated email from the ASF dual-hosted git repository. menghaoran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 1f7a617041a Fix remove tables after

Re: [I] OpenGauss Driver failed to connect shardingsphere [shardingsphere]

2025-03-11 Thread via GitHub
linghengqian commented on issue #34925: URL: https://github.com/apache/shardingsphere/issues/34925#issuecomment-2714624439 - Fixed by https://gitee.com/opengauss/openGauss-connector-jdbc/pulls/328 ? -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Fix remove tables after storage unit unregistered [shardingsphere]

2025-03-11 Thread via GitHub
menghaoranss merged PR #34956: URL: https://github.com/apache/shardingsphere/pull/34956 -- 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: notifications-un

(shardingsphere) 01/01: Merge pull request #34951 from linghengqian/fix-native

2025-03-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git commit de02091ad1c2b528442ddb82dad69053d623ef41 Merge: 1f7a617041a 9ce91e8edff Author: Liang Zhang AuthorDate: Tue

[PR] Add ComputeNodeChangedHandler [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu opened a new pull request, #34954: URL: https://github.com/apache/shardingsphere/pull/34954 (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 unsubs

[GH] (shardingsphere): Workflow run "Nightly - Build" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "Nightly - Build" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: 4239ea51e2c0b1b42bbe66cb6504e891ecfd80c0 / Liang Zhang Merge pull request #34958 from terrymanu/dev Move QualifiedDataSourceChang

[PR] Bump the OpenGauss JDBC Driver included in the Proxy to 6.0.0 [shardingsphere]

2025-03-11 Thread via GitHub
linghengqian opened a new pull request, #34952: URL: https://github.com/apache/shardingsphere/pull/34952 For #34925. Changes proposed in this pull request: - Bump the OpenGauss JDBC Driver included in the Proxy to `6.0.0`. --- Before committing this PR, I'm sure that

(shardingsphere) branch master updated (87a2bd6d84a -> 755e08f5a5a)

2025-03-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 87a2bd6d84a Add quotes to encrypt rewrite derived columns (#34950) add 8261c37663a Add ComputeNodeCha

[PR] Move KillProcessHandler [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu opened a new pull request, #34955: URL: https://github.com/apache/shardingsphere/pull/34955 (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 unsubs

[GH] (shardingsphere): Workflow run "CI" is working again!

2025-03-11 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 8261c37663a8cedc576f6848145d8a1190ef87e2 / zhangliang Add ComputeNodeChangedHandler Report URL: https://github.com/apache/shardingsphere/actions/

[PR] Fix remove tables after storage unit unregistered [shardingsphere]

2025-03-11 Thread via GitHub
menghaoranss opened a new pull request, #34956: URL: https://github.com/apache/shardingsphere/pull/34956 (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 uns

[PR] Optimize mysql admin executor creator [shardingsphere]

2025-03-11 Thread via GitHub
jiangML opened a new pull request, #34957: URL: https://github.com/apache/shardingsphere/pull/34957 Fixes #ISSUSE_ID. Changes proposed in this pull request: - Optimize mysql admin executor creator --- Before committing this PR, I'm sure that I have checked the follow

(shardingsphere) branch master updated (755e08f5a5a -> 197ca1bc164)

2025-03-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 755e08f5a5a Merge pull request #34954 from terrymanu/dev add 0732bc9af34 Move KillProcessHandler

Re: [PR] Move KillProcessHandler [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu merged PR #34955: URL: https://github.com/apache/shardingsphere/pull/34955 -- 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: notifications-unsub

(shardingsphere) 01/01: Merge pull request #34958 from terrymanu/dev

2025-03-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git commit 4239ea51e2c0b1b42bbe66cb6504e891ecfd80c0 Merge: de02091ad1c 84d49f70c68 Author: Liang Zhang AuthorDate: Tue

[GH] (shardingsphere): Workflow run "CI" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user jiangML (triggered by jiangML). Head commit for run: 4ed92da51814590866d909bc26ff324096a6f3fa / jiangML <1060319...@qq.com> Optimize mysql admin executor creator Report URL: https://github.com/apache/shardi

[GH] (shardingsphere): Workflow run "E2E - SQL" is working again!

2025-03-11 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 8261c37663a8cedc576f6848145d8a1190ef87e2 / zhangliang Add ComputeNodeChangedHandler Report URL: https://github.com/apache/shardingsphere/a

Re: [PR] Move QualifiedDataSourceChangedHandler [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu merged PR #34958: URL: https://github.com/apache/shardingsphere/pull/34958 -- 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: notifications-unsub

(shardingsphere) branch master updated: Fix refresh single rule after table dropped (#34953)

2025-03-11 Thread menghaoran
This is an automated email from the ASF dual-hosted git repository. menghaoran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 2b8be847e01 Fix refresh single rule

[GH] (shardingsphere): Workflow run "CI" is working again!

2025-03-11 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 84d49f70c6811009a4f3d4477a3b06f1baec866c / zhangliang Move QualifiedDataSourceChangedHandler Report URL: https://github.com/apache/shardingsphere

(shardingsphere) branch master updated (1f7a617041a -> de02091ad1c)

2025-03-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 1f7a617041a Fix remove tables after storage unit unregistered (#34956) add 9ce91e8edff Fix nativeTest

[GH] (shardingsphere): Workflow run "E2E - SQL" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user iamhucong (triggered by iamhucong). Head commit for run: bd173bc6e8a8aa54152e54cb49117b4ea278 / Cong Hu Ensure that all keywords can be used as identifiers. Report URL: https://github.com/apache

(shardingsphere) branch master updated (de02091ad1c -> 4239ea51e2c)

2025-03-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from de02091ad1c Merge pull request #34951 from linghengqian/fix-native add 84d49f70c68 Move QualifiedData

Re: [PR] Fix nativeTest failing due to class changes [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu merged PR #34951: URL: https://github.com/apache/shardingsphere/pull/34951 -- 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: notifications-unsub

(shardingsphere) branch master updated: Refactor QualifiedDataSourceChangedHandlerTest (#34949)

2025-03-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new adf4ece3e90 Refactor QualifiedDataSo

[PR] Refactor TableChangedHandler and ViewChangedHandler [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu opened a new pull request, #34899: URL: https://github.com/apache/shardingsphere/pull/34899 (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 unsubs

[GH] (shardingsphere): Workflow run "Nightly - CI" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "Nightly - CI" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: b14fdd033ab300f51c492ed99b8be25b135b5f87 / Haoran Meng Refactor ClusterMetaDataManagerPersistService (#34911) Report URL: https://gi

Re: [PR] Refactor TableChangedHandler and ViewChangedHandler [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu merged PR #34899: URL: https://github.com/apache/shardingsphere/pull/34899 -- 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: notifications-unsub

(shardingsphere) branch master updated: Refactor package structure of mode.node.path.type.global (#34908)

2025-03-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new b8a85a3f0b6 Refactor package structu

[GH] (shardingsphere): Workflow run "Nightly - Build" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "Nightly - Build" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: adf4ece3e9060f4a84970d0d3f5af0b496c31667 / Liang Zhang Refactor QualifiedDataSourceChangedHandlerTest (#34949) Report URL: https:

Re: [PR] Fix Proxy's Seata integration config doc [shardingsphere]

2025-03-11 Thread via GitHub
strongduanmu merged PR #34941: URL: https://github.com/apache/shardingsphere/pull/34941 -- 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: notifications-un

[GH] (shardingsphere): Workflow run "Nightly - E2E SQL" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "Nightly - E2E SQL" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: 4239ea51e2c0b1b42bbe66cb6504e891ecfd80c0 / Liang Zhang Merge pull request #34958 from terrymanu/dev Move QualifiedDataSourceCha

[GH] (shardingsphere): Workflow run "E2E - SQL" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user iamhucong (triggered by iamhucong). Head commit for run: 0e5cd8c112bb9cf202fc549ff7e049f59f66dd91 / Cong Hu Ensure that all keywords can be used as identifiers. Report URL: https://github.com/apache

Re: [I] OpenGauss Driver failed to connect shardingsphere [shardingsphere]

2025-03-11 Thread via GitHub
linghengqian commented on issue #34925: URL: https://github.com/apache/shardingsphere/issues/34925#issuecomment-2714249365 - I bump to `org.opengauss:opengauss-jdbc:6.0.0-og` in #34952 without any CI failures. -- This is an automated message from the Apache Git Service. To respond to the

[GH] (shardingsphere): Workflow run "CI" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user iamhucong (triggered by iamhucong). Head commit for run: c23e00239fbb71fdd65cf0f5a36838ad86d59c9c / Cong Hu Ensure that all keywords can be used as identifiers. Report URL: https://github.com/apache/shardi

[GH] (shardingsphere): Workflow run "Nightly - CI" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "Nightly - CI" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: 0b4e1de3958efbf2829ff5765c1d6c9fe44b8dfe / Haoran Meng Reload table meta data after rule altered for standalone (#34948) Report URL:

[PR] Refactor QualifiedDataSourceChangedHandlerTest [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu opened a new pull request, #34949: URL: https://github.com/apache/shardingsphere/pull/34949 (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 unsubs

[PR] Fix wrong jdbc database metadata pass through logic [shardingsphere]

2025-03-11 Thread via GitHub
strongduanmu opened a new pull request, #34959: URL: https://github.com/apache/shardingsphere/pull/34959 Fixes #ISSUSE_ID. Changes proposed in this pull request: - Fix wrong jdbc database metadata pass through logic --- Before committing this PR, I'm sure that I have

(shardingsphere) branch master updated: Fix wrong jdbc database metadata pass through logic (#34959)

2025-03-11 Thread chengzhang
This is an automated email from the ASF dual-hosted git repository. chengzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new e2670039d17 Fix wrong jdbc database

Re: [PR] Fix wrong jdbc database metadata pass through logic [shardingsphere]

2025-03-11 Thread via GitHub
FlyingZC merged PR #34959: URL: https://github.com/apache/shardingsphere/pull/34959 -- 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: notifications-unsubs

[GH] (shardingsphere): Workflow run "E2E - SQL" is working again!

2025-03-11 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: f4c2981b03c3c8fbbd4828b652253f39fee8e849 / shardingsphere Fix wrong jdbc database metadata pass through logic Report URL: https://g

[GH] (shardingsphere): Workflow run "CI" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user iamhucong (triggered by iamhucong). Head commit for run: bd173bc6e8a8aa54152e54cb49117b4ea278 / Cong Hu Ensure that all keywords can be used as identifiers. Report URL: https://github.com/apache/shardi

[GH] (shardingsphere): Workflow run "Nightly - Check" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "Nightly - Check" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: 4239ea51e2c0b1b42bbe66cb6504e891ecfd80c0 / Liang Zhang Merge pull request #34958 from terrymanu/dev Move QualifiedDataSourceChang

(shardingsphere) branch master updated: Optimize mysql admin executor creator (#34957)

2025-03-11 Thread yx9o
This is an automated email from the ASF dual-hosted git repository. yx9o pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 1ace234e671 Optimize mysql admin executor

Re: [PR] Optimize mysql admin executor creator [shardingsphere]

2025-03-11 Thread via GitHub
yx9o merged PR #34957: URL: https://github.com/apache/shardingsphere/pull/34957 -- 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: notifications-unsubscr..

Re: [I] OpenGauss Driver failed to connect shardingsphere [shardingsphere]

2025-03-11 Thread via GitHub
linghengqian commented on issue #34925: URL: https://github.com/apache/shardingsphere/issues/34925#issuecomment-2716336267 > > * I bump to `org.opengauss:opengauss-jdbc:6.0.0-og` in [Bump the OpenGauss JDBC Driver included in the Proxy to `6.0.0-og`  #34952](https://github.com/apache/shardi

Re: [I] OpenGauss Driver failed to connect shardingsphere [shardingsphere]

2025-03-11 Thread via GitHub
Y-sir commented on issue #34925: URL: https://github.com/apache/shardingsphere/issues/34925#issuecomment-2716310219 > * I bump to `org.opengauss:opengauss-jdbc:6.0.0-og` in [Bump the OpenGauss JDBC Driver included in the Proxy to `6.0.0-og`  #34952](https://github.com/apache/shardingsphere/

Re: [PR] Fix getting database name from sql statement context [shardingsphere]

2025-03-11 Thread via GitHub
strongduanmu merged PR #34960: URL: https://github.com/apache/shardingsphere/pull/34960 -- 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: notifications-un

Re: [PR] Refactor package structure of mode.node.path.type.global [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu merged PR #34908: URL: https://github.com/apache/shardingsphere/pull/34908 -- 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: notifications-unsub

(shardingsphere) 01/01: Merge pull request #34955 from terrymanu/dev

2025-03-11 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git commit 197ca1bc164f57e354f4cd5492f983708fa45017 Merge: 755e08f5a5a 0732bc9af34 Author: Liang Zhang AuthorDate: Tue

[PR] Refactor DatabaseChangedHandler.isSubscribed() [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu opened a new pull request, #34901: URL: https://github.com/apache/shardingsphere/pull/34901 (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 unsubs

[PR] Fix getting database name from sql statement context [shardingsphere]

2025-03-11 Thread via GitHub
FlyingZC opened a new pull request, #34960: URL: https://github.com/apache/shardingsphere/pull/34960 Fixes #ISSUSE_ID. Changes proposed in this pull request: - --- Before committing this PR, I'm sure that I have checked the following options: - [ ] My code follow

Re: [PR] Refactor QualifiedDataSourceChangedHandlerTest [shardingsphere]

2025-03-11 Thread via GitHub
terrymanu merged PR #34949: URL: https://github.com/apache/shardingsphere/pull/34949 -- 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: notifications-unsub

[GH] (shardingsphere): Workflow run "Nightly - E2E SQL" failed!

2025-03-11 Thread GitBox
The GitHub Actions job "Nightly - E2E SQL" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: adf4ece3e9060f4a84970d0d3f5af0b496c31667 / Liang Zhang Refactor QualifiedDataSourceChangedHandlerTest (#34949) Report URL: http