[GitHub] [shardingsphere] TeslaCN opened a new issue, #22501: panic: pq: No value specified for parameter 1. when using Golang XORM

2022-11-28 Thread GitBox
TeslaCN opened a new issue, #22501: URL: https://github.com/apache/shardingsphere/issues/22501 ## Bug Report ### Which version of ShardingSphere did you use? master - e71e94d7e1b71694402829ea0074cb085129069e This issue may be caused by https://github.com/apache/shardings

[GitHub] [shardingsphere] sandynz opened a new issue, #22500: Add CDC feature

2022-11-28 Thread GitBox
sandynz opened a new issue, #22500: URL: https://github.com/apache/shardingsphere/issues/22500 Hi community, We've planned data synchronization feature before, and we received feature request of CDC (change data capture) from community recently, we'll add CDC feature at next weeks.

[GitHub] [shardingsphere] wsm12138 opened a new issue, #22499: Can we provide check for configuration of `server.yaml`?

2022-11-28 Thread GitBox
wsm12138 opened a new issue, #22499: URL: https://github.com/apache/shardingsphere/issues/22499 ## Feature Request Can we provide check for configuration of `server.yaml`? Now i can config wrong value for some key. It is obviously not true. ### Is your feature request re

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has succeeded. Run started by GitHub user ICannerxy (triggered by ICannerxy). Head commit for run: 5721205fa81964c121426275d680fe889270e983 / xuyang Add t_merchant standard table in encrypt_and_readwrite_splitting scenario Report URL: https://g

[GitHub] [shardingsphere] ICannerxy opened a new pull request, #22498: Add t_merchant standard table in encrypt_and_readwrite_splitting scenario

2022-11-28 Thread GitBox
ICannerxy opened a new pull request, #22498: URL: https://github.com/apache/shardingsphere/pull/22498 Ref https://github.com/apache/shardingsphere/issues/21286. Changes proposed in this pull request: - add t_merchant standard table structure for encrypt_and_readwrite_splitting

[GitHub] [shardingsphere] TeslaCN commented on issue #14899: Cover more data types in ShardingSphere-Proxy integration tests

2022-11-28 Thread GitBox
TeslaCN commented on issue #14899: URL: https://github.com/apache/shardingsphere/issues/14899#issuecomment-1330185464 PostgreSQL timestamp regress could be found here: https://github.com/postgres/postgres/blob/00ae5d6f588e9d21fa4f4d267811f3f602fe45af/src/test/regress/expected/timestamp.o

[shardingsphere] branch master updated: Add SQLParserParameterizedArray (#22497)

2022-11-28 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 e71e94d7e1b Add SQLParserParameterizedA

[GitHub] [shardingsphere] tristaZero merged pull request #22497: Add SQLParserParameterizedArray

2022-11-28 Thread GitBox
tristaZero merged PR #22497: URL: https://github.com/apache/shardingsphere/pull/22497 -- 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]: Workflow run "IT" failed!

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: d81524816422b8f5468c412ae74ef779c081d43b / linghengqian Add support for `java.sql.Date` for IntervalShardingAlgorithm Report URL: https://git

[GitHub] [shardingsphere] zhaojinchao95 commented on issue #22382: a question about set shardingsphere mode

2022-11-28 Thread GitBox
zhaojinchao95 commented on issue #22382: URL: https://github.com/apache/shardingsphere/issues/22382#issuecomment-1330172343 @griptide Hi, The `memory` mode needn't to configuration. ShardingSphere default mode are `memory` in your `ShardingSphere version`. you can refer to : https://github

[GitHub] [shardingsphere] zhaojinchao95 commented on issue #22382: a question about set shardingsphere mode

2022-11-28 Thread GitBox
zhaojinchao95 commented on issue #22382: URL: https://github.com/apache/shardingsphere/issues/22382#issuecomment-1330170510 > Thank you for your feedback. @zhaojinchao95 Can you help check this issue? Sure. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [shardingsphere] strongduanmu commented on issue #22382: a question about set shardingsphere mode

2022-11-28 Thread GitBox
strongduanmu commented on issue #22382: URL: https://github.com/apache/shardingsphere/issues/22382#issuecomment-1330167013 Thank you for your feedback. @zhaojinchao95 Can you help check this issue? -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [shardingsphere] Oliverwqcwrw commented on issue #17614: Insert statement does not support sharding table routing to multiple data nodes

2022-11-28 Thread GitBox
Oliverwqcwrw commented on issue #17614: URL: https://github.com/apache/shardingsphere/issues/17614#issuecomment-1330159974 My problem is the configuration is wrong, reference [Article](https://wangzhenjun.xyz/archives/134) solves the problem -- This is an automated message from the Apach

[GitHub] [shardingsphere] Oliverwqcwrw commented on issue #17614: Insert statement does not support sharding table routing to multiple data nodes

2022-11-28 Thread GitBox
Oliverwqcwrw commented on issue #17614: URL: https://github.com/apache/shardingsphere/issues/17614#issuecomment-1330148042 hello @StupidManYI ,I had the same problem. Did you solve your problem? -- This is an automated message from the Apache Git Service. To respond to the message, please

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: e72a87800fc60737b3fb31e50395cf97f5514cdf / zhangliang Move RunnerParameters Report URL: https://github.com/apache/shardingsphere/actions/runs/357147

[shardingsphere] branch master updated: Move RunnerParameters (#22496)

2022-11-28 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 34c5cba3bb9 Move RunnerParameter

[GitHub] [shardingsphere] strongduanmu merged pull request #22496: Move RunnerParameters

2022-11-28 Thread GitBox
strongduanmu merged PR #22496: URL: https://github.com/apache/shardingsphere/pull/22496 -- 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]: Workflow run "IT" failed!

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 1b608f754e70ccbfc9011a6d06f621b98249b768 / ZhangCheng Fix codeStyle Report URL: https://github.com/apache/shardingsphere/actions/runs/3571391794 With

[GitHub] [shardingsphere] codecov-commenter commented on pull request #22495: Add support for `java.sql.Date` in IntervalShardingAlgorithm

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

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e9aed543dd1eb06fd88a4c27829fe6fb2f74106d / linghengqian Add support for `java.sql.Date` for IntervalShardingAlgorithm Report URL: https://git

[GitHub] [shardingsphere] linghengqian opened a new pull request, #22495: Add support for `java.sql.Date` for IntervalShardingAlgorithm

2022-11-28 Thread GitBox
linghengqian opened a new pull request, #22495: URL: https://github.com/apache/shardingsphere/pull/22495 For https://github.com/apache/shardingsphere/issues/21347#issuecomment-1330025024 . Changes proposed in this pull request: - Add support for `java.sql.Date` for IntervalShardi

[GitHub] [shardingsphere] wsm12138 commented on issue #21421: Fetch forward is none and returns “ERROR: Index: 0”

2022-11-28 Thread GitBox
wsm12138 commented on issue #21421: URL: https://github.com/apache/shardingsphere/issues/21421#issuecomment-1330063710 710f53e45aef175ad9b6c33121b8b0e1a90e6157 https://user-images.githubusercontent.com/86462784/204439187-f593a84e-2a81-4ba8-87b7-ddf1f04e128f.png";> -- This is an

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has succeeded. Run started by GitHub user RaigorJiang (triggered by RaigorJiang). Head commit for run: 1926b4d38ea96da38620c3329db9d575b69a447a / jiangML <1060319...@qq.com> Remove the exclamation mark in the proxy's global rule configuration #22

[shardingsphere] branch master updated (1926b4d38ea -> 288fc4d26ff)

2022-11-28 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 1926b4d38ea Remove the exclamation mark in the proxy's global rule configuration #22329 (#22457) add

[GitHub] [shardingsphere] terrymanu merged pull request #22484: Add some assert case for db-discovery

2022-11-28 Thread GitBox
terrymanu merged PR #22484: URL: https://github.com/apache/shardingsphere/pull/22484 -- 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-on-cloud] zhaojinchao95 merged pull request #119: Feat(docs): add hugo theme in docs

2022-11-28 Thread GitBox
zhaojinchao95 merged PR #119: URL: https://github.com/apache/shardingsphere-on-cloud/pull/119 -- 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: notificati

[GitHub] [shardingsphere-on-cloud] codecov-commenter commented on pull request #119: Feat(docs): add hugo theme in docs

2022-11-28 Thread GitBox
codecov-commenter commented on PR #119: URL: https://github.com/apache/shardingsphere-on-cloud/pull/119#issuecomment-1330036341 # [Codecov](https://codecov.io/gh/apache/shardingsphere-on-cloud/pull/119?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+co

[GitHub] [shardingsphere-on-cloud] xuanyuan300 opened a new pull request, #119: Feat(docs): add hugo theme in docs

2022-11-28 Thread GitBox
xuanyuan300 opened a new pull request, #119: URL: https://github.com/apache/shardingsphere-on-cloud/pull/119 ### Type of change: - [ ] Bugfix - [x] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why we need

[GitHub] [shardingsphere]: Workflow run "IT - Scaling" is working again!

2022-11-28 Thread GitBox
The GitHub Actions job "IT - Scaling" on shardingsphere.git has succeeded. Run started by GitHub user gxxiong (triggered by gxxiong). Head commit for run: e348e8e3abaf07f406bcfc082bbe658487234370 / gxxiong fix it-Scaling error Signed-off-by: gxxiong Report URL: https://github.com/apache/shar

[GitHub] [shardingsphere] wsm12138 commented on issue #22480: In the federation scenario, use ‘order by’ when creating a view, and use the ‘limit 10,5 ’clause when select the view, and the order of t

2022-11-28 Thread GitBox
wsm12138 commented on issue #22480: URL: https://github.com/apache/shardingsphere/issues/22480#issuecomment-1330032534 710f53e45aef175ad9b6c33121b8b0e1a90e6157 proxy https://user-images.githubusercontent.com/86462784/204432709-3560f742-6b54-4d90-aa35-c17e9ad17047.png";> open

[GitHub] [shardingsphere] RaigorJiang closed issue #22329: Remove the exclamation mark in the proxy's global rule configuration

2022-11-28 Thread GitBox
RaigorJiang closed issue #22329: Remove the exclamation mark in the proxy's global rule configuration URL: https://github.com/apache/shardingsphere/issues/22329 -- 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

[GitHub] [shardingsphere] RaigorJiang commented on issue #22329: Remove the exclamation mark in the proxy's global rule configuration

2022-11-28 Thread GitBox
RaigorJiang commented on issue #22329: URL: https://github.com/apache/shardingsphere/issues/22329#issuecomment-1330031742 Completed. -- 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

[shardingsphere] branch master updated: Remove the exclamation mark in the proxy's global rule configuration #22329 (#22457)

2022-11-28 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 1926b4d38ea Remove the exclamation

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user gxxiong (triggered by gxxiong). Head commit for run: e348e8e3abaf07f406bcfc082bbe658487234370 / gxxiong fix it-Scaling error Signed-off-by: gxxiong Report URL: https://github.com/apache/shardingsphere/ac

[GitHub] [shardingsphere] RaigorJiang merged pull request #22457: Remove the exclamation mark in the proxy's global rule configuration #22329

2022-11-28 Thread GitBox
RaigorJiang merged PR #22457: URL: https://github.com/apache/shardingsphere/pull/22457 -- 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] linghengqian commented on issue #21347: Make ShardingSphere Proxy in GraalVM Native Image form available

2022-11-28 Thread GitBox
linghengqian commented on issue #21347: URL: https://github.com/apache/shardingsphere/issues/21347#issuecomment-1330025024 - I initialized the first part of GRM for shardingsphere-jdbc-core at https://github.com/linghengqian/graalvm-trace-metadata-smoketest/issues/1. But I saw https://gith

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user gxxiong (triggered by gxxiong). Head commit for run: c72c3482b74f1e4018d36797dd4b6b89e1c2f0bb / gxxiong Optimize algorithmDefinition naming in encryptColumnDefinition Signed-off-by: gxxiong Report URL: h

[GitHub] [shardingsphere]: Workflow run "IT - Scaling" failed!

2022-11-28 Thread GitBox
The GitHub Actions job "IT - Scaling" on shardingsphere.git has failed. Run started by GitHub user gxxiong (triggered by gxxiong). Head commit for run: c72c3482b74f1e4018d36797dd4b6b89e1c2f0bb / gxxiong Optimize algorithmDefinition naming in encryptColumnDefinition Signed-off-by: gxxiong Rep

[GitHub] [shardingsphere] gxxiong opened a new pull request, #22494: Optimize algorithmDefinition naming in encryptColumnDefinition

2022-11-28 Thread GitBox
gxxiong opened a new pull request, #22494: URL: https://github.com/apache/shardingsphere/pull/22494 Fixes #22135 . Changes proposed in this pull request: -Optimize algorithmDefinition naming in encryptColumnDefinition --- Before committing this PR, I'm sure that I ha

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 434cbc3202d749e9ac3235d33187ce6b3d71eda1 / ZhangCheng Fix codestyle Report URL: https://github.com/apache/shardingsphere/actions/runs/3570573949 With

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has succeeded. Run started by GitHub user jiangML (triggered by RaigorJiang). Head commit for run: c55f6c1a790bd754614be87f2d498d6097624078 / jiangML <1060319...@qq.com> Merge branch 'master' into 22329 Report URL: https://github.com/apache/shar

[GitHub] [shardingsphere] FlyingZC commented on a diff in pull request #22492: Fix postgresql set transaction isolation

2022-11-28 Thread GitBox
FlyingZC commented on code in PR #22492: URL: https://github.com/apache/shardingsphere/pull/22492#discussion_r1034250686 ## sql-parser/dialect/postgresql/src/main/java/org/apache/shardingsphere/sql/parser/postgresql/visitor/statement/impl/PostgreSQLTCLStatementSQLVisitor.java: #

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #22492: Fix postgresql set transaction isolation

2022-11-28 Thread GitBox
strongduanmu commented on code in PR #22492: URL: https://github.com/apache/shardingsphere/pull/22492#discussion_r1034246194 ## sql-parser/dialect/postgresql/src/main/java/org/apache/shardingsphere/sql/parser/postgresql/visitor/statement/impl/PostgreSQLTCLStatementSQLVisitor.java: #

[GitHub] [shardingsphere] FlyingZC commented on pull request #22492: Fix postgresql set transaction isolation

2022-11-28 Thread GitBox
FlyingZC commented on PR #22492: URL: https://github.com/apache/shardingsphere/pull/22492#issuecomment-1329998317 > OK,I have submitted the issue. -- 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] FlyingZC opened a new issue, #22493: Can't set transaction isolation in postgresql

2022-11-28 Thread GitBox
FlyingZC opened a new issue, #22493: URL: https://github.com/apache/shardingsphere/issues/22493 ## Bug Report **For English only**, other languages will not accept. Before report a bug, make sure you have: - Searched open and closed [GitHub issues](https://github.com/apa

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user jiangML (triggered by jiangML). Head commit for run: c55f6c1a790bd754614be87f2d498d6097624078 / jiangML <1060319...@qq.com> Merge branch 'master' into 22329 Report URL: https://github.com/apache/shardingsph

[GitHub] [shardingsphere-elasticjob] CVEDetect closed issue #2153: Dependency org.apache.httpcomponents:httpclient, leading to CVE problem

2022-11-28 Thread GitBox
CVEDetect closed issue #2153: Dependency org.apache.httpcomponents:httpclient, leading to CVE problem URL: https://github.com/apache/shardingsphere-elasticjob/issues/2153 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [shardingsphere] codecov-commenter commented on pull request #22492: Fix postgresql set transaction isolation

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

[shardingsphere-on-cloud] branch main updated (c467b9f -> f9efa2e)

2022-11-28 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git from c467b9f fix(build): fix docker build failed (#117) new e2ad013 fix: fix image link

[GitHub] [shardingsphere-on-cloud] strongduanmu merged pull request #118: fix: fix docs with example diagram and commands

2022-11-28 Thread GitBox
strongduanmu merged PR #118: URL: https://github.com/apache/shardingsphere-on-cloud/pull/118 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notificatio

[GitHub] [shardingsphere]: Workflow run "IT - Scaling" is working again!

2022-11-28 Thread GitBox
The GitHub Actions job "IT - Scaling" on shardingsphere.git has succeeded. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 9e0bf8e290b384f62f11b2a642995f2aa4b0bcda / ZhangCheng Fix postgresql set transaction isolation Report URL: https://github.com/apache/shar

[GitHub] [shardingsphere-elasticjob] dependabot[bot] closed pull request #2157: Bump mesos from 1.1.0 to 1.6.2

2022-11-28 Thread GitBox
dependabot[bot] closed pull request #2157: Bump mesos from 1.1.0 to 1.6.2 URL: https://github.com/apache/shardingsphere-elasticjob/pull/2157 -- 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 specif

[GitHub] [shardingsphere-elasticjob] dependabot[bot] commented on pull request #2157: Bump mesos from 1.1.0 to 1.6.2

2022-11-28 Thread GitBox
dependabot[bot] commented on PR #2157: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2157#issuecomment-1329960575 OK, I won't notify you about org.apache.mesos:mesos again, unless you re-open this PR. 😢 -- This is an automated message from the Apache Git Service. To respo

[GitHub] [shardingsphere-elasticjob] TeslaCN commented on pull request #2157: Bump mesos from 1.1.0 to 1.6.2

2022-11-28 Thread GitBox
TeslaCN commented on PR #2157: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2157#issuecomment-1329960555 @dependabot ignore this dependency -- 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

[GitHub] [shardingsphere-elasticjob] TeslaCN commented on a diff in pull request #2151: Bug: Bad attempt to compute absolute value of signed 32-bit hashcode

2022-11-28 Thread GitBox
TeslaCN commented on code in PR #2151: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2151#discussion_r1034212910 ## elasticjob-infra/elasticjob-infra-common/src/main/java/org/apache/shardingsphere/elasticjob/infra/handler/sharding/impl/RoundRobinByNameJobShardingStrateg

[shardingsphere-elasticjob] branch dependabot/maven/org.apache.mesos-mesos-1.6.2 created (now 73a321574)

2022-11-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.mesos-mesos-1.6.2 in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git at 73a321574 Bump mesos from 1.1.0 to 1.6.2 No new revisi

[GitHub] [shardingsphere-elasticjob] dependabot[bot] opened a new pull request, #2157: Bump mesos from 1.1.0 to 1.6.2

2022-11-28 Thread GitBox
dependabot[bot] opened a new pull request, #2157: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2157 Bumps mesos from 1.1.0 to 1.6.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.me

[GitHub] [shardingsphere-elasticjob] TeslaCN commented on pull request #2156: fix(sec): upgrade org.apache.mesos:mesos to 1.7.1

2022-11-28 Thread GitBox
TeslaCN commented on PR #2156: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2156#issuecomment-1329957802 Thanks for your PR. About Cloud you may refer to https://lists.apache.org/thread/hx7kr7vgvc16nkqd7mdqvnh0clfnl63q -- This is an automated message from the Apache Gi

[GitHub] [shardingsphere-elasticjob] TeslaCN closed pull request #2156: fix(sec): upgrade org.apache.mesos:mesos to 1.7.1

2022-11-28 Thread GitBox
TeslaCN closed pull request #2156: fix(sec): upgrade org.apache.mesos:mesos to 1.7.1 URL: https://github.com/apache/shardingsphere-elasticjob/pull/2156 -- 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 t

[shardingsphere-elasticjob] branch master updated: Bump httpclient to 4.5.13 (#2154)

2022-11-28 Thread wuweijie
This is an automated email from the ASF dual-hosted git repository. wuweijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git The following commit(s) were added to refs/heads/master by this push: new 3b3cedc8b Bump httpclient t

[GitHub] [shardingsphere-elasticjob] TeslaCN merged pull request #2154: Fix CVE dependency issue

2022-11-28 Thread GitBox
TeslaCN merged PR #2154: URL: https://github.com/apache/shardingsphere-elasticjob/pull/2154 -- 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: notification

[GitHub] [shardingsphere] FlyingZC opened a new pull request, #22492: Fix postgresql set transaction isolation

2022-11-28 Thread GitBox
FlyingZC opened a new pull request, #22492: URL: https://github.com/apache/shardingsphere/pull/22492 Changes proposed in this pull request: - Fix postgresql set transaction isolation --- Before committing this PR, I'm sure that I have checked the following options: - [x

[shardingsphere] branch master updated: Add top interface for ParameterizedArray (#22491)

2022-11-28 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 07300fdd785 Add top interface for Param

[GitHub] [shardingsphere] tristaZero merged pull request #22491: Add top interface for ParameterizedArray

2022-11-28 Thread GitBox
tristaZero merged PR #22491: URL: https://github.com/apache/shardingsphere/pull/22491 -- 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-on-cloud] xuanyuan300 commented on issue #115: Consider optimize `apache-shardingsphere-operator-charts` for better usability

2022-11-28 Thread GitBox
xuanyuan300 commented on issue #115: URL: https://github.com/apache/shardingsphere-on-cloud/issues/115#issuecomment-1329936523 Refered to the installation of [StreamNative](https://docs.streamnative.io/platform/latest/operator-guides/deploy/sn-deploy) and [TIDB](https://docs.pingcap.com/t

[GitHub] [shardingsphere] dbin0123 commented on issue #22387: rewrite sql to lose the schema

2022-11-28 Thread GitBox
dbin0123 commented on issue #22387: URL: https://github.com/apache/shardingsphere/issues/22387#issuecomment-1329935843 The example configuration obtains the data source'getDataSource()'. There is a problem with the data source name, please adjust it to`healthcloud_platform_support`. Thank

[GitHub] [shardingsphere] dbin0123 commented on issue #22387: rewrite sql to lose the schema

2022-11-28 Thread GitBox
dbin0123 commented on issue #22387: URL: https://github.com/apache/shardingsphere/issues/22387#issuecomment-1329935818 The example configuration obtains the data source'getDataSource()'. There is a problem with the data source name, please adjust it to`healthcloud_platform_support`. Thank

[GitHub] [shardingsphere]: Workflow run "IT - Scaling" failed!

2022-11-28 Thread GitBox
The GitHub Actions job "IT - Scaling" on shardingsphere.git has failed. Run started by GitHub user sandynz (triggered by sandynz). Head commit for run: 710f53e45aef175ad9b6c33121b8b0e1a90e6157 / Liang Zhang Remove ParallelRunnerExecutorFactory.getExecutor() (#22490) * Remove ParallelRunnerExec

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

2022-11-28 Thread GitBox
The GitHub Actions job "Nightly - IT Example Generator" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 710f53e45aef175ad9b6c33121b8b0e1a90e6157 / Liang Zhang Remove ParallelRunnerExecutorFactory.getExecutor() (#2249

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

2022-11-28 Thread GitBox
The GitHub Actions job "Nightly - CI" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 710f53e45aef175ad9b6c33121b8b0e1a90e6157 / Liang Zhang Remove ParallelRunnerExecutorFactory.getExecutor() (#22490) * Remove Parall

[GitHub] [shardingsphere] Calabor-Hoc commented on issue #20431: Limit metadata loading to specific configured Single Tables only

2022-11-28 Thread GitBox
Calabor-Hoc commented on issue #20431: URL: https://github.com/apache/shardingsphere/issues/20431#issuecomment-1329473067 I have the same concern. Loading all table metadata also brings another problem to me: Oracle UROWID cannot be parsed by shardingsphere, which leads to NPE during

[GitHub] [shardingsphere]: Workflow run "IT - Discovery" is working again!

2022-11-28 Thread GitBox
The GitHub Actions job "IT - Discovery" on shardingsphere.git has succeeded. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: c003f00ea1108bd89052ba4ba3086929c365f034 / zhaojinchao Fix it Report URL: https://github.com/apache/shardingsphere/actions/ru

[GitHub] [shardingsphere] zhaojinchao95 merged pull request #22490: Remove ParallelRunnerExecutorFactory.getExecutor()

2022-11-28 Thread GitBox
zhaojinchao95 merged PR #22490: URL: https://github.com/apache/shardingsphere/pull/22490 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-u

[shardingsphere] branch master updated: Remove ParallelRunnerExecutorFactory.getExecutor() (#22490)

2022-11-28 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 710f53e45ae Remove ParallelRunnerEx

[GitHub] [shardingsphere]: Workflow run "IT - Discovery" failed!

2022-11-28 Thread GitBox
The GitHub Actions job "IT - Discovery" on shardingsphere.git has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: b1a5640b31f22061fc7031f177a69e14ad78a1c0 / zhaojinchao Fix it Report URL: https://github.com/apache/shardingsphere/actions/runs/

[GitHub] [shardingsphere] dbin0123 commented on issue #22387: rewrite sql to lose the schema

2022-11-28 Thread GitBox
dbin0123 commented on issue #22387: URL: https://github.com/apache/shardingsphere/issues/22387#issuecomment-1329309709 # spring config ` @Slf4j @Configuration @EnableTransactionManagement @EnableJpaRepositories(basePackages = {"com.example.demo.dao.rep

[GitHub] [shardingsphere] linghengqian opened a new issue, #22489: Is the OrderItemRepositoryImpl TODO in the ShardingSphere Example a completed part?

2022-11-28 Thread GitBox
linghengqian opened a new issue, #22489: URL: https://github.com/apache/shardingsphere/issues/22489 ## Question **For English only**, other languages will not accept. Before asking a question, make sure you have: - Googled your question. - Searched open and closed [Git

[shardingsphere] branch master updated: Refactor ParallelRunnerExecutorFactory.finishAllExecutors() (#22488)

2022-11-28 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 11d850801f4 Refactor ParallelRunne

[GitHub] [shardingsphere] zhaojinchao95 merged pull request #22488: Refactor ParallelRunnerExecutorFactory.finishAllExecutors()

2022-11-28 Thread GitBox
zhaojinchao95 merged PR #22488: URL: https://github.com/apache/shardingsphere/pull/22488 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-u

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 40e41db4d27c0c40e11f62f6d1c381b03a0220ff / Chuxin Chen Default open sys_data collector. (#22483) Report URL: https://github.com/apache/shardingsp

[shardingsphere] branch master updated: Default open sys_data collector. (#22483)

2022-11-28 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 40e41db4d27 Default open sys_data co

[GitHub] [shardingsphere] terrymanu merged pull request #22483: Default open sys_data collector.

2022-11-28 Thread GitBox
terrymanu merged PR #22483: URL: https://github.com/apache/shardingsphere/pull/22483 -- 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: Agent supports projects that use JDBC, such as Spring Boot (#22411)

2022-11-28 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 56d85ba0f8c Agent supports project

[GitHub] [shardingsphere] RaigorJiang merged pull request #22411: Agent supports projects that use JDBC, such as Spring Boot

2022-11-28 Thread GitBox
RaigorJiang merged PR #22411: URL: https://github.com/apache/shardingsphere/pull/22411 -- 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

[shardingsphere] branch master updated: Optimize global-rule-distsql (#22485)

2022-11-28 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 5954e8805d8 Optimize global-rule-d

[GitHub] [shardingsphere] RaigorJiang merged pull request #22485: Optimize global-rule-DistSQL

2022-11-28 Thread GitBox
RaigorJiang merged PR #22485: URL: https://github.com/apache/shardingsphere/pull/22485 -- 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] RaigorJiang closed issue #21906: java.sql.SQLException: Invalid column index: getValidColumnIndex

2022-11-28 Thread GitBox
RaigorJiang closed issue #21906: java.sql.SQLException: Invalid column index: getValidColumnIndex URL: https://github.com/apache/shardingsphere/issues/21906 -- 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] RaigorJiang commented on issue #21906: java.sql.SQLException: Invalid column index: getValidColumnIndex

2022-11-28 Thread GitBox
RaigorJiang commented on issue #21906: URL: https://github.com/apache/shardingsphere/issues/21906#issuecomment-1329189293 Close because it has been resolved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [shardingsphere] RaigorJiang commented on a diff in pull request #22457: Remove the exclamation mark in the proxy's global rule configuration #22329

2022-11-28 Thread GitBox
RaigorJiang commented on code in PR #22457: URL: https://github.com/apache/shardingsphere/pull/22457#discussion_r1033595273 ## proxy/backend/src/main/java/org/apache/shardingsphere/proxy/backend/config/ProxyConfigurationLoader.java: ## @@ -77,15 +77,28 @@ private static File get

[GitHub] [shardingsphere] zhaojinchao95 commented on pull request #22484: Add some assert case for db-discovery

2022-11-28 Thread GitBox
zhaojinchao95 commented on PR #22484: URL: https://github.com/apache/shardingsphere/pull/22484#issuecomment-1329178459 I will double check this, Please not merge. -- 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] zhaojinchao95 commented on a diff in pull request #22484: Add some assert case for db-discovery

2022-11-28 Thread GitBox
zhaojinchao95 commented on code in PR #22484: URL: https://github.com/apache/shardingsphere/pull/22484#discussion_r1033585473 ## test/integration-test/discovery/src/test/resources/env/scenario/mgr_discovery/mysql_4/my.cnf: ## @@ -0,0 +1,43 @@ +# +# Licensed to the Apache Softwar

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

2022-11-28 Thread GitBox
The GitHub Actions job "IT" on shardingsphere.git has failed. Run started by GitHub user yx9o (triggered by yx9o). Head commit for run: f57a76c5597bdb296325484dcc679520c697aad2 / Zhengqiang Duan Fix select from view limit wrong result when view contains order by (#22486) Report URL: https://g

[shardingsphere] branch master updated: 19937 federation optimization test 20221128 (#22468)

2022-11-28 Thread duanzhengqiang
optimization test 20221128 (#22468) 3e31171323a is described below commit 3e31171323ac64e27eed5e50393a1f6d6ad8d865 Author: boyjoy1127 <101028753+boyjoy1...@users.noreply.github.com> AuthorDate: Mon Nov 28 20:34:04 2022 +0800 19937 federation optimization test 20221128 (#22468) *

[GitHub] [shardingsphere] strongduanmu merged pull request #22468: 19937 federation optimization test 20221128

2022-11-28 Thread GitBox
strongduanmu merged PR #22468: URL: https://github.com/apache/shardingsphere/pull/22468 -- 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: Revise ParallelRunningStrategy's javadoc (#22487)

2022-11-28 Thread yx9o
This is an automated email from the ASF dual-hosted git repository. yx9o pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 19f546df049 Revise ParallelRunningStrategy

[GitHub] [shardingsphere] yx9o merged pull request #22487: Revise ParallelRunningStrategy's javadoc

2022-11-28 Thread GitBox
yx9o merged PR #22487: URL: https://github.com/apache/shardingsphere/pull/22487 -- 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] terrymanu commented on a diff in pull request #22484: Add some assert case for db-discovery

2022-11-28 Thread GitBox
terrymanu commented on code in PR #22484: URL: https://github.com/apache/shardingsphere/pull/22484#discussion_r1033478955 ## test/integration-test/discovery/src/test/resources/env/scenario/mgr_discovery/mysql_4/my.cnf: ## @@ -0,0 +1,43 @@ +# +# Licensed to the Apache Software Fo

[GitHub] [shardingsphere] boyjoy1127 commented on a diff in pull request #22468: 19937 federation optimization test 20221128

2022-11-28 Thread GitBox
boyjoy1127 commented on code in PR #22468: URL: https://github.com/apache/shardingsphere/pull/22468#discussion_r1033477059 ## kernel/sql-federation/optimizer/src/test/java/org/apache/shardingsphere/sqlfederation/optimizer/SQLOptimizeEngineTest.java: ## @@ -89,6 +89,11 @@ public

[shardingsphere] branch master updated: Fix select from view limit wrong result when view contains order by (#22486)

2022-11-28 Thread yx9o
This is an automated email from the ASF dual-hosted git repository. yx9o pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new f57a76c5597 Fix select from view limit wro

[GitHub] [shardingsphere] yx9o closed issue #22480: In the federation scenario, use ‘order by’ when creating a view, and use the ‘limit 10,5 ’clause when select the view, and the order of the result

2022-11-28 Thread GitBox
yx9o closed issue #22480: In the federation scenario, use ‘order by’ when creating a view, and use the ‘limit 10,5 ’clause when select the view, and the order of the result data is incorrect URL: https://github.com/apache/shardingsphere/issues/22480 -- This is an automated message from the

  1   2   >