[GitHub] [shardingsphere-on-cloud] codecov-commenter commented on pull request #384: feat: support mask distSQL parse to AST

2023-05-30 Thread via GitHub
codecov-commenter commented on PR #384: URL: https://github.com/apache/shardingsphere-on-cloud/pull/384#issuecomment-1569595978 ## [Codecov](https://app.codecov.io/gh/apache/shardingsphere-on-cloud/pull/384?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=

[GitHub] [shardingsphere-on-cloud] sonarcloud[bot] commented on pull request #384: feat: support mask distSQL parse to AST

2023-05-30 Thread via GitHub
sonarcloud[bot] commented on PR #384: URL: https://github.com/apache/shardingsphere-on-cloud/pull/384#issuecomment-1569591450 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.pn

[GitHub] [shardingsphere-on-cloud] wbtlb opened a new pull request, #384: feat: support mask distSQL parse to AST

2023-05-30 Thread via GitHub
wbtlb opened a new pull request, #384: URL: https://github.com/apache/shardingsphere-on-cloud/pull/384 ### Type of change: - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why we need it:

[GitHub] [shardingsphere]: Workflow run "E2E - Pipeline" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - Pipeline" on shardingsphere.git has failed. Run started by GitHub user totalo (triggered by totalo). Head commit for run: 03279e953ba439ad2d35a3200d2b601875bd3d02 / 吴伟杰 Remove unnecessary cast in PipelineJobProgressDetector (#25956) Report URL: https://github.com/

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: f4564f821eb1d8c74a6c26b82a57769831d7af78 / ChenJiaHao Add new sharding rule configuration swapper (#25947) * Add new sharding rule co

[GitHub] [shardingsphere] zhaojinchao95 merged pull request #25947: Add new sharding rule configuration swapper

2023-05-30 Thread via GitHub
zhaojinchao95 merged PR #25947: URL: https://github.com/apache/shardingsphere/pull/25947 -- 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-u

[shardingsphere] branch master updated: Add new sharding rule configuration swapper (#25947)

2023-05-30 Thread zhaojinchao
This is an automated email from the ASF dual-hosted git repository. zhaojinchao 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 f4564f821eb Add new sharding rule c

[shardingsphere] branch master updated: Remove unnecessary cast in PipelineJobProgressDetector (#25956)

2023-05-30 Thread totalo
This is an automated email from the ASF dual-hosted git repository. totalo 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 03279e953ba Remove unnecessary cast in P

[GitHub] [shardingsphere] totalo merged pull request #25956: Remove unnecessary cast in PipelineJobProgressDetector

2023-05-30 Thread via GitHub
totalo merged PR #25956: URL: https://github.com/apache/shardingsphere/pull/25956 -- 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

[GitHub] [shardingsphere] TeslaCN opened a new pull request, #25956: Remove unnecessary cast in PipelineJobProgressDetector

2023-05-30 Thread via GitHub
TeslaCN opened a new pull request, #25956: URL: https://github.com/apache/shardingsphere/pull/25956 Revise #25955 -- 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

[shardingsphere] branch master updated: Use interface PipelineTask instead of implementation as possible (#25955)

2023-05-30 Thread zhonghongsheng
This is an automated email from the ASF dual-hosted git repository. zhonghongsheng 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 2932943a6da Use interface Pipeli

[GitHub] [shardingsphere] sandynz merged pull request #25955: Use interface PipelineTask instead of implementation as possible

2023-05-30 Thread via GitHub
sandynz merged PR #25955: URL: https://github.com/apache/shardingsphere/pull/25955 -- 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-unsubsc

[GitHub] [shardingsphere] TeslaCN opened a new pull request, #25955: Use interface PipelineTask instead of implementation as possible

2023-05-30 Thread via GitHub
TeslaCN opened a new pull request, #25955: URL: https://github.com/apache/shardingsphere/pull/25955 (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 unsubscr

notifications@shardingsphere.apache.org

2023-05-30 Thread via GitHub
TeslaCN commented on code in PR #25942: URL: https://github.com/apache/shardingsphere/pull/25942#discussion_r1211079609 ## proxy/backend/core/src/main/java/org/apache/shardingsphere/proxy/backend/response/data/QueryResponseCell.java: ## @@ -18,16 +18,28 @@ package org.apache.sh

[GitHub] [shardingsphere] TeslaCN commented on a diff in pull request #25940: Support drop index ALGORITHM and LOCK options parse

2023-05-30 Thread via GitHub
TeslaCN commented on code in PR #25940: URL: https://github.com/apache/shardingsphere/pull/25940#discussion_r1211078971 ## parser/sql/dialect/mysql/src/main/antlr4/imports/mysql/DDLStatement.g4: ## @@ -189,8 +189,7 @@ dropTable ; dropIndex -: DROP INDEX indexName (ON

[GitHub] [shardingsphere] TeslaCN commented on a diff in pull request #25939: Support create index ALGORITHM and LOCK options parse

2023-05-30 Thread via GitHub
TeslaCN commented on code in PR #25939: URL: https://github.com/apache/shardingsphere/pull/25939#discussion_r1211078901 ## parser/sql/dialect/mysql/src/main/antlr4/imports/mysql/DDLStatement.g4: ## @@ -207,7 +207,7 @@ truncateTable createIndex : CREATE createIndexSpecifi

[GitHub] [shardingsphere] wgijja opened a new issue, #25954: Is anything wrong with my confgiguration?Please help me!

2023-05-30 Thread via GitHub
wgijja opened a new issue, #25954: URL: https://github.com/apache/shardingsphere/issues/25954 ### yml.comfig spring: shardingsphere: mode: type: standalone repository: type: JDBC # 指定 YAML 配置文件 dataSources: ds_3312:

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" is working again!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user zihaoAK47 (triggered by zihaoAK47). Head commit for run: 12409cf406706c5f9d0f6d22b2b42fbd4fd47e6b / niu niu Change drop index parser (#25852) Report URL: https://github.com/apache/shardingsphere/

[GitHub] [shardingsphere]: Workflow run "CI" is working again!

2023-05-30 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user zihaoAK47 (triggered by zihaoAK47). Head commit for run: 12409cf406706c5f9d0f6d22b2b42fbd4fd47e6b / niu niu Change drop index parser (#25852) Report URL: https://github.com/apache/shardingsphere/actions

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user Pace2Car (triggered by Pace2Car). Head commit for run: 5b52d348fcb67c7ceebbef49390e722a7daebfde / Pace2Car Add rule not null checks Report URL: https://github.com/apache/shardingsphere/actions/runs/

[GitHub] [shardingsphere]: Workflow run "CI" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user Pace2Car (triggered by Pace2Car). Head commit for run: 5b52d348fcb67c7ceebbef49390e722a7daebfde / Pace2Car Add rule not null checks Report URL: https://github.com/apache/shardingsphere/actions/runs/5128299

[GitHub] [shardingsphere] sandynz commented on a diff in pull request #25950: Improve CDC position ACK, make sure the FinishedPosition last to be ack

2023-05-30 Thread via GitHub
sandynz commented on code in PR #25950: URL: https://github.com/apache/shardingsphere/pull/25950#discussion_r1211009995 ## kernel/data-pipeline/cdc/core/src/main/java/org/apache/shardingsphere/data/pipeline/cdc/core/connector/SocketSinkImporterConnector.java: ## @@ -116,6 +117,9

[shardingsphere-on-cloud] branch main updated (de7763b -> 1a314a9)

2023-05-30 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git from de7763b Merge pull request #382 from mlycore/fix-cm new 6fc7790 feat: add IsNotFound che

[GitHub] [shardingsphere-on-cloud] strongduanmu merged pull request #383: feat(operator): add conditions in pending phase

2023-05-30 Thread via GitHub
strongduanmu merged PR #383: URL: https://github.com/apache/shardingsphere-on-cloud/pull/383 -- 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: notificatio

[GitHub] [shardingsphere-on-cloud] sonarcloud[bot] commented on pull request #383: feat(operator): add conditions in pending phase

2023-05-30 Thread via GitHub
sonarcloud[bot] commented on PR #383: URL: https://github.com/apache/shardingsphere-on-cloud/pull/383#issuecomment-1569382719 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-

[GitHub] [shardingsphere-on-cloud] mlycore opened a new pull request, #383: feat(operator): add conditions in pending phase

2023-05-30 Thread via GitHub
mlycore opened a new pull request, #383: URL: https://github.com/apache/shardingsphere-on-cloud/pull/383 ### Type of change: - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why we need it:

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user jiangML (triggered by jiangML). Head commit for run: 34fd619e3a5051f74f0bbe9c4e76b3ddb5daeae0 / jiangML <1060319...@qq.com> Merge branch 'master' into fix-sonar-issue Report URL: https://github.com/a

[GitHub] [shardingsphere] Gangplank0 commented on issue #25908: Execute 'WHERE xxx IN ('xxx-')' SQL statement,report '30000 - Unknown exception: Illegal embedded sign character'

2023-05-30 Thread via GitHub
Gangplank0 commented on issue #25908: URL: https://github.com/apache/shardingsphere/issues/25908#issuecomment-1569368599 CREATE TABLE `ifp_locating_information` ( `id` bigint NOT NULL COMMENT 'id', `tenant_id` bigint NOT NULL COMMENT '租户ID', `xid` varchar(120) CHARACTER SET ut

[GitHub] [shardingsphere] cardigan1008 commented on issue #25763: When shardjdbc and mybatis query mysql keywords, an Error preparing statement exception is displayed

2023-05-30 Thread via GitHub
cardigan1008 commented on issue #25763: URL: https://github.com/apache/shardingsphere/issues/25763#issuecomment-1569366792 @tuichenchuxin Thanks. But that’s exactly how I modified BaseRule.g4. But the test failed🥲 When I replaced "SYSTEM" with "STATUS", which is also a keyword in MySQL, th

[GitHub] [shardingsphere] tuichenchuxin commented on issue #25908: Execute 'WHERE xxx IN ('xxx-')' SQL statement,report '30000 - Unknown exception: Illegal embedded sign character'

2023-05-30 Thread via GitHub
tuichenchuxin commented on issue #25908: URL: https://github.com/apache/shardingsphere/issues/25908#issuecomment-1569358532 @Gangplank0 can you offer ifp_locating_information create sql? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [shardingsphere] tuichenchuxin commented on issue #25763: When shardjdbc and mybatis query mysql keywords, an Error preparing statement exception is displayed

2023-05-30 Thread via GitHub
tuichenchuxin commented on issue #25763: URL: https://github.com/apache/shardingsphere/issues/25763#issuecomment-1569354263 @cardigan1008 I think add `System` to BaseRule.g4. identifierKeywordsUnambiguous will be work. -- This is an automated message from the Apache Git Service. To respo

[GitHub] [shardingsphere]: Workflow run "Nightly - E2E" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "Nightly - E2E" on shardingsphere.git has failed. Run started by GitHub user tristaZero (triggered by tristaZero). Head commit for run: 2796ada0637ba2077d648947c31212042436409c / zhaojinchao Fix sonar issue (#25952) Report URL: https://github.com/apache/shardingsphere/ac

[GitHub] [shardingsphere]: Workflow run "Nightly - CI" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "Nightly - CI" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 2796ada0637ba2077d648947c31212042436409c / zhaojinchao Fix sonar issue (#25952) Report URL: https://github.com/apache/shardingsphe

[GitHub] [shardingsphere]: Workflow run "Nightly - Check" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "Nightly - Check" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 2796ada0637ba2077d648947c31212042436409c / zhaojinchao Fix sonar issue (#25952) Report URL: https://github.com/apache/shardingsphere/ac

[GitHub] [shardingsphere]: Workflow run "Nightly - E2E Example Generator" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "Nightly - E2E Example Generator" on shardingsphere.git has failed. Run started by GitHub user totalo (triggered by totalo). Head commit for run: 2796ada0637ba2077d648947c31212042436409c / zhaojinchao Fix sonar issue (#25952) Report URL: https://github.com/apache/shardi

[GitHub] [shardingsphere] kanha-gupta commented on pull request #25953: support for Operators which calcite dont support

2023-05-30 Thread via GitHub
kanha-gupta commented on PR #25953: URL: https://github.com/apache/shardingsphere/pull/25953#issuecomment-1568683434 @strongduanmu Please review :) -- 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

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user kanha-gupta (triggered by kanha-gupta). Head commit for run: 465b6a60a5758321536419e408265124b5b0cc77 / Kanha gupta support for Operators which calcite dont support Report URL: https://github.com/ap

[GitHub] [shardingsphere] kanha-gupta opened a new pull request, #25953: support for Operators which calcite dont support

2023-05-30 Thread via GitHub
kanha-gupta opened a new pull request, #25953: URL: https://github.com/apache/shardingsphere/pull/25953 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 fol

[GitHub] [shardingsphere] cardigan1008 commented on issue #25763: When shardjdbc and mybatis query mysql keywords, an Error preparing statement exception is displayed

2023-05-30 Thread via GitHub
cardigan1008 commented on issue #25763: URL: https://github.com/apache/shardingsphere/issues/25763#issuecomment-1568551929 Hi @tuichenchuxin , I hope this message finds you well. I have been trying to modify the BaseRule.g4 file in /parser/sql/dialect/mysql/src/main/antlr4/imports/my

[shardingsphere] branch master updated: Fix sonar issue (#25952)

2023-05-30 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang 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 2796ada0637 Fix sonar issue (#25

[GitHub] [shardingsphere] strongduanmu merged pull request #25952: Fix sonar issue of lock and ZooKeeperRepository

2023-05-30 Thread via GitHub
strongduanmu merged PR #25952: URL: https://github.com/apache/shardingsphere/pull/25952 -- 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-on-cloud] branch main updated (f240f99 -> de7763b)

2023-05-30 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git from f240f99 Merge pull request #381 from Xu-Wentao/pitr new bb93007 refactor: reconcile update only

[GitHub] [shardingsphere-on-cloud] tristaZero merged pull request #382: fix(operator): Add missing OwnerReference to ConfigMap

2023-05-30 Thread via GitHub
tristaZero merged PR #382: URL: https://github.com/apache/shardingsphere-on-cloud/pull/382 -- 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

[GitHub] [shardingsphere-on-cloud] codecov-commenter commented on pull request #382: fix(operator): Add missing OwnerReference to ConfigMap

2023-05-30 Thread via GitHub
codecov-commenter commented on PR #382: URL: https://github.com/apache/shardingsphere-on-cloud/pull/382#issuecomment-1568448350 ## [Codecov](https://app.codecov.io/gh/apache/shardingsphere-on-cloud/pull/382?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=

[GitHub] [shardingsphere-on-cloud] sonarcloud[bot] commented on pull request #382: fix(operator): Add missing OwnerReference to ConfigMap

2023-05-30 Thread via GitHub
sonarcloud[bot] commented on PR #382: URL: https://github.com/apache/shardingsphere-on-cloud/pull/382#issuecomment-1568443954 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-

[GitHub] [shardingsphere] zhaojinchao95 closed pull request #25898: Fix sonar issues

2023-05-30 Thread via GitHub
zhaojinchao95 closed pull request #25898: Fix sonar issues URL: https://github.com/apache/shardingsphere/pull/25898 -- 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 unsubscr

[GitHub] [shardingsphere]: Workflow run "E2E - Pipeline" is working again!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - Pipeline" on shardingsphere.git has succeeded. Run started by GitHub user azexcy (triggered by azexcy). Head commit for run: ccbd6a9f65e82d4f068136b341448b343efc88f4 / azexcy <13588031...@qq.com> improve DataSourceRecordConsumer Report URL: https://github.com/apach

[GitHub] [shardingsphere-on-cloud] sonarcloud[bot] commented on pull request #382: fix(operator):

2023-05-30 Thread via GitHub
sonarcloud[bot] commented on PR #382: URL: https://github.com/apache/shardingsphere-on-cloud/pull/382#issuecomment-1568322614 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-

[GitHub] [shardingsphere-on-cloud] mlycore opened a new pull request, #382: fix(operator):

2023-05-30 Thread via GitHub
mlycore opened a new pull request, #382: URL: https://github.com/apache/shardingsphere-on-cloud/pull/382 ### Type of change: - [x] Bugfix - [ ] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why we need it:

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" is working again!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user jiangML (triggered by jiangML). Head commit for run: 34fbd765af0f0656b50647fe3736dadce6938936 / jiangML <1060319...@qq.com> Optimize the use of classloader in ClasspathDriverURLProvider Report URL

[GitHub] [shardingsphere] azexcy opened a new pull request, #25950: Improve CDC position ACK, make sure the FinishedPosition last to be ack

2023-05-30 Thread via GitHub
azexcy opened a new pull request, #25950: URL: https://github.com/apache/shardingsphere/pull/25950 Related: #22500 Changes proposed in this pull request: - Improve PostgreSQL/openGauss WAL dumper reconnect - Wait position acked before FinishedRecord - Improve DataSourceR

[GitHub] [shardingsphere]: Workflow run "E2E - Pipeline" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - Pipeline" on shardingsphere.git has failed. Run started by GitHub user jiangML (triggered by jiangML). Head commit for run: 34fbd765af0f0656b50647fe3736dadce6938936 / jiangML <1060319...@qq.com> Optimize the use of classloader in ClasspathDriverURLProvider Report U

[GitHub] [shardingsphere] jiangML opened a new pull request, #25949: Optimize the use of classloader in ClasspathDriverURLProvider

2023-05-30 Thread via GitHub
jiangML opened a new pull request, #25949: URL: https://github.com/apache/shardingsphere/pull/25949 Fixes #25948. Changes proposed in this pull request: - Unify the use of classloader in ClasspathDriverURLProvider --- Before committing this PR, I'm sure that I have c

[GitHub] [shardingsphere] jiangML opened a new issue, #25948: Unify the use of classloader in ClasspathDriverURLProvider

2023-05-30 Thread via GitHub
jiangML opened a new issue, #25948: URL: https://github.com/apache/shardingsphere/issues/25948 ## Feature Request **For English only**, other languages will not be accepted. Please pay attention on issues you submitted, because we maybe need more details. If no response any

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user Pace2Car (triggered by Pace2Car). Head commit for run: 49231b67a025420dd77c2471a9bae676abcf2e68 / Pace2Car Update rule path constant Report URL: https://github.com/apache/shardingsphere/actions/runs

[GitHub] [shardingsphere] Pace2Car opened a new pull request, #25947: Add new sharding rule configuration swapper

2023-05-30 Thread via GitHub
Pace2Car opened a new pull request, #25947: URL: https://github.com/apache/shardingsphere/pull/25947 For #25485. Changes proposed in this pull request: - Add new sharding rule configuration swapper --- Before committing this PR, I'm sure that I have checked the follo

[shardingsphere-on-cloud] branch main updated: fix(pitr): fix lsbackup nil error

2023-05-30 Thread miaoliyao
This is an automated email from the ASF dual-hosted git repository. miaoliyao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git The following commit(s) were added to refs/heads/main by this push: new c1f280e fix(pitr): fix lsbackup

[GitHub] [shardingsphere-on-cloud] mlycore merged pull request #381: fix(pitr): fix lsbackup nil error

2023-05-30 Thread via GitHub
mlycore merged PR #381: URL: https://github.com/apache/shardingsphere-on-cloud/pull/381 -- 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-on-cloud] branch main updated: feat(helm): update operator charts support StorageNode

2023-05-30 Thread miaoliyao
This is an automated email from the ASF dual-hosted git repository. miaoliyao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git The following commit(s) were added to refs/heads/main by this push: new 71fa302 feat(helm): update oper

[GitHub] [shardingsphere-on-cloud] mlycore merged pull request #378: update operator charts support StorageNode

2023-05-30 Thread via GitHub
mlycore merged PR #378: URL: https://github.com/apache/shardingsphere-on-cloud/pull/378 -- 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

[GitHub] [shardingsphere-on-cloud] wbtlb commented on pull request #381: fix(pitr): fix lsbackup nil error

2023-05-30 Thread via GitHub
wbtlb commented on PR #381: URL: https://github.com/apache/shardingsphere-on-cloud/pull/381#issuecomment-1568167158 approve -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [shardingsphere-on-cloud] wbtlb commented on pull request #378: update operator charts support StorageNode

2023-05-30 Thread via GitHub
wbtlb commented on PR #378: URL: https://github.com/apache/shardingsphere-on-cloud/pull/378#issuecomment-1568167435 approve -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [shardingsphere]: Workflow run "E2E - Pipeline" is working again!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - Pipeline" on shardingsphere.git has succeeded. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: e3174a425e059ea65d707f411e9c1a57d5346255 / zhaojinchao Complete the conversion logic between rule configuration and yaml data nodes of

[shardingsphere] branch master updated: Complete the conversion logic between rule configuration and yaml data nodes of NewDatabaseRulePersistService (#25944)

2023-05-30 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 e3174a425e0 Complete the conversion

[GitHub] [shardingsphere] FlyingZC merged pull request #25944: Complete the conversion logic between rule configuration and yaml data a nodes of NewDatabaseRulePersistService

2023-05-30 Thread via GitHub
FlyingZC merged PR #25944: URL: https://github.com/apache/shardingsphere/pull/25944 -- 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

[GitHub] [shardingsphere-on-cloud] sonarcloud[bot] commented on pull request #381: fix(pitr): fix lsbackup nil error

2023-05-30 Thread via GitHub
sonarcloud[bot] commented on PR #381: URL: https://github.com/apache/shardingsphere-on-cloud/pull/381#issuecomment-1568059302 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" is working again!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: 763022d475005ddc936a8e6fc71a797717d9a130 / zhaojinchao Merge remote-tracking branch 'origin/master' into recursive Report URL: htt

[GitHub] [shardingsphere]: Workflow run "E2E - Pipeline" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - Pipeline" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 8547e2fb496c0c0c3d7ed89dc802f4300f815777 / Zhengqiang Duan Modify PRIMARY_KEY_META_DATA_SQL in OracleSchemaMetaDataLoader to avoid ORA-01

[GitHub] [shardingsphere]: Workflow run "E2E - Pipeline" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - Pipeline" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 51975a7f647d45371009bfcf107f469ed826ed1c / duanzhengqiang Modify PRIMARY_KEY_META_DATA_SQL in OracleSchemaMetaDataLoader to avoid

[GitHub] [shardingsphere-on-cloud] codecov-commenter commented on pull request #381: fix(pitr): fix lsbackup nil error

2023-05-30 Thread via GitHub
codecov-commenter commented on PR #381: URL: https://github.com/apache/shardingsphere-on-cloud/pull/381#issuecomment-1568014611 ## [Codecov](https://app.codecov.io/gh/apache/shardingsphere-on-cloud/pull/381?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 51975a7f647d45371009bfcf107f469ed826ed1c / duanzhengqiang Modify PRIMARY_KEY_META_DATA_SQL in OracleSchemaMetaDataLoader to avoid ORA-

[GitHub] [shardingsphere-on-cloud] sonarcloud[bot] commented on pull request #378: update operator charts support StorageNode

2023-05-30 Thread via GitHub
sonarcloud[bot] commented on PR #378: URL: https://github.com/apache/shardingsphere-on-cloud/pull/378#issuecomment-1568006725 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-

[GitHub] [shardingsphere-on-cloud] sonarcloud[bot] commented on pull request #381: fix(pitr): fix lsbackup nil error

2023-05-30 Thread via GitHub
sonarcloud[bot] commented on PR #381: URL: https://github.com/apache/shardingsphere-on-cloud/pull/381#issuecomment-1568006138 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 8547e2fb496c0c0c3d7ed89dc802f4300f815777 / Zhengqiang Duan Modify PRIMARY_KEY_META_DATA_SQL in OracleSchemaMetaDataLoader to avoid ORA-01006 e

[shardingsphere-on-cloud] branch main updated: refactor: add yaml tag to compute node definition and remove readyInstances

2023-05-30 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git The following commit(s) were added to refs/heads/main by this push: new 2c2cefb refactor: add yaml tag to

[GitHub] [shardingsphere-on-cloud] tristaZero merged pull request #380: refactor(operator): update compute node definition

2023-05-30 Thread via GitHub
tristaZero merged PR #380: URL: https://github.com/apache/shardingsphere-on-cloud/pull/380 -- 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

[GitHub] [shardingsphere-on-cloud] sonarcloud[bot] commented on pull request #381: fix(pitr): fix lsbackup nil error

2023-05-30 Thread via GitHub
sonarcloud[bot] commented on PR #381: URL: https://github.com/apache/shardingsphere-on-cloud/pull/381#issuecomment-1567986419 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-

[GitHub] [shardingsphere-on-cloud] Xu-Wentao opened a new pull request, #381: fix(pitr): fix lsbackup nil error

2023-05-30 Thread via GitHub
Xu-Wentao opened a new pull request, #381: URL: https://github.com/apache/shardingsphere-on-cloud/pull/381 ### Type of change: Fix a bug try to delete backup file when backup failed, if bak file is not created, skip. - [x] Bugfix - [ ] New feature provided - [ ]

[shardingsphere] branch master updated: Modify PRIMARY_KEY_META_DATA_SQL in OracleSchemaMetaDataLoader to avoid ORA-01006 exception (#25946)

2023-05-30 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 8547e2fb496 Modify PRIMARY_KEY_META_

[GitHub] [shardingsphere] FlyingZC merged pull request #25946: Modify PRIMARY_KEY_META_DATA_SQL in OracleSchemaMetaDataLoader to avoid ORA-01006 exception

2023-05-30 Thread via GitHub
FlyingZC merged PR #25946: URL: https://github.com/apache/shardingsphere/pull/25946 -- 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

[GitHub] [shardingsphere] FlyingZC closed issue #25945: ORA-01006: Binding variable does not exist when startup shardingsphere jdbc with oracle 19c

2023-05-30 Thread via GitHub
FlyingZC closed issue #25945: ORA-01006: Binding variable does not exist when startup shardingsphere jdbc with oracle 19c URL: https://github.com/apache/shardingsphere/issues/25945 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [shardingsphere] strongduanmu opened a new pull request, #25946: Modify PRIMARY_KEY_META_DATA_SQL in OracleSchemaMetaDataLoader to avoid ORA-01006 exception

2023-05-30 Thread via GitHub
strongduanmu opened a new pull request, #25946: URL: https://github.com/apache/shardingsphere/pull/25946 Fixes #25945. Changes proposed in this pull request: - Modify PRIMARY_KEY_META_DATA_SQL in OracleSchemaMetaDataLoader to avoid ORA-01006 exception --- Before com

[GitHub] [shardingsphere] strongduanmu opened a new issue, #25945: ORA-01006: Binding variable does not exist when startup shardingsphere jdbc with oracle 19c

2023-05-30 Thread via GitHub
strongduanmu opened a new issue, #25945: URL: https://github.com/apache/shardingsphere/issues/25945 ## Bug Report ### Which version of ShardingSphere did you use? [ab2e0b0](https://github.com/apache/shardingsphere/commit/ab2e0b082990b7588b6d440a76c59cf1a578157b) ### Whic

[GitHub] [shardingsphere]: Workflow run "E2E - SQL" failed!

2023-05-30 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: 763022d475005ddc936a8e6fc71a797717d9a130 / zhaojinchao Merge remote-tracking branch 'origin/master' into recursive Report URL: https:

[GitHub] [shardingsphere] zhaojinchao95 opened a new pull request, #25944: Complete the conversion logic between rule configuration and yaml data a nodes of NewDatabaseRulePersistService

2023-05-30 Thread via GitHub
zhaojinchao95 opened a new pull request, #25944: URL: https://github.com/apache/shardingsphere/pull/25944 For #25485 -- 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

[shardingsphere] branch master updated (de53bbbcd2d -> ab2e0b08299)

2023-05-30 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from de53bbbcd2d Avoid ConcurrentHashMap recursive update in ShardingSphereServiceLoader.getServiceInstances (#24

[GitHub] [shardingsphere] tristaZero merged pull request #25943: Revise pr 25921 for code style

2023-05-30 Thread via GitHub
tristaZero merged PR #25943: URL: https://github.com/apache/shardingsphere/pull/25943 -- 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-unsu