[GitHub] [shardingsphere] MfkOTT commented on issue #17478: Sharding converts the uppercase letters of mysql fields to lowercase letters

2022-05-10 Thread GitBox
MfkOTT commented on issue #17478: URL: https://github.com/apache/shardingsphere/issues/17478#issuecomment-1123255960 > Hi @MfkOTT Could you try the ShardingSphere 5.1.1? The 4.1.1 is no longer maintained. According to the actual situation of the current project, there are too many c

[GitHub] [shardingsphere] MfkOTT commented on issue #17478: Sharding converts the uppercase letters of mysql fields to lowercase letters

2022-05-10 Thread GitBox
MfkOTT commented on issue #17478: URL: https://github.com/apache/shardingsphere/issues/17478#issuecomment-1123255473 According to the actual situation of the current project, there are too many compatibility problems after the upgrade, so I can't upgrade the version easily -- This is an

[GitHub] [shardingsphere] TeslaCN commented on issue #17482: Cross database query ,prompt: schme not exist

2022-05-10 Thread GitBox
TeslaCN commented on issue #17482: URL: https://github.com/apache/shardingsphere/issues/17482#issuecomment-1123250512 You may configure data sources and `actualDataNodes` in sharding rule. Such as: ```yaml dataSources: ds_0: url: xxx ds_1: url: xxx rules

[GitHub] [shardingsphere] TeslaCN commented on issue #17478: Sharding converts the uppercase letters of mysql fields to lowercase letters

2022-05-10 Thread GitBox
TeslaCN commented on issue #17478: URL: https://github.com/apache/shardingsphere/issues/17478#issuecomment-1123248325 Hi @MfkOTT Could you try the ShardingSphere 5.1.1? The 4.1.1 is no longer maintained. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [shardingsphere] TeslaCN commented on issue #17487: Invalid binding table configuration in ShardingRuleConfiguration when alter SHARDING TABLE RULE

2022-05-10 Thread GitBox
TeslaCN commented on issue #17487: URL: https://github.com/apache/shardingsphere/issues/17487#issuecomment-1123244134 +1 Drop binding table rule didn't worked in cluster mode. ``` bmsql_sharding=> drop sharding binding table rules (bmsql_warehouse, bmsql_customer); SUCCE

[shardingsphere] branch master updated: Support parsing ALTER ANALYTIC VIEW in Oracle (#17538)

2022-05-10 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 49953efd394 Support parsing ALTE

[GitHub] [shardingsphere] strongduanmu merged pull request #17538: Support parsing `ALTER ANALYTIC VIEW` in Oracle

2022-05-10 Thread GitBox
strongduanmu merged PR #17538: URL: https://github.com/apache/shardingsphere/pull/17538 -- 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] strongduanmu merged pull request #17523: Support generate postgres index sql

2022-05-10 Thread GitBox
strongduanmu merged PR #17523: URL: https://github.com/apache/shardingsphere/pull/17523 -- 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] branch master updated: Support generate postgres index sql (#17523)

2022-05-10 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 912980eef0f Support generate pos

[shardingsphere] branch master updated: support decorate comment sql and index sql (#17544)

2022-05-10 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 56474b8e173 support decorate com

[GitHub] [shardingsphere] strongduanmu merged pull request #17544: support decorate comment sql and index sql

2022-05-10 Thread GitBox
strongduanmu merged PR #17544: URL: https://github.com/apache/shardingsphere/pull/17544 -- 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] tuichenchuxin commented on issue #16998: proxy scaling error

2022-05-10 Thread GitBox
tuichenchuxin commented on issue #16998: URL: https://github.com/apache/shardingsphere/issues/16998#issuecomment-1123207399 @lanchengx OK, I'll check it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [shardingsphere] tuichenchuxin opened a new pull request, #17544: support decorate comment sql and index sql

2022-05-10 Thread GitBox
tuichenchuxin opened a new pull request, #17544: URL: https://github.com/apache/shardingsphere/pull/17544 For #17405 Changes proposed in this pull request: - support decorate comment and index actual sql to logic -- This is an automated message from the Apache Git Service. To

[GitHub] [shardingsphere] yx9o commented on issue #17487: Invalid binding table configuration in ShardingRuleConfiguration when alter SHARDING TABLE RULE

2022-05-10 Thread GitBox
yx9o commented on issue #17487: URL: https://github.com/apache/shardingsphere/issues/17487#issuecomment-1123184208 Ok, i'll try again. -- 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 specifi

[GitHub] [shardingsphere] jingshanglu commented on pull request #17509: fix getIndexInfo with catalog

2022-05-10 Thread GitBox
jingshanglu commented on PR #17509: URL: https://github.com/apache/shardingsphere/pull/17509#issuecomment-1123160965 > Hi @jingshanglu, can you test this demo——https://github.com/SammyXue/sharding-hibernate-demo. This demo passes in the physical name of the catalog, but `shardingsphe

[shardingsphere] branch master updated: Bridges error logs which printed by ShardingSphereEventBus to slf4j (#17541)

2022-05-10 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 a78a843d93c Bridges error logs which pri

[GitHub] [shardingsphere] totalo closed issue #17524: Error logs were printed to STDERR when exception occurred in event subscriber

2022-05-10 Thread GitBox
totalo closed issue #17524: Error logs were printed to STDERR when exception occurred in event subscriber URL: https://github.com/apache/shardingsphere/issues/17524 -- 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] totalo merged pull request #17541: Bridges error logs which printed by ShardingSphereEventBus to slf4j

2022-05-10 Thread GitBox
totalo merged PR #17541: URL: https://github.com/apache/shardingsphere/pull/17541 -- 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] zjcnb commented on issue #17487: Invalid binding table configuration in ShardingRuleConfiguration when alter SHARDING TABLE RULE

2022-05-10 Thread GitBox
zjcnb commented on issue #17487: URL: https://github.com/apache/shardingsphere/issues/17487#issuecomment-1123147453 > @zjcnb Hi, I can't reproduce this error with the configuration above, what should I do. I executed the following sql: ![企业微信截图_16521913709662](https://user-images.githubuse

[GitHub] [shardingsphere] TeslaCN opened a new issue, #17543: ShardingSphere-Scaling didn't support table with union primary key

2022-05-10 Thread GitBox
TeslaCN opened a new issue, #17543: URL: https://github.com/apache/shardingsphere/issues/17543 ## Feature Request ### Is your feature request related to a problem? ```yaml rules: - !SHARDING bindingTables: - bmsql_warehouse, bmsql_customer defaultD

[GitHub] [shardingsphere] By1995 opened a new issue, #17542: XA transcation has a bug

2022-05-10 Thread GitBox
By1995 opened a new issue, #17542: URL: https://github.com/apache/shardingsphere/issues/17542 version: 5.1.1 and latest project:shardingsphere-proxy use Atomikos I have two logical databases , sharding_db and sharding_db2 Expected behavior: The two databases shoul

[GitHub] [shardingsphere] TeslaCN commented on pull request #17526: Bump netty-codec-http from 4.1.73.Final to 4.1.77.Final

2022-05-10 Thread GitBox
TeslaCN commented on PR #17526: URL: https://github.com/apache/shardingsphere/pull/17526#issuecomment-1123128390 @dependabot close -- 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] dependabot[bot] closed pull request #17526: Bump netty-codec-http from 4.1.73.Final to 4.1.77.Final

2022-05-10 Thread GitBox
dependabot[bot] closed pull request #17526: Bump netty-codec-http from 4.1.73.Final to 4.1.77.Final URL: https://github.com/apache/shardingsphere/pull/17526 -- 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

[GitHub] [shardingsphere] TeslaCN opened a new pull request, #17541: Bridges error logs which printed by ShardingSphereEventBus to slf4j

2022-05-10 Thread GitBox
TeslaCN opened a new pull request, #17541: URL: https://github.com/apache/shardingsphere/pull/17541 Fixes #17524. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[shardingsphere] branch master updated: Support string type primary key table scaling (#17511)

2022-05-10 Thread panjuan
This is an automated email from the ASF dual-hosted git repository. panjuan 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 f9b04bad274 Support string type primary

[GitHub] [shardingsphere] tristaZero merged pull request #17511: Support string type primary key table scaling

2022-05-10 Thread GitBox
tristaZero merged PR #17511: URL: https://github.com/apache/shardingsphere/pull/17511 -- 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

[GitHub] [shardingsphere] sandynz commented on pull request #17511: Support string type primary key table scaling

2022-05-10 Thread GitBox
sandynz commented on PR #17511: URL: https://github.com/apache/shardingsphere/pull/17511#issuecomment-1123118211 Real testing on MogDB passed: ``` MogDB=>show scaling status 0130317c30317c3154327c7363616c696e675f6462; item | data_source | status | active | inventory_finished_perce

[shardingsphere] branch master updated: Optimize lock event (#17530)

2022-05-10 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 6f01110108b Optimize lock event (#1

[GitHub] [shardingsphere] zjcnb merged pull request #17530: Optimize lock event

2022-05-10 Thread GitBox
zjcnb merged PR #17530: URL: https://github.com/apache/shardingsphere/pull/17530 -- 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 commented on issue #15792: sharding5.0 memory take up too much

2022-05-10 Thread GitBox
TeslaCN commented on issue #15792: URL: https://github.com/apache/shardingsphere/issues/15792#issuecomment-112310 Close due to no response. -- 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 th

[GitHub] [shardingsphere] TeslaCN closed issue #15792: sharding5.0 memory take up too much

2022-05-10 Thread GitBox
TeslaCN closed issue #15792: sharding5.0 memory take up too much URL: https://github.com/apache/shardingsphere/issues/15792 -- 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 u

[GitHub] [shardingsphere] zjcnb merged pull request #17539: Add : add nightly builds link

2022-05-10 Thread GitBox
zjcnb merged PR #17539: URL: https://github.com/apache/shardingsphere/pull/17539 -- 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: Add : add nightly builds link (#17539)

2022-05-10 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 a8490c470e2 Add : add nightly build

[GitHub] [shardingsphere] taojintianxia opened a new pull request, #17539: Add : add nightly builds link

2022-05-10 Thread GitBox
taojintianxia opened a new pull request, #17539: URL: https://github.com/apache/shardingsphere/pull/17539 Add nightly builds link https://user-images.githubusercontent.com/4112856/167754865-d685010a-2ffd-4d37-8942-7ca563f2c97f.png";> -- This is an automated message from the Apac

[GitHub] [shardingsphere] tuichenchuxin commented on a diff in pull request #17523: Support generate postgres index sql

2022-05-10 Thread GitBox
tuichenchuxin commented on code in PR #17523: URL: https://github.com/apache/shardingsphere/pull/17523#discussion_r869809632 ## shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-dialect/shardingsphere-data-pipeline-postgresql/src/main/java/org/apache/shardi

[GitHub] [shardingsphere] tuichenchuxin commented on a diff in pull request #17523: Support generate postgres index sql

2022-05-10 Thread GitBox
tuichenchuxin commented on code in PR #17523: URL: https://github.com/apache/shardingsphere/pull/17523#discussion_r869808793 ## shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-dialect/shardingsphere-data-pipeline-postgresql/src/main/java/org/apache/shardi

[GitHub] [shardingsphere] chakkk309 opened a new pull request, #17538: Support parsing `ALTER ANALYTIC VIEW` in Oracle

2022-05-10 Thread GitBox
chakkk309 opened a new pull request, #17538: URL: https://github.com/apache/shardingsphere/pull/17538 Ref https://github.com/apache/shardingsphere/issues/6480. Changes proposed in this pull request: - Add `ALTER ANALYTIC VIEW` grammar - Support parsing `ALTER ANALYTIC VIEW` i

[shardingsphere] branch master updated: Refactor SPI factories test cases (#17536)

2022-05-10 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 36380aea709 Refactor SPI factories

[GitHub] [shardingsphere] zjcnb merged pull request #17536: Refactor SPI factories test cases

2022-05-10 Thread GitBox
zjcnb merged PR #17536: URL: https://github.com/apache/shardingsphere/pull/17536 -- 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: Update powered by page (#17534)

2022-05-10 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 0801dc08657 Update powered by page (

[GitHub] [shardingsphere] terrymanu merged pull request #17534: Update powered by page

2022-05-10 Thread GitBox
terrymanu merged PR #17534: URL: https://github.com/apache/shardingsphere/pull/17534 -- 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 opened a new issue, #17537: Add test cases of SPI factories

2022-05-10 Thread GitBox
terrymanu opened a new issue, #17537: URL: https://github.com/apache/shardingsphere/issues/17537 The steps of add test case of SPI factories: 1. Create or reuse a SPI fixture, name as `XXXFixture` in test folder and do not forget put them into META-INF/services; 2. Add test case f

[GitHub] [shardingsphere] terrymanu commented on a diff in pull request #17534: Update _index.en.md

2022-05-10 Thread GitBox
terrymanu commented on code in PR #17534: URL: https://github.com/apache/shardingsphere/pull/17534#discussion_r869428503 ## docs/community/content/powered-by/_index.en.md: ## @@ -18,7 +18,7 @@ Total: 193 companies. ### Infra Software http://www.sphere-ex.com/"; rel="nofo

[shardingsphere] branch master updated: Rename H2ScalingEntryFixture (#17535)

2022-05-10 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 ebd37a5e6d4 Rename H2ScalingEntryFi

[GitHub] [shardingsphere] zjcnb merged pull request #17535: Rename H2ScalingEntryFixture

2022-05-10 Thread GitBox
zjcnb merged PR #17535: URL: https://github.com/apache/shardingsphere/pull/17535 -- 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: Remove useless argument of RDLBackendHandlerFactory (#17533)

2022-05-10 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 fb6eb332a57 Remove useless argum

[GitHub] [shardingsphere] strongduanmu merged pull request #17533: Remove useless argument of RDLBackendHandlerFactory

2022-05-10 Thread GitBox
strongduanmu merged PR #17533: URL: https://github.com/apache/shardingsphere/pull/17533 -- 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] yy2so opened a new pull request, #17534: Update _index.en.md

2022-05-10 Thread GitBox
yy2so opened a new pull request, #17534: URL: https://github.com/apache/shardingsphere/pull/17534 Adding new user cases, and changing previously listed user cases from the DEV.to platform to the official ShardingSphere Medium account -- This is an automated message from the Ap

[GitHub] [shardingsphere] terrymanu commented on a diff in pull request #17504: Add unit test SingleTableSQLRouter#decorateRouteContext

2022-05-10 Thread GitBox
terrymanu commented on code in PR #17504: URL: https://github.com/apache/shardingsphere/pull/17504#discussion_r869372779 ## shardingsphere-kernel/shardingsphere-single-table/shardingsphere-single-table-core/src/test/java/org/apache/shardingsphere/singletable/route/SingleTableSQLRouterTe

[GitHub] [shardingsphere] terrymanu closed issue #16994: Use SPI module in SQL parser module

2022-05-10 Thread GitBox
terrymanu closed issue #16994: Use SPI module in SQL parser module URL: https://github.com/apache/shardingsphere/issues/16994 -- 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

[GitHub] [shardingsphere] terrymanu commented on issue #16994: Use SPI module in SQL parser module

2022-05-10 Thread GitBox
terrymanu commented on issue #16994: URL: https://github.com/apache/shardingsphere/issues/16994#issuecomment-1122535364 Fixed by #17527 and #17528 -- 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] strongduanmu merged pull request #17532: Update use cases

2022-05-10 Thread GitBox
strongduanmu merged PR #17532: URL: https://github.com/apache/shardingsphere/pull/17532 -- 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] branch master updated: Update use cases (#17532)

2022-05-10 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 0a70bfe9876 Update use cases (#1

[GitHub] [shardingsphere] strongduanmu merged pull request #17531: Unify method name and javadoc of SPI factories

2022-05-10 Thread GitBox
strongduanmu merged PR #17531: URL: https://github.com/apache/shardingsphere/pull/17531 -- 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] strongduanmu commented on a diff in pull request #17523: Support generate postgres index sql

2022-05-10 Thread GitBox
strongduanmu commented on code in PR #17523: URL: https://github.com/apache/shardingsphere/pull/17523#discussion_r869333548 ## shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-dialect/shardingsphere-data-pipeline-postgresql/src/main/java/org/apache/shardin

[GitHub] [shardingsphere] cheese8 commented on a diff in pull request #17500: support is null or is not null on right

2022-05-10 Thread GitBox
cheese8 commented on code in PR #17500: URL: https://github.com/apache/shardingsphere/pull/17500#discussion_r869292792 ## shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/java/org/apache/shardingsphere/encrypt/rewrite/condition/EncryptConditionEngine.j

[GitHub] [shardingsphere] cheese8 commented on a diff in pull request #17500: support is null or is not null on right

2022-05-10 Thread GitBox
cheese8 commented on code in PR #17500: URL: https://github.com/apache/shardingsphere/pull/17500#discussion_r869288243 ## shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/java/org/apache/shardingsphere/encrypt/rewrite/condition/EncryptConditionEngine.j

[GitHub] [shardingsphere] yx9o commented on issue #17487: Invalid binding table configuration in ShardingRuleConfiguration when alter SHARDING TABLE RULE

2022-05-10 Thread GitBox
yx9o commented on issue #17487: URL: https://github.com/apache/shardingsphere/issues/17487#issuecomment-1122445051 @zjcnb Hi, I can't reproduce this error with the configuration above, what should I do. I executed the following sql: ![企业微信截图_16521913709662](https://user-images.github

[shardingsphere] branch master updated: Add unit test for SingleTableDatabaseBroadcastRouteEngine (#17501)

2022-05-10 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 29799c33955 Add unit test for Si

[GitHub] [shardingsphere] strongduanmu closed issue #17446: Add unit test for SingleTableDatabaseBroadcastRouteEngine

2022-05-10 Thread GitBox
strongduanmu closed issue #17446: Add unit test for SingleTableDatabaseBroadcastRouteEngine URL: https://github.com/apache/shardingsphere/issues/17446 -- 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] strongduanmu merged pull request #17501: Add unit test for SingleTableDatabaseBroadcastRouteEngine

2022-05-10 Thread GitBox
strongduanmu merged PR #17501: URL: https://github.com/apache/shardingsphere/pull/17501 -- 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] strongduanmu commented on a diff in pull request #17500: support is null or is not null on right

2022-05-10 Thread GitBox
strongduanmu commented on code in PR #17500: URL: https://github.com/apache/shardingsphere/pull/17500#discussion_r869023979 ## shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/java/org/apache/shardingsphere/encrypt/rewrite/condition/EncryptConditionEng

[GitHub] [shardingsphere] soulasuna opened a new pull request, #17530: Optimize lock event

2022-05-10 Thread GitBox
soulasuna opened a new pull request, #17530: URL: https://github.com/apache/shardingsphere/pull/17530 ## Optimize lock event Related #16564. Changes proposed in this pull request: - Optimize lock event -- This is an automated message from the Apache Git Service. To res

[shardingsphere] branch master updated: Fix ClusterContextManagerCoordinatorTest (#17529)

2022-05-10 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 0abf82913fd Fix ClusterContextMa

[GitHub] [shardingsphere] strongduanmu merged pull request #17529: Fix ClusterContextManagerCoordinatorTest

2022-05-10 Thread GitBox
strongduanmu merged PR #17529: URL: https://github.com/apache/shardingsphere/pull/17529 -- 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] branch master updated: Use ShardingSphere SPI in SQLVisitorFacade (#17528)

2022-05-10 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 f9f1059554e Use ShardingSphere S

[GitHub] [shardingsphere] sandynz merged pull request #17528: Use ShardingSphere SPI in SQLVisitorFacade

2022-05-10 Thread GitBox
sandynz merged PR #17528: URL: https://github.com/apache/shardingsphere/pull/17528 -- 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

[shardingsphere] branch master updated: Use ShardingSphere SPI in DatabaseTypedSQLParserFacade (#17527)

2022-05-10 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 fb44a6edf22 Use ShardingSphere S

[GitHub] [shardingsphere] strongduanmu merged pull request #17527: Use ShardingSphere SPI in DatabaseTypedSQLParserFacade

2022-05-10 Thread GitBox
strongduanmu merged PR #17527: URL: https://github.com/apache/shardingsphere/pull/17527 -- 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] branch dependabot/maven/io.netty-netty-codec-http-4.1.77.Final created (now e4a2e099d69)

2022-05-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/io.netty-netty-codec-http-4.1.77.Final in repository https://gitbox.apache.org/repos/asf/shardingsphere.git at e4a2e099d69 Bump netty-codec-http from 4.1.73.Final to 4

[GitHub] [shardingsphere] dependabot[bot] opened a new pull request, #17526: Bump netty-codec-http from 4.1.73.Final to 4.1.77.Final

2022-05-10 Thread GitBox
dependabot[bot] opened a new pull request, #17526: URL: https://github.com/apache/shardingsphere/pull/17526 Bumps [netty-codec-http](https://github.com/netty/netty) from 4.1.73.Final to 4.1.77.Final. Commits https://github.com/netty/netty/commit/503cd74d3f8e6a342eeadc820705d1d7

[shardingsphere] branch master updated: Use ShardingSphere SPI in FeaturedDistSQLStatementParserEngine (#17525)

2022-05-10 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 c4957a8b8f7 Use ShardingSphere SPI

[GitHub] [shardingsphere] zjcnb merged pull request #17525: Use ShardingSphere SPI in FeaturedDistSQLStatementParserEngine

2022-05-10 Thread GitBox
zjcnb merged PR #17525: URL: https://github.com/apache/shardingsphere/pull/17525 -- 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 issue, #17524: Error logs were printed to STDERR when exception occurred in event subscriber

2022-05-10 Thread GitBox
TeslaCN opened a new issue, #17524: URL: https://github.com/apache/shardingsphere/issues/17524 ## Feature Request ### Is your feature request related to a problem? If the exception was catched by `com.google.common.eventbus.EventBus$LoggingHandler`, the error log will be print

[shardingsphere] branch master updated: Fix the exception when user does not contain @ in the authority configuration. (#17512)

2022-05-10 Thread jianglongtao
This is an automated email from the ASF dual-hosted git repository. jianglongtao 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 e60bd2428f9 Fix the exception when

[GitHub] [shardingsphere] RaigorJiang merged pull request #17512: Fix the exception when user does not contain @ in the authority configuration.

2022-05-10 Thread GitBox
RaigorJiang merged PR #17512: URL: https://github.com/apache/shardingsphere/pull/17512 -- 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] tuichenchuxin opened a new pull request, #17523: Support generate postgres index sql

2022-05-10 Thread GitBox
tuichenchuxin opened a new pull request, #17523: URL: https://github.com/apache/shardingsphere/pull/17523 For #17405. Changes proposed in this pull request: - support generate postgres index sql -- This is an automated message from the Apache Git Service. To respond to the me

[shardingsphere] branch master updated: For code format (#17522)

2022-05-10 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 391cb40fcb3 For code format (#17522

[GitHub] [shardingsphere] zjcnb merged pull request #17522: For code format

2022-05-10 Thread GitBox
zjcnb merged PR #17522: URL: https://github.com/apache/shardingsphere/pull/17522 -- 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: Fix release Lock for pipeline simple lock (#17521)

2022-05-10 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 f41fa8b9c93 Fix release Lock for

[GitHub] [shardingsphere] sandynz closed issue #17518: Start scaling job might fail since tryLock failure after stopping scaling job

2022-05-10 Thread GitBox
sandynz closed issue #17518: Start scaling job might fail since tryLock failure after stopping scaling job URL: https://github.com/apache/shardingsphere/issues/17518 -- 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] sandynz merged pull request #17521: Fix release Lock for pipeline simple lock

2022-05-10 Thread GitBox
sandynz merged PR #17521: URL: https://github.com/apache/shardingsphere/pull/17521 -- 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] soulasuna opened a new pull request, #17521: Fix release Lock for pipeline simple lock

2022-05-10 Thread GitBox
soulasuna opened a new pull request, #17521: URL: https://github.com/apache/shardingsphere/pull/17521 ## Fix release Lock for pipeline simple lock Fixes #17518. Changes proposed in this pull request: - Fix release Lock for pipeline simple lock -- This is an automated m

[shardingsphere] branch master updated: Rename DatabaseTypeRecognizer to DatabaseTypeEngine (#17520)

2022-05-10 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 a416860971a Rename DatabaseTypeReco

[GitHub] [shardingsphere] zjcnb merged pull request #17520: Rename DatabaseTypeRecognizer to DatabaseTypeEngine

2022-05-10 Thread GitBox
zjcnb merged PR #17520: URL: https://github.com/apache/shardingsphere/pull/17520 -- 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] soulasuna commented on issue #17518: Start scaling job might fail since tryLock failure after stopping scaling job

2022-05-10 Thread GitBox
soulasuna commented on issue #17518: URL: https://github.com/apache/shardingsphere/issues/17518#issuecomment-1122171300 @sandynz Assigne to me -- 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

[GitHub] [shardingsphere] sandynz commented on issue #17518: Start scaling job might fail since tryLock failure after stopping scaling job

2022-05-10 Thread GitBox
sandynz commented on issue #17518: URL: https://github.com/apache/shardingsphere/issues/17518#issuecomment-1122169784 Hi @soulasuna , could you help to have a look at this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [shardingsphere] yangsen00 commented on issue #16091: `MetaDataPersistService.persistTransactionRule(final Properties props, final boolean isOverwrit)` need add unit test.

2022-05-10 Thread GitBox
yangsen00 commented on issue #16091: URL: https://github.com/apache/shardingsphere/issues/16091#issuecomment-1122164934 > > Hello,dose this issues need someone to solve? maybe I can. > > @yangsen00 Hi, how is this mission going? I'm busy for my work.I'll finish it this week -

[GitHub] [shardingsphere] zjcnb commented on issue #16091: `MetaDataPersistService.persistTransactionRule(final Properties props, final boolean isOverwrit)` need add unit test.

2022-05-10 Thread GitBox
zjcnb commented on issue #16091: URL: https://github.com/apache/shardingsphere/issues/16091#issuecomment-1122155530 > Hello,dose this issues need someone to solve? maybe I can. @yangsen00 Hi, how is this mission going? -- This is an automated message from the Apache Git Service. T

[GitHub] [shardingsphere] zjcnb commented on issue #16299: The worker-id not persistence to the registry center when i use cluster mode

2022-05-10 Thread GitBox
zjcnb commented on issue #16299: URL: https://github.com/apache/shardingsphere/issues/16299#issuecomment-1122153646 @soulasuna Thank you, i see. -- 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 t

[GitHub] [shardingsphere] zjcnb closed issue #16299: The worker-id not persistence to the registry center when i use cluster mode

2022-05-10 Thread GitBox
zjcnb closed issue #16299: The worker-id not persistence to the registry center when i use cluster mode URL: https://github.com/apache/shardingsphere/issues/16299 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [shardingsphere] zjcnb closed issue #16646: DistributeLockContext.renew(final LockReleasedEvent event) need add unit test

2022-05-10 Thread GitBox
zjcnb closed issue #16646: DistributeLockContext.renew(final LockReleasedEvent event) need add unit test URL: https://github.com/apache/shardingsphere/issues/16646 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[shardingsphere] branch master updated: Support parsing `ALTER OUTLINE` in Oracle (#17514)

2022-05-10 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 b7ec12de003 Support parsing `ALT

[GitHub] [shardingsphere] strongduanmu merged pull request #17514: Support parsing `ALTER OUTLINE` in Oracle

2022-05-10 Thread GitBox
strongduanmu merged PR #17514: URL: https://github.com/apache/shardingsphere/pull/17514 -- 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 opened a new issue, #17519: [WeOpen-Star] Add unit test for ClusterContextManagerCoordinator.renew(final SchemaDeletedEvent event)

2022-05-10 Thread GitBox
zjcnb opened a new issue, #17519: URL: https://github.com/apache/shardingsphere/issues/17519 ## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore an

[GitHub] [shardingsphere] strongduanmu merged pull request #17515: Merge DatabaseTypeRegistry and DatabaseTypeRecognizer

2022-05-10 Thread GitBox
strongduanmu merged PR #17515: URL: https://github.com/apache/shardingsphere/pull/17515 -- 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] sandynz opened a new issue, #17518: Start scaling job might fail since tryLock failure after stopping scaling job

2022-05-10 Thread GitBox
sandynz opened a new issue, #17518: URL: https://github.com/apache/shardingsphere/issues/17518 ## Bug Report ### Which version of ShardingSphere did you use? master branch ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? Proxy, scaling enabled

[GitHub] [shardingsphere] zjcnb opened a new issue, #17517: [OpenForce 2022] Add unit test for ClusterContextManagerCoordinator.renew(final SchemaAddedEvent event)

2022-05-10 Thread GitBox
zjcnb opened a new issue, #17517: URL: https://github.com/apache/shardingsphere/issues/17517 Hi community, This issue is for [WeOpen-Star](https://github.com/apache/shardingsphere/issues/17502) Add unit test for ClusterContextManagerCoordinator.renew(final SchemaAddedEvent eve

[GitHub] [shardingsphere] Devamparikh commented on issue #16646: DistributeLockContext.renew(final LockReleasedEvent event) need add unit test

2022-05-10 Thread GitBox
Devamparikh commented on issue #16646: URL: https://github.com/apache/shardingsphere/issues/16646#issuecomment-1122110396 Sorry I didn't get time and then forgot about this. I will work on it once I get time. -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [shardingsphere] cheese8 opened a new pull request, #17516: refactor TableExtractor to merge two extractTablesFromInsert methods

2022-05-10 Thread GitBox
cheese8 opened a new pull request, #17516: URL: https://github.com/apache/shardingsphere/pull/17516 Ref #17431. Changes proposed in this pull request: -refactor TableExtractor to merge two extractTablesFromInsert methods -- This is an automated message from the Apache Git Ser

  1   2   >