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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
 were added to refs/heads/master by this push:
new f9b04bad274 Support string type primary
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
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
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
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.
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
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
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.
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
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
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
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
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
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
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.
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 (
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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:
 were added to refs/heads/master by this push:
new 29799c33955 Add unit test for Si
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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.
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
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
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
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
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
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.
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
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
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
-
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 114 matches
Mail list logo