[shardingsphere] branch master updated: private ContextManager.alterSchemas (#18722)

2022-06-29 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 2babbf4ad25 private ContextManager.a

[GitHub] [shardingsphere] menghaoranss merged pull request #18722: private ContextManager.alterSchemas

2022-06-29 Thread GitBox
menghaoranss merged PR #18722: URL: https://github.com/apache/shardingsphere/pull/18722 -- 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] zhfeng commented on pull request #14130: add xa handler

2022-06-29 Thread GitBox
zhfeng commented on PR #14130: URL: https://github.com/apache/shardingsphere/pull/14130#issuecomment-1170837178 And yeah, it's shame to lose the XA Statements support in sharding-proxy -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [shardingsphere] zhfeng commented on pull request #14130: add xa handler

2022-06-29 Thread GitBox
zhfeng commented on PR #14130: URL: https://github.com/apache/shardingsphere/pull/14130#issuecomment-1170835961 @roodkcab please check the discussion on https://github.com/apache/shardingsphere/issues/18636 and I think we need to improve the `TransactionXAHandler` -- This is an automated

[GitHub] [shardingsphere] roodkcab commented on pull request #14130: add xa handler

2022-06-29 Thread GitBox
roodkcab commented on PR #14130: URL: https://github.com/apache/shardingsphere/pull/14130#issuecomment-1170831602 > I think this PR need to be reverted. cloud we keep this feature, and do it in a right way? -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [shardingsphere] LeeGuoPing commented on issue #18583: Remove deprecated CountInstanceRulesHandler and CountInstanceRulesStatement

2022-06-29 Thread GitBox
LeeGuoPing commented on issue #18583: URL: https://github.com/apache/shardingsphere/issues/18583#issuecomment-1170831515 @terrymanu count instance belong to RAL, the concrete rules belong to RAL or RQL? I think it belong to RQL -- This is an automated message from the Apache Git Service

[GitHub] [shardingsphere] zjcnb merged pull request #18723: Rename mutex lock to internal lock

2022-06-29 Thread GitBox
zjcnb merged PR #18723: URL: https://github.com/apache/shardingsphere/pull/18723 -- 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.

[shardingsphere] branch master updated: Rename mutex lock to internal lock (#18723)

2022-06-29 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 a6bf7d86e9b Rename mutex lock to in

[GitHub] [shardingsphere] roodkcab commented on a diff in pull request #14130: add xa handler

2022-06-29 Thread GitBox
roodkcab commented on code in PR #14130: URL: https://github.com/apache/shardingsphere/pull/14130#discussion_r910661814 ## docs/document/content/features/transaction/use-norms/xa.en.md: ## @@ -13,3 +13,101 @@ weight = 2 ## Unsupported * Recover committing and rolling back in

[GitHub] [shardingsphere] codecov-commenter commented on pull request #18710: reduce sharding dataNodes on the same shardingStrategy - InlineShardingAlgorithm

2022-06-29 Thread GitBox
codecov-commenter commented on PR #18710: URL: https://github.com/apache/shardingsphere/pull/18710#issuecomment-1170828256 # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/18710?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_te

[GitHub] [shardingsphere] soulasuna opened a new pull request, #18723: Rename mutex lock to internal lock

2022-06-29 Thread GitBox
soulasuna opened a new pull request, #18723: URL: https://github.com/apache/shardingsphere/pull/18723 ## Rename mutex lock to internal lock Changes proposed in this pull request: - Rename mutex lock to internal lock -- This is an automated message from the Apache Git Serv

[GitHub] [shardingsphere] terrymanu commented on a diff in pull request #18719: Fix issues 18689

2022-06-29 Thread GitBox
terrymanu commented on code in PR #18719: URL: https://github.com/apache/shardingsphere/pull/18719#discussion_r910651841 ## shardingsphere-infra/shardingsphere-infra-federation/shardingsphere-infra-federation-optimizer/src/test/java/org/apache/shardingsphere/infra/federation/optimizer/c

[GitHub] [shardingsphere] GodKerwin commented on issue #18707: When the first table of the sharding table does not exist,there is no tips

2022-06-29 Thread GitBox
GodKerwin commented on issue #18707: URL: https://github.com/apache/shardingsphere/issues/18707#issuecomment-1170818174 > OK, Got it! I suggest outputting some logs when the schema cannot be queried, because it is too hidden. -- This is an automated message from the Apache Git Servic

[shardingsphere] branch master updated: modify auditStrategies to auditStrategy (#18720)

2022-06-29 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 2bba5601d73 modify auditStrategies t

[GitHub] [shardingsphere] terrymanu merged pull request #18720: modify auditStrategies to auditStrategy

2022-06-29 Thread GitBox
terrymanu merged PR #18720: URL: https://github.com/apache/shardingsphere/pull/18720 -- 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

[GitHub] [shardingsphere] zjcnb commented on a diff in pull request #18718: Pre-judgment database name is null.

2022-06-29 Thread GitBox
zjcnb commented on code in PR #18718: URL: https://github.com/apache/shardingsphere/pull/18718#discussion_r910647222 ## shardingsphere-infra/shardingsphere-infra-binder/src/main/java/org/apache/shardingsphere/infra/binder/statement/dml/InsertStatementContext.java: ## @@ -98,6 +9

[GitHub] [shardingsphere] terrymanu commented on issue #18584: SQL route can optimize

2022-06-29 Thread GitBox
terrymanu commented on issue #18584: URL: https://github.com/apache/shardingsphere/issues/18584#issuecomment-1170802643 It better to design first -- 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] terrymanu commented on a diff in pull request #18720: modify auditStrategies to auditStrategy

2022-06-29 Thread GitBox
terrymanu commented on code in PR #18720: URL: https://github.com/apache/shardingsphere/pull/18720#discussion_r910635476 ## shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-api/src/main/java/org/apache/shardingsphere/sharding/api/config/strategy/audit/ShardingAudi

[shardingsphere] branch master updated (c38adb0c9ef -> d95dce8fe52)

2022-06-29 Thread totalo
This is an automated email from the ASF dual-hosted git repository. totalo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from c38adb0c9ef Refactor doc in features shadow (#18717) add d95dce8fe52 Refactor SingleTableDropSchemaMetada

[GitHub] [shardingsphere] totalo merged pull request #18716: Refactor SingleTableDropSchemaMetadataValidatorTest

2022-06-29 Thread GitBox
totalo merged PR #18716: URL: https://github.com/apache/shardingsphere/pull/18716 -- 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] strongduanmu commented on issue #18707: When the first table of the sharding table does not exist,there is no tips

2022-06-29 Thread GitBox
strongduanmu commented on issue #18707: URL: https://github.com/apache/shardingsphere/issues/18707#issuecomment-1170794399 If you delete some sharding tables, then you need to modify the sharding rules at the same time to make them consistent. -- This is an automated message from the Apa

[GitHub] [shardingsphere] Bpazy commented on a diff in pull request #18713: Add more unit test for SelectStatementContext

2022-06-29 Thread GitBox
Bpazy commented on code in PR #18713: URL: https://github.com/apache/shardingsphere/pull/18713#discussion_r910626917 ## shardingsphere-infra/shardingsphere-infra-binder/src/test/java/org/apache/shardingsphere/infra/binder/statement/impl/SelectStatementContextTest.java: ## @@ -48

[GitHub] [shardingsphere] tain198127 commented on issue #18689: Add test case for OptimizerContext.dropTable()

2022-06-29 Thread GitBox
tain198127 commented on issue #18689: URL: https://github.com/apache/shardingsphere/issues/18689#issuecomment-1170785693 Why only test for dropTable but not all of methods of OptimizerContext? Should I add some other test ? -- This is an automated message from the Apache Git Service. To

[GitHub] [shardingsphere] codecov-commenter commented on pull request #18719: Fix issues 18689

2022-06-29 Thread GitBox
codecov-commenter commented on PR #18719: URL: https://github.com/apache/shardingsphere/pull/18719#issuecomment-1170775897 # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/18719?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_te

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

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has succeeded. Run started by GitHub user tain198127 (triggered by tain198127). Head commit for run: 870b2ef815c39e678ed8b31526dad9e9378c02dd / dane brown 1:Add test case for OptimizerContext.dropTable 2:modify Indentation

[GitHub] [shardingsphere]: Workflow run "Scaling Integration Test" is working again!

2022-06-29 Thread GitBox
The GitHub Actions job "Scaling Integration Test" on shardingsphere.git has succeeded. Run started by GitHub user azexcy (triggered by azexcy). Head commit for run: bcffc22d3943266b4455bd4573df388d65e6 / azexcy <13588031...@qq.com> Fix ci error Report URL: https://github.com/apache/shardin

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #18713: Add more unit test for SelectStatementContext

2022-06-29 Thread GitBox
strongduanmu commented on code in PR #18713: URL: https://github.com/apache/shardingsphere/pull/18713#discussion_r910605969 ## shardingsphere-infra/shardingsphere-infra-binder/src/test/java/org/apache/shardingsphere/infra/binder/statement/impl/SelectStatementContextTest.java: ##

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #18718: Pre-judgment database name is null.

2022-06-29 Thread GitBox
strongduanmu commented on code in PR #18718: URL: https://github.com/apache/shardingsphere/pull/18718#discussion_r910604621 ## shardingsphere-infra/shardingsphere-infra-binder/src/main/java/org/apache/shardingsphere/infra/binder/statement/dml/InsertStatementContext.java: ## @@ -

[GitHub] [shardingsphere] williamXinCC opened a new issue, #18721: mybatis-plus + 5.1.2,KeyGenerateAlgorithm can not be use

2022-06-29 Thread GitBox
williamXinCC opened a new issue, #18721: URL: https://github.com/apache/shardingsphere/issues/18721 my key generator @Slf4j public final class SeeingflowKeyGenerator implements KeyGenerateAlgorithm{ private Properties properties = new Properties(); @Override

[GitHub] [shardingsphere] natehuangting closed pull request #18708: use SQLStatementContext replace SQLStatement

2022-06-29 Thread GitBox
natehuangting closed pull request #18708: use SQLStatementContext replace SQLStatement URL: https://github.com/apache/shardingsphere/pull/18708 -- 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 sp

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user zjcnb (triggered by zjcnb). Head commit for run: bc9dc0c070666b6261bf71d0eb699a605ad1fed1 / zhaojinchao Fix unit test Report URL: https://github.com/apache/shardingsphere/actions/runs/

[GitHub] [shardingsphere]: Workflow run "Scaling Integration Test" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Scaling Integration Test" on shardingsphere.git has failed. Run started by GitHub user azexcy (triggered by azexcy). Head commit for run: 16545480460d0a9013caffd5aeec04b0088500cb / azexcy <13588031...@qq.com> Remove unused initdb.sql Report URL: https://github.com/apach

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

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has succeeded. Run started by GitHub user natehuangting (triggered by natehuangting). Head commit for run: f3928f77c942c60a1cfe4b92d85d7dd7ee731ec2 / natehuang modify auditStrategies to auditStrategy Report URL: https://git

[GitHub] [shardingsphere] strongduanmu commented on issue #18620: ShardingSphere should not support SQL passthrough to data source feature

2022-06-29 Thread GitBox
strongduanmu commented on issue #18620: URL: https://github.com/apache/shardingsphere/issues/18620#issuecomment-1170718327 @Bingai077 Just removing the SQL transparent transmission feature, because it goes against the design of ShardingSphere. -- This is an automated message from the Apa

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user zjcnb (triggered by zjcnb). Head commit for run: 793e783e449265fb3523f046af64c8b00b453f23 / zhaojinchao Pre-judgment database name is null. Report URL: https://github.com/apache/shardi

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user tain198127 (triggered by tain198127). Head commit for run: daa522e5f914d9a5bcbc2777003b78945fcde399 / dane brown 1:Add test case for OptimizerContext.dropTable Report URL: https://gith

[GitHub] [shardingsphere] natehuangting commented on pull request #18720: modify auditStrategies to auditStrategy

2022-06-29 Thread GitBox
natehuangting commented on PR #18720: URL: https://github.com/apache/shardingsphere/pull/18720#issuecomment-1170712797 For #18430 -- 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 com

[GitHub] [shardingsphere] natehuangting opened a new pull request, #18720: modify auditStrategies to auditStrategy

2022-06-29 Thread GitBox
natehuangting opened a new pull request, #18720: URL: https://github.com/apache/shardingsphere/pull/18720 Changes proposed in this pull request: - modify auditStrategies to auditStrategy -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [shardingsphere] tain198127 opened a new pull request, #18719: Fix issues 18689

2022-06-29 Thread GitBox
tain198127 opened a new pull request, #18719: URL: https://github.com/apache/shardingsphere/pull/18719 Fixes #18689. Changes proposed in this pull request: - Add test case for OptimizerContext.dropTable ![image](https://user-images.githubusercontent.com/1415402/176586110-7ef

[shardingsphere] branch master updated: Refactor doc in features shadow (#18717)

2022-06-29 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 c38adb0c9ef Refactor doc in feature

[GitHub] [shardingsphere] zjcnb merged pull request #18717: Refactor doc in features shadow

2022-06-29 Thread GitBox
zjcnb merged PR #18717: URL: https://github.com/apache/shardingsphere/pull/18717 -- 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] Bingai077 commented on issue #18620: ShardingSphere should not support SQL passthrough to data source feature

2022-06-29 Thread GitBox
Bingai077 commented on issue #18620: URL: https://github.com/apache/shardingsphere/issues/18620#issuecomment-1170700173 Will the HintManager feature be removed ?? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [shardingsphere] natehuangting commented on pull request #18646: move SQLCheckResult to Common package

2022-06-29 Thread GitBox
natehuangting commented on PR #18646: URL: https://github.com/apache/shardingsphere/pull/18646#issuecomment-1170699637 For #18430 -- 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 com

[GitHub] [shardingsphere] soulasuna opened a new pull request, #18717: Refactor doc in features shadow

2022-06-29 Thread GitBox
soulasuna opened a new pull request, #18717: URL: https://github.com/apache/shardingsphere/pull/18717 ## Refactor doc in features shadow Changes proposed in this pull request: - Refactor doc in features shadow -- This is an automated message from the Apache Git Servic

[GitHub] [shardingsphere] RaigorJiang closed issue #13911: Adjust the `Native` authority provider and DCL statements.

2022-06-29 Thread GitBox
RaigorJiang closed issue #13911: Adjust the `Native` authority provider and DCL statements. URL: https://github.com/apache/shardingsphere/issues/13911 -- 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] codecov-commenter commented on pull request #18713: Add more unit test for SelectStatementContext

2022-06-29 Thread GitBox
codecov-commenter commented on PR #18713: URL: https://github.com/apache/shardingsphere/pull/18713#issuecomment-1170684898 # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/18713?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_te

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

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has succeeded. Run started by GitHub user Bpazy (triggered by Bpazy). Head commit for run: 599762307225cd38c40e5d6c5b52e57ec1aee30f / Ziyuan Han Code style format Report URL: https://github.com/apache/shardingsphere/actions

[GitHub] [shardingsphere]: Workflow run "Scaling Integration Test" is working again!

2022-06-29 Thread GitBox
The GitHub Actions job "Scaling Integration Test" on shardingsphere.git has succeeded. Run started by GitHub user cheese8 (triggered by cheese8). Head commit for run: 77781476993b6452787e3943f7114bc163cdf4d7 / cheese8 Update ShardingStrategy.java Report URL: https://github.com/apache/sharding

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user natehuangting (triggered by natehuangting). Head commit for run: f7a5abe653bd01375701a8f2a95135d24c7e9737 / natehuang Merge branch 'master' into 18704 Report URL: https://github.com/ap

[GitHub] [shardingsphere] RaigorJiang merged pull request #18694: Remove native authority

2022-06-29 Thread GitBox
RaigorJiang merged PR #18694: URL: https://github.com/apache/shardingsphere/pull/18694 -- 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-uns

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

2022-06-29 Thread GitBox
The GitHub Actions job "Integration Test" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 627fc320e71f57b8af0df40624161248e91226cd / zhangliang Refactor ShardingAuditChecker Report URL: https://github.com/apache/shardings

[GitHub] [shardingsphere] azexcy commented on a diff in pull request #18709: Upgrade scaling native mode, support auto init and cleanup.

2022-06-29 Thread GitBox
azexcy commented on code in PR #18709: URL: https://github.com/apache/shardingsphere/pull/18709#discussion_r910550487 ## shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/resources/env/mysql/initdb.sql: ## @@ -18,8 +18,8 @@ CRE

[GitHub] [shardingsphere]: Workflow run "Integration Test" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Integration Test" on shardingsphere.git has failed. Run started by GitHub user natehuangting (triggered by natehuangting). Head commit for run: f7a5abe653bd01375701a8f2a95135d24c7e9737 / natehuang Merge branch 'master' into 18704 Report URL: https://github.com/apache/sh

[GitHub] [shardingsphere]: Workflow run "Scaling Integration Test" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Scaling Integration Test" on shardingsphere.git has failed. Run started by GitHub user natehuangting (triggered by natehuangting). Head commit for run: f7a5abe653bd01375701a8f2a95135d24c7e9737 / natehuang Merge branch 'master' into 18704 Report URL: https://github.com/

[shardingsphere] branch master updated: support notify statement (#18714)

2022-06-29 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 09fa70b4608 support notify state

[GitHub] [shardingsphere] strongduanmu merged pull request #18714: support notify statement in PostgreSQL

2022-06-29 Thread GitBox
strongduanmu merged PR #18714: URL: https://github.com/apache/shardingsphere/pull/18714 -- 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] GodKerwin commented on issue #18707: When the first table of the sharding table does not exist,there is no tips

2022-06-29 Thread GitBox
GodKerwin commented on issue #18707: URL: https://github.com/apache/shardingsphere/issues/18707#issuecomment-1170677306 > The business only needs half a year of data, and the DBA will regularly clean up the data over half a year -- This is an automated message from the Apache Git Service

[GitHub] [shardingsphere]: Workflow run "Scaling Integration Test" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Scaling Integration Test" on shardingsphere.git has failed. Run started by GitHub user lanchengx (triggered by lanchengx). Head commit for run: e2dafbb0405ae3667b8708416bcbf1cde5c78cfc / lanchengx Add sharding algorithm type check Report URL: https://github.com/apache/

[shardingsphere] branch master updated (7362338b777 -> 43b7ad1e8d2)

2022-06-29 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 7362338b777 Refactor ShardingAuditChecker (#18712) add 43b7ad1e8d2 Refactor MySQLSchemaMetaDataLo

[GitHub] [shardingsphere] strongduanmu merged pull request #18715: Use JDBC Types in MySQLSchemaMetaDataLoaderTest

2022-06-29 Thread GitBox
strongduanmu merged PR #18715: URL: https://github.com/apache/shardingsphere/pull/18715 -- 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] zjcnb merged pull request #18712: Refactor ShardingAuditChecker

2022-06-29 Thread GitBox
zjcnb merged PR #18712: URL: https://github.com/apache/shardingsphere/pull/18712 -- 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.

[shardingsphere] branch master updated: Refactor ShardingAuditChecker (#18712)

2022-06-29 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 7362338b777 Refactor ShardingAuditC

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

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: f6c4d4c4856516e56139abdbdf857631b53ad7be / Yao He add POLYGON metadata (#18665) * add POLYGON metadata * add POINT metadata

[GitHub] [shardingsphere] zrsaber opened a new pull request, #18714: support notify statement in PostgreSQL

2022-06-29 Thread GitBox
zrsaber opened a new pull request, #18714: URL: https://github.com/apache/shardingsphere/pull/18714 Ref #18496 & #14104 Changes proposed in this pull request: - Add NOTIFY grammar - Since java has notify(), use notifyStmt instead when parsing - Support parsing NOTIFY in PostgreSQL

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user cheese8 (triggered by cheese8). Head commit for run: 2359d68f2a6b10a9898baeff3d4f2eb16a29e7bd / cheese8 Merge branch 'apache:master' into master Report URL: https://github.com/apache/s

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user natehuangting (triggered by natehuangting). Head commit for run: 566ebf078f696a437dbdace20cab6762436acdae / natehuang Merge branch 'master' into 18704 Report URL: https://github.com/ap

[GitHub] [shardingsphere] strongduanmu commented on issue #18620: ShardingSphere should not support SQL passthrough to data source feature

2022-06-29 Thread GitBox
strongduanmu commented on issue #18620: URL: https://github.com/apache/shardingsphere/issues/18620#issuecomment-1170658616 Welcome. -- 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 c

[GitHub] [shardingsphere] FlyingZC commented on issue #18620: ShardingSphere should not support SQL passthrough to data source feature

2022-06-29 Thread GitBox
FlyingZC commented on issue #18620: URL: https://github.com/apache/shardingsphere/issues/18620#issuecomment-1170657831 I will do this task. @strongduanmu -- 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

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

2022-06-29 Thread GitBox
The GitHub Actions job "Integration Test" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: f6c4d4c4856516e56139abdbdf857631b53ad7be / Yao He add POLYGON metadata (#18665) * add POLYGON metadata * add POINT metadata Repor

[GitHub] [shardingsphere]: Workflow run "Scaling Integration Test" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Scaling Integration Test" on shardingsphere.git has failed. Run started by GitHub user natehuangting (triggered by natehuangting). Head commit for run: 566ebf078f696a437dbdace20cab6762436acdae / natehuang Merge branch 'master' into 18704 Report URL: https://github.com/

[GitHub] [shardingsphere]: Workflow run "Integration Test" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Integration Test" on shardingsphere.git has failed. Run started by GitHub user natehuangting (triggered by natehuangting). Head commit for run: 566ebf078f696a437dbdace20cab6762436acdae / natehuang Merge branch 'master' into 18704 Report URL: https://github.com/apache/sh

[GitHub] [shardingsphere] strongduanmu commented on issue #18707: When the first table of the sharding table does not exist,there is no tips

2022-06-29 Thread GitBox
strongduanmu commented on issue #18707: URL: https://github.com/apache/shardingsphere/issues/18707#issuecomment-1170657331 Why does the sharding table not exist? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user Bpazy (triggered by Bpazy). Head commit for run: 53ff11a31bcdbf0dcba7cfec509fb9c346df8576 / Ziyuan Han Code style format Report URL: https://github.com/apache/shardingsphere/actions/ru

[shardingsphere] branch master updated: add POLYGON metadata (#18665)

2022-06-29 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 f6c4d4c4856 add POLYGON metadata (#1

[GitHub] [shardingsphere] terrymanu merged pull request #18665: add POLYGON metadata

2022-06-29 Thread GitBox
terrymanu merged PR #18665: URL: https://github.com/apache/shardingsphere/pull/18665 -- 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

[GitHub] [shardingsphere] terrymanu commented on issue #18680: The OracleParserStatementExample in the example executes an error

2022-06-29 Thread GitBox
terrymanu commented on issue #18680: URL: https://github.com/apache/shardingsphere/issues/18680#issuecomment-1170647343 This bug is not for example, but oracle parser. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [shardingsphere] sandynz commented on a diff in pull request #18709: Upgrade scaling native mode, support auto init and cleanup.

2022-06-29 Thread GitBox
sandynz commented on code in PR #18709: URL: https://github.com/apache/shardingsphere/pull/18709#discussion_r910511739 ## .github/workflows/it-scaling.yml: ## @@ -87,9 +87,9 @@ jobs: - name: Build Scaling IT image run: ./mvnw -B clean install -am -pl shardingsph

[GitHub] [shardingsphere] zjcnb commented on pull request #18677: Refactor ShardingSphereMetaData.databases to ConcurrentHashMap

2022-06-29 Thread GitBox
zjcnb commented on PR #18677: URL: https://github.com/apache/shardingsphere/pull/18677#issuecomment-1170346140 I reproduced this problem in my local environment, we have only `server.yaml` and `ShrdingSphere-Proxy `start up success. When I connect `Proxy` and excute `DQL` statement.

[shardingsphere-benchmark] branch dependabot/maven/shardingsphere-benchmark/org.apache.poi-poi-4.1.1 created (now a07c0b4)

2022-06-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/shardingsphere-benchmark/org.apache.poi-poi-4.1.1 in repository https://gitbox.apache.org/repos/asf/shardingsphere-benchmark.git at a07c0b4 Bump poi from 4.0.1 to 4.1

[GitHub] [shardingsphere-benchmark] dependabot[bot] opened a new pull request, #77: Bump poi from 4.0.1 to 4.1.1 in /shardingsphere-benchmark

2022-06-29 Thread GitBox
dependabot[bot] opened a new pull request, #77: URL: https://github.com/apache/shardingsphere-benchmark/pull/77 Bumps poi from 4.0.1 to 4.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.poi:poi&p

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user cheese8 (triggered by cheese8). Head commit for run: 9224c7dba13971e47189e534a0199dd8d19ba1f7 / cheese8 Update ShardingStrategy.java Report URL: https://github.com/apache/shardingspher

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user Bpazy (triggered by Bpazy). Head commit for run: cb74decfe0c0be215b36192831446cd913125dfc / Ziyuan Han Code style format Report URL: https://github.com/apache/shardingsphere/actions/ru

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

2022-06-29 Thread GitBox
The GitHub Actions job "Integration Test" on shardingsphere.git has succeeded. Run started by GitHub user lcxywfe (triggered by zjcnb). Head commit for run: 5a5775e032dc440e389d8aa81ecc72958a11f19a / Yao He add POINT metadata Report URL: https://github.com/apache/shardingsphere/actions/runs/25

[GitHub] [shardingsphere]: Workflow run "check-license" is working again!

2022-06-29 Thread GitBox
The GitHub Actions job "check-license" on shardingsphere.git has succeeded. Run started by GitHub user cheese8 (triggered by cheese8). Head commit for run: 9224c7dba13971e47189e534a0199dd8d19ba1f7 / cheese8 Update ShardingStrategy.java Report URL: https://github.com/apache/shardingsphere/actio

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

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 74023fca629e6f1653620d382d00bfbc6e67b431 / zhangliang Rename ShardingRuleConfiguration.shardingAudits to auditStrategies Rep

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user Bpazy (triggered by Bpazy). Head commit for run: ede780ddc1d2eb5de0a1485dd303d77684751ff8 / Ziyuan Han Code style format Report URL: https://github.com/apache/shardingsphere/actions/ru

[GitHub] [shardingsphere]: Workflow run "check-license" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "check-license" on shardingsphere.git has failed. Run started by GitHub user Bpazy (triggered by Bpazy). Head commit for run: ede780ddc1d2eb5de0a1485dd303d77684751ff8 / Ziyuan Han Code style format Report URL: https://github.com/apache/shardingsphere/actions/runs/2584643

[GitHub] [shardingsphere] Bpazy opened a new pull request, #18713: Add more unit test for SelectStatementContext

2022-06-29 Thread GitBox
Bpazy opened a new pull request, #18713: URL: https://github.com/apache/shardingsphere/pull/18713 Fixes #14672. Changes proposed in this pull request: - Add unit test for SelectStatementContext#isContainsDollarParameterMarker - Add unit test for SelectStatementContext#isContains

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

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has succeeded. Run started by GitHub user lcxywfe (triggered by zjcnb). Head commit for run: 5a5775e032dc440e389d8aa81ecc72958a11f19a / Yao He add POINT metadata Report URL: https://github.com/apache/shardingsphere/actions/

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 49df06b7b644fc3ce8df3a39eda7bf0c670b19fc / zhangliang Merge branch 'master' into dev Report URL: https://github.com/apache/shar

[GitHub] [shardingsphere]: Workflow run "Integration Test" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Integration Test" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 49df06b7b644fc3ce8df3a39eda7bf0c670b19fc / zhangliang Merge branch 'master' into dev Report URL: https://github.com/apache/shardingsph

[GitHub] [shardingsphere]: Workflow run "Continuous Integration" failed!

2022-06-29 Thread GitBox
The GitHub Actions job "Continuous Integration" on shardingsphere.git has failed. Run started by GitHub user zjcnb (triggered by zjcnb). Head commit for run: 0d96c833a8190fffe4687f48598b4e3cadae7d82 / Liang Zhang Rename ShardingRuleConfiguration.shardingAudits to auditStrategies (#18711) Repo

[GitHub] [shardingsphere] terrymanu closed issue #17472: [WeOpen-Star] Add unit test for SingleTableDropSchemaMetadataValidator

2022-06-29 Thread GitBox
terrymanu closed issue #17472: [WeOpen-Star] Add unit test for SingleTableDropSchemaMetadataValidator URL: https://github.com/apache/shardingsphere/issues/17472 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[shardingsphere] branch master updated: Fix issue 17472 add unit test for SingleTableDropSchemaMetadataValidator (#18645)

2022-06-29 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 b40c8e111b4 Fix issue 17472 add unit

[GitHub] [shardingsphere] terrymanu merged pull request #18645: Fix issue 17472 add unit test for SingleTableDropSchemaMetadataValidator

2022-06-29 Thread GitBox
terrymanu merged PR #18645: URL: https://github.com/apache/shardingsphere/pull/18645 -- 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: [Issue #18055] The document is not ture about sharding rules (#18674)

2022-06-29 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 6df62a448b9 [Issue #18055] The docum

[GitHub] [shardingsphere] terrymanu merged pull request #18674: [Issue #18055] The document is not ture about sharding rules

2022-06-29 Thread GitBox
terrymanu merged PR #18674: URL: https://github.com/apache/shardingsphere/pull/18674 -- 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

[GitHub] [shardingsphere] terrymanu closed issue #18055: The 5.1.1 document is not ture about sharding rules

2022-06-29 Thread GitBox
terrymanu closed issue #18055: The 5.1.1 document is not ture about sharding rules URL: https://github.com/apache/shardingsphere/issues/18055 -- 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 spec

[GitHub] [shardingsphere] terrymanu opened a new pull request, #18712: Refactor ShardingAuditChecker

2022-06-29 Thread GitBox
terrymanu opened a new pull request, #18712: URL: https://github.com/apache/shardingsphere/pull/18712 Fixes #ISSUSE_ID. Changes proposed in this pull request: - - - -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[shardingsphere] branch master updated: Rename ShardingRuleConfiguration.shardingAudits to auditStrategies (#18711)

2022-06-29 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 0d96c833a81 Rename ShardingRuleConf

  1   2   >