[GitHub] [shardingsphere] gxxiong commented on a diff in pull request #22843: Implement MASK_BEFORE_SPECIAL_CHAR Algorithm

2022-12-12 Thread GitBox
gxxiong commented on code in PR #22843: URL: https://github.com/apache/shardingsphere/pull/22843#discussion_r1046738985 ## features/mask/core/src/main/java/org/apache/shardingsphere/mask/algorithm/cover/MaskBeforeSpecialCharAlgorithm.java: ## @@ -0,0 +1,67 @@ +/* + * Licensed to

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has succeeded. Run started by GitHub user tristaZero (triggered by tristaZero). Head commit for run: 0f8e1d8b239191fc91d7612d5fc5003ead5df2aa / Zhengqiang Duan Fix create view index out of range exception when view contains set operator (#228

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 661e2e395c77a1b5e4d3f5e995e21048400b66f9 / duanzhengqiang Fix create view index out of range exception when view contains set operator Repor

[shardingsphere] branch master updated: Fix create view index out of range exception when view contains set operator (#22846)

2022-12-12 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 0f8e1d8b239 Fix create view index out o

[GitHub] [shardingsphere] tristaZero merged pull request #22846: Fix create view index out of range exception when view contains set operator

2022-12-12 Thread GitBox
tristaZero merged PR #22846: URL: https://github.com/apache/shardingsphere/pull/22846 -- 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] tristaZero closed issue #22820: In the federation scenario, create view return error with "ERROR: String index out of range: -7".

2022-12-12 Thread GitBox
tristaZero closed issue #22820: In the federation scenario, create view return error with "ERROR: String index out of range: -7". URL: https://github.com/apache/shardingsphere/issues/22820 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [shardingsphere] Jacob953 closed pull request #22063: Implement strategy for dynamic loading SQL case

2022-12-12 Thread GitBox
Jacob953 closed pull request #22063: Implement strategy for dynamic loading SQL case URL: https://github.com/apache/shardingsphere/pull/22063 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [shardingsphere] strongduanmu opened a new pull request, #22846: Fix create view index out of range exception when view contains set operator

2022-12-12 Thread GitBox
strongduanmu opened a new pull request, #22846: URL: https://github.com/apache/shardingsphere/pull/22846 Fixes #22820. Changes proposed in this pull request: - fix create view index out of range exception when view contains set operator - add unit test --- Befo

[GitHub] [shardingsphere] zt9788 commented on issue #22834: Whether SPI can be added for shardingjdbc driver to enable the community to expand more url support

2022-12-12 Thread GitBox
zt9788 commented on issue #22834: URL: https://github.com/apache/shardingsphere/issues/22834#issuecomment-1347802251 > > Sounds good, need more feedback and discuss. > > What information does metadata store? Why do I use cluster mode After starting the service once Change the configu

[GitHub] [shardingsphere] Zhai6319 commented on issue #22834: Whether SPI can be added for shardingjdbc driver to enable the community to expand more url support

2022-12-12 Thread GitBox
Zhai6319 commented on issue #22834: URL: https://github.com/apache/shardingsphere/issues/22834#issuecomment-1347793540 Regression The client sdk provided by nacos provides relevant interfaces The nacos configuration center also provides relevant http interfaces I think you can g

[GitHub] [shardingsphere] Zhai6319 commented on issue #22834: Whether SPI can be added for shardingjdbc driver to enable the community to expand more url support

2022-12-12 Thread GitBox
Zhai6319 commented on issue #22834: URL: https://github.com/apache/shardingsphere/issues/22834#issuecomment-1347782775 > Sounds good, need more feedback and discuss. What information does metadata store? Why do I use cluster mode After starting the service once Change the con

[shardingsphere] branch master updated (2013a270489 -> 5be3f169ba9)

2022-12-12 Thread zhonghongsheng
This is an automated email from the ASF dual-hosted git repository. zhonghongsheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 2013a270489 Add TracingAdviceEngine (#22839) add 5be3f169ba9 Move prometheus into type module (#2

[GitHub] [shardingsphere] sandynz merged pull request #22845: Move prometheus into type module

2022-12-12 Thread GitBox
sandynz merged PR #22845: URL: https://github.com/apache/shardingsphere/pull/22845 -- 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] strongduanmu commented on a diff in pull request #20257: Fix Oracle pagination and sorting/grouping problem: add ‘order by’/'group by' of the subquery to its outer statement

2022-12-12 Thread GitBox
strongduanmu commented on code in PR #20257: URL: https://github.com/apache/shardingsphere/pull/20257#discussion_r1046657230 ## infra/binder/src/main/java/org/apache/shardingsphere/infra/binder/statement/dml/SelectStatementContext.java: ## @@ -111,11 +113,26 @@ public SelectStat

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #22843: Implement MASK_BEFORE_SPECIAL_CHAR Algorithm

2022-12-12 Thread GitBox
strongduanmu commented on code in PR #22843: URL: https://github.com/apache/shardingsphere/pull/22843#discussion_r1046649386 ## features/mask/core/src/main/java/org/apache/shardingsphere/mask/algorithm/cover/MaskBeforeSpecialCharAlgorithm.java: ## @@ -0,0 +1,67 @@ +/* + * Licens

[shardingsphere] branch master updated: Add TracingAdviceEngine (#22839)

2022-12-12 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 2013a270489 Add TracingAdviceEng

[GitHub] [shardingsphere] strongduanmu merged pull request #22839: Add TracingAdviceEngine

2022-12-12 Thread GitBox
strongduanmu merged PR #22839: URL: https://github.com/apache/shardingsphere/pull/22839 -- 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] qingchengshi commented on issue #22829: Table by month, cross month query error

2022-12-12 Thread GitBox
qingchengshi commented on issue #22829: URL: https://github.com/apache/shardingsphere/issues/22829#issuecomment-1347707331 query criteria startTime=20221108&endTime=20221209 CommonStandardShardingAlgorithm assemble tables ["attendance_three_well_202211","attendance_three_well_202212

[GitHub] [shardingsphere] RaigorJiang commented on issue #22844: Add `IF NOT EXISTS` to all `CREATE` statements in DistSQL

2022-12-12 Thread GitBox
RaigorJiang commented on issue #22844: URL: https://github.com/apache/shardingsphere/issues/22844#issuecomment-1347705603 Hi @yx9o, Nice to see you here, I will assign this issue to you. 😀 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [shardingsphere] yx9o commented on issue #22844: Add `IF NOT EXISTS` to all `CREATE` statements in DistSQL

2022-12-12 Thread GitBox
yx9o commented on issue #22844: URL: https://github.com/apache/shardingsphere/issues/22844#issuecomment-1347704053 @RaigorJiang Hi, I want to participate. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has succeeded. Run started by GitHub user gxxiong (triggered by gxxiong). Head commit for run: 107bc3aee36fedc9aaa206c867fb73ebd8c2 / gxxiong format code Report URL: https://github.com/apache/shardingsphere/actions/runs/3681962245 With re

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 486705c79c734b14c5f464e1b7e1b3a1e3c0f4a8 / zhangliang Add debug info Report URL: https://github.com/apache/shardingsphere/actions/runs/3681947539

[GitHub] [shardingsphere] zt9788 commented on issue #22834: Whether SPI can be added for shardingjdbc driver to enable the community to expand more url support

2022-12-12 Thread GitBox
zt9788 commented on issue #22834: URL: https://github.com/apache/shardingsphere/issues/22834#issuecomment-1347697055 @zhaojinchao95 @RaigorJiang relevance issue https://github.com/apache/shardingsphere/issues/22790 -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [shardingsphere] RaigorJiang opened a new issue, #22844: Add `IF NOT EXISTS` to all `CREATE` statements in DistSQL

2022-12-12 Thread GitBox
RaigorJiang opened a new issue, #22844: URL: https://github.com/apache/shardingsphere/issues/22844 Hi community, Previously, we had added the `IF EXISTS` option to the `DROP` statement in DistSQL. (#15623) Correspondingly, we need to add the `IF NOT EXISTS` option to the `CREATE`

[GitHub] [shardingsphere] gxxiong commented on issue #22759: [New Feature] Implement new data masking feature for users with security needs

2022-12-12 Thread GitBox
gxxiong commented on issue #22759: URL: https://github.com/apache/shardingsphere/issues/22759#issuecomment-1347690442 Implement RuleBasedSchemaMetaDataDecorator for MaskRule just like EncryptSchemaMetaDataDecorator,I will try it -- This is an automated message from the Apache Git Service

[GitHub] [shardingsphere] strongduanmu commented on issue #22759: [New Feature] Implement new data masking feature for users with security needs

2022-12-12 Thread GitBox
strongduanmu commented on issue #22759: URL: https://github.com/apache/shardingsphere/issues/22759#issuecomment-1347689150 @gxxiong Welcome, I will assign it to you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [shardingsphere] gxxiong commented on issue #22759: [New Feature] Implement new data masking feature for users with security needs

2022-12-12 Thread GitBox
gxxiong commented on issue #22759: URL: https://github.com/apache/shardingsphere/issues/22759#issuecomment-1347688538 MASK_BEFORE_SPECIAL_CHAR, MASK_AFTER_SPECIAL_CHAR, I want to try them -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [shardingsphere] gxxiong opened a new pull request, #22843: Implement MASK_BEFORE_SPECIAL_CHAR Algorithm

2022-12-12 Thread GitBox
gxxiong opened a new pull request, #22843: URL: https://github.com/apache/shardingsphere/pull/22843 Ref #22759 . Changes proposed in this pull request: -add MASK_BEFORE_SPECIAL_CHAR Algorithm --- Before committing this PR, I'm sure that I have checked the following

[GitHub] [shardingsphere] qingchengshi commented on issue #22829: Table by month, cross month query error

2022-12-12 Thread GitBox
qingchengshi commented on issue #22829: URL: https://github.com/apache/shardingsphere/issues/22829#issuecomment-1347665579 Message ID: ***@***.***> -- 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

[GitHub] [shardingsphere] RaigorJiang commented on issue #22834: Whether SPI can be added for shardingjdbc driver to enable the community to expand more url support

2022-12-12 Thread GitBox
RaigorJiang commented on issue #22834: URL: https://github.com/apache/shardingsphere/issues/22834#issuecomment-1347663090 Is the effect similar to configuring these information in cluster mode of YAML ? -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [shardingsphere] RaigorJiang commented on issue #22829: Table by month, cross month query error

2022-12-12 Thread GitBox
RaigorJiang commented on issue #22829: URL: https://github.com/apache/shardingsphere/issues/22829#issuecomment-1347655984 @qingchengshi Hi, I noticed that you are using a custom algorithm `CommonStandardShardingAlgorithm `. It is recommended to enable `sql_show` first to observe whet

[GitHub] [shardingsphere] zhaojinchao95 commented on issue #22834: Whether SPI can be added for shardingjdbc driver to enable the community to expand more url support

2022-12-12 Thread GitBox
zhaojinchao95 commented on issue #22834: URL: https://github.com/apache/shardingsphere/issues/22834#issuecomment-1347634244 Sounds good, need more feedback and discuss. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [shardingsphere] zhaojinchao95 commented on issue #22837: Cluster mode Nacos start fail

2022-12-12 Thread GitBox
zhaojinchao95 commented on issue #22837: URL: https://github.com/apache/shardingsphere/issues/22837#issuecomment-1347632728 Can you provide demo project? @duanqiaoyanyu -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [shardingsphere-elasticjob] huangyi81 commented on issue #2159: When I register a transient task, the result returned is "Name cannot be null."

2022-12-12 Thread GitBox
huangyi81 commented on issue #2159: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2159#issuecomment-1347632245 I see that `cron` is not necessary in the manual, and the executor source code also handles the situation that `cron `is `null `or `empty`. ![image](https

[shardingsphere] branch master updated: Add some integration test case for DistSQL RAL (#22835)

2022-12-12 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 d95002486d6 Add some integration te

[GitHub] [shardingsphere] zhaojinchao95 merged pull request #22835: Add some integration test case for DistSQL RAL

2022-12-12 Thread GitBox
zhaojinchao95 merged PR #22835: URL: https://github.com/apache/shardingsphere/pull/22835 -- 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: Revise pr 22808 for code style (#22842)

2022-12-12 Thread sunnianjun
This is an automated email from the ASF dual-hosted git repository. sunnianjun 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 93de41032c2 Revise pr 22808 for code

[GitHub] [shardingsphere] taojintianxia merged pull request #22842: Revise pr 22808 for code style

2022-12-12 Thread GitBox
taojintianxia merged PR #22842: URL: https://github.com/apache/shardingsphere/pull/22842 -- 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] qingchengshi commented on issue #22829: Table by month, cross month query error

2022-12-12 Thread GitBox
qingchengshi commented on issue #22829: URL: https://github.com/apache/shardingsphere/issues/22829#issuecomment-1347622102

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has succeeded. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 69fc6d534d7b6f6155031d2df01562bcdd86e703 / lushaorong Implement MASK_FIRST_N_LAST_M and MASK_FROM_X_TO_Y (#22808) * shardingsphere-22759

[GitHub] [shardingsphere] qingchengshi commented on issue #22829: Table by month, cross month query error

2022-12-12 Thread GitBox
qingchengshi commented on issue #22829: URL: https://github.com/apache/shardingsphere/issues/22829#issuecomment-1347616543 org.apache.shardingsphere shardingsphere-jdbc-core-spring-boot-starter 5.0.0 spring.shardingsphere.enab

[GitHub] [shardingsphere] strongduanmu opened a new pull request, #22842: Revise pr 22808 for code style

2022-12-12 Thread GitBox
strongduanmu opened a new pull request, #22842: URL: https://github.com/apache/shardingsphere/pull/22842 Ref #22808. Changes proposed in this pull request: - revise pr 22808 for code style --- Before committing this PR, I'm sure that I have checked the following opt

[shardingsphere] branch master updated: Implement MASK_FIRST_N_LAST_M and MASK_FROM_X_TO_Y (#22808)

2022-12-12 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 69fc6d534d7 Implement MASK_FIRST

[GitHub] [shardingsphere] strongduanmu merged pull request #22808: Implement MASK_FIRST_N_LAST_M and MASK_FROM_X_TO_Y

2022-12-12 Thread GitBox
strongduanmu merged PR #22808: URL: https://github.com/apache/shardingsphere/pull/22808 -- 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] peilinqian opened a new issue, #22841: In the federation scenario,a table join a view and group by ,when 'where condition' include view's column,return error.

2022-12-12 Thread GitBox
peilinqian opened a new issue, #22841: URL: https://github.com/apache/shardingsphere/issues/22841 ### Which version of ShardingSphere did you use? we find java version: java8, full_version=1.8.0_282, full_path=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.282.b08-1.el7_9.x86_64/bin/java Shardi

[shardingsphere] branch master updated: Add Legacy option for version select (#22836)

2022-12-12 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 ce91f9a11c4 Add Legacy option fo

[GitHub] [shardingsphere] strongduanmu merged pull request #22836: Add Legacy option for version select

2022-12-12 Thread GitBox
strongduanmu merged PR #22836: URL: https://github.com/apache/shardingsphere/pull/22836 -- 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 "Nightly - CI" failed!

2022-12-12 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: 21adca75182a83178b8ab1bbc7ec47eab7dee5b0 / Liang Zhang Refactor Tracing PluginDefinitionService (#22838) * Use PluginDefinitionSer

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

2022-12-12 Thread GitBox
The GitHub Actions job "Nightly - E2E" on shardingsphere.git has succeeded. Run started by GitHub user tristaZero (triggered by tristaZero). Head commit for run: 21adca75182a83178b8ab1bbc7ec47eab7dee5b0 / Liang Zhang Refactor Tracing PluginDefinitionService (#22838) * Use PluginDefinitionServi

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]). Head commit for run: bed0442fc5444a181b4c701a747399c4d54d0ab5 / dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Bump netty-codec-http fro

[shardingsphere] branch dependabot/maven/io.netty-netty-codec-http-4.1.86.Final created (now bed0442fc54)

2022-12-12 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.86.Final in repository https://gitbox.apache.org/repos/asf/shardingsphere.git at bed0442fc54 Bump netty-codec-http from 4.1.85.Final to 4

[GitHub] [shardingsphere] dependabot[bot] opened a new pull request, #22840: Bump netty-codec-http from 4.1.85.Final to 4.1.86.Final

2022-12-12 Thread GitBox
dependabot[bot] opened a new pull request, #22840: URL: https://github.com/apache/shardingsphere/pull/22840 Bumps [netty-codec-http](https://github.com/netty/netty) from 4.1.85.Final to 4.1.86.Final. Commits https://github.com/netty/netty/commit/cde0e2d0508013c57612f7241a666001

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by taojintianxia). Head commit for run: e38a4f711b7caca31a22431c65bb44b0238b2b85 / zhangliang Add tracing-type module Report URL: https://github.com/apache/shardingsphere/actions/runs

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by taojintianxia). Head commit for run: e38a4f711b7caca31a22431c65bb44b0238b2b85 / zhangliang Add tracing-type module Report URL: https://github.com/apache/shardingsphere/actions/runs

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

2022-12-12 Thread GitBox
The GitHub Actions job "Nightly - E2E Example Generator" on shardingsphere.git has failed. Run started by GitHub user totalo (triggered by totalo). Head commit for run: 21adca75182a83178b8ab1bbc7ec47eab7dee5b0 / Liang Zhang Refactor Tracing PluginDefinitionService (#22838) * Use PluginDefinit

[GitHub] [shardingsphere] Zhai6319 commented on issue #22802: Must cluster mode be used for project cluster deployment?

2022-12-12 Thread GitBox
Zhai6319 commented on issue #22802: URL: https://github.com/apache/shardingsphere/issues/22802#issuecomment-1346898467 > > > @Zhai6319 maybe you will check why this exception `com.alibaba.druid.pool.DataSourceClosedException: dataSource already closed` is thrown > > > > > > @aze

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

2022-12-12 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: e38a4f711b7caca31a22431c65bb44b0238b2b85 / zhangliang Add tracing-type module Report URL: https://github.com/apache/shardingsphere/actions/runs/3

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: e38a4f711b7caca31a22431c65bb44b0238b2b85 / zhangliang Add tracing-type module Report URL: https://github.com/apache/shardingsphere/actions/runs/367

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

2022-12-12 Thread GitBox
The GitHub Actions job "Check" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: e38a4f711b7caca31a22431c65bb44b0238b2b85 / zhangliang Add tracing-type module Report URL: https://github.com/apache/shardingsphere/actions/run

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

2022-12-12 Thread GitBox
The GitHub Actions job "Check" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 0692f22ef7471a6493cd4e8cc7407e60e684011d / zhangliang Add tracing-type module Report URL: https://github.com/apache/shardingsphere/actions/runs/3

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 0692f22ef7471a6493cd4e8cc7407e60e684011d / zhangliang Add tracing-type module Report URL: https://github.com/apache/shardingsphere/actions/runs/367

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

2022-12-12 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 0692f22ef7471a6493cd4e8cc7407e60e684011d / zhangliang Add tracing-type module Report URL: https://github.com/apache/shardingsphere/actions/runs/3677

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 5becf516e44c2375d40a60238199ff26634ffcc8 / zhangliang Refactor Tracing PluginDefinitionService Report URL: https://github.com/apache/shardingsph

[GitHub] [shardingsphere] Qianyi951015 commented on issue #20867: Add some integration test case for DistSQL RAL

2022-12-12 Thread GitBox
Qianyi951015 commented on issue #20867: URL: https://github.com/apache/shardingsphere/issues/20867#issuecomment-1346641000 Hi @zhaojinchao95, I have done the second, third, fourth, fifth, tenth, and eleventh tasks, would you mind having a review when you are free? -- This is an automated

[shardingsphere] branch master updated: Refactor Tracing PluginDefinitionService (#22838)

2022-12-12 Thread sunnianjun
This is an automated email from the ASF dual-hosted git repository. sunnianjun 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 21adca75182 Refactor Tracing PluginD

[GitHub] [shardingsphere] taojintianxia merged pull request #22838: Refactor Tracing PluginDefinitionService

2022-12-12 Thread GitBox
taojintianxia merged PR #22838: URL: https://github.com/apache/shardingsphere/pull/22838 -- 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 "E2E" failed!

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 5becf516e44c2375d40a60238199ff26634ffcc8 / zhangliang Refactor Tracing PluginDefinitionService Report URL: https://github.com/apache/shardingsphere

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has succeeded. Run started by GitHub user Qianyi951015 (triggered by Qianyi951015). Head commit for run: 7167515e6825acf96b0b61a1675c4f3ca7df22b3 / Zichao Add some integration test case for DistSQL RAL Report URL: https://github.com/apache/sha

[GitHub] [shardingsphere] terrymanu opened a new pull request, #22838: Refactor Tracing PluginDefinitionService

2022-12-12 Thread GitBox
terrymanu opened a new pull request, #22838: URL: https://github.com/apache/shardingsphere/pull/22838 Fixes #ISSUSE_ID. Changes proposed in this pull request: - --- Before committing this PR, I'm sure that I have checked the following options: - [ ] My code follo

[GitHub] [shardingsphere] duanqiaoyanyu opened a new issue, #22837: Cluster mode Nacos start fail

2022-12-12 Thread GitBox
duanqiaoyanyu opened a new issue, #22837: URL: https://github.com/apache/shardingsphere/issues/22837 ## 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.co

[GitHub] [shardingsphere] Jacob953 opened a new pull request, #22836: Add Legacy option for version select

2022-12-12 Thread GitBox
Jacob953 opened a new pull request, #22836: URL: https://github.com/apache/shardingsphere/pull/22836 Changes proposed in this pull request: - Add Legacy option for version select - Refactor version select for adding new version like 5.3.0 --- Before committing this PR,

[GitHub] [shardingsphere] Qianyi951015 opened a new pull request, #22835: Add some integration test case for DistSQL RAL

2022-12-12 Thread GitBox
Qianyi951015 opened a new pull request, #22835: URL: https://github.com/apache/shardingsphere/pull/22835 The second, third, fourth, fifth, tenth, and eleventh task of #20867. Changes proposed in this pull request: - add test case for SHOW STATUS FROM READWRITE_SPLITTING RULES

[GitHub] [shardingsphere] azexcy commented on issue #22828: SQL Dialect

2022-12-12 Thread GitBox
azexcy commented on issue #22828: URL: https://github.com/apache/shardingsphere/issues/22828#issuecomment-1346416980 @Jean-Jacques-Nuoan For now, this is still an experimental feature, so stay tuned for it. -- This is an automated message from the Apache Git Service. To respond to the m

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: e94736cd533f3ccba5b5aa86d50704c6882553d1 / zhaojinchao Fix Consul SPI (#22833) Report URL: https://github.com/apache/shardingsphere/actions/r

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E - ShowProcesslist" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: e94736cd533f3ccba5b5aa86d50704c6882553d1 / zhaojinchao Fix Consul SPI (#22833) Report URL: https://github.com/apache/shardi

[shardingsphere] branch master updated: Fix Consul SPI (#22833)

2022-12-12 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 e94736cd533 Fix Consul SPI (#228

[GitHub] [shardingsphere] strongduanmu closed issue #22804: SPI-00001: No implementation class load from SPI `org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository` with type `Con

2022-12-12 Thread GitBox
strongduanmu closed issue #22804: SPI-1: No implementation class load from SPI `org.apache.shardingsphere.mode.repository.cluster.ClusterPersistRepository` with type `Consul` URL: https://github.com/apache/shardingsphere/issues/22804 -- This is an automated message from the Apache Git S

[GitHub] [shardingsphere] strongduanmu merged pull request #22833: Fix Consul SPI

2022-12-12 Thread GitBox
strongduanmu merged PR #22833: URL: https://github.com/apache/shardingsphere/pull/22833 -- 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 issue #22820: In the federation scenario, create view return error with "ERROR: String index out of range: -7".

2022-12-12 Thread GitBox
strongduanmu commented on issue #22820: URL: https://github.com/apache/shardingsphere/issues/22820#issuecomment-1346345103 Thank you for your feedback, I will check these issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[shardingsphere] branch master updated: Use PluginDefinitionServiceEngine instead of AbstractPluginDefinitionService (#22832)

2022-12-12 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 95cce584c6a Use PluginDefinition

[GitHub] [shardingsphere] strongduanmu merged pull request #22832: Use PluginDefinitionServiceEngine instead of AbstractPluginDefinitionService

2022-12-12 Thread GitBox
strongduanmu merged PR #22832: URL: https://github.com/apache/shardingsphere/pull/22832 -- 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 #22825: add YamlMaskConfiguration and Swapper

2022-12-12 Thread GitBox
strongduanmu commented on code in PR #22825: URL: https://github.com/apache/shardingsphere/pull/22825#discussion_r1045723992 ## features/mask/core/src/main/java/org/apache/shardingsphere/mask/yaml/config/YamlMaskRuleConfiguration.java: ## @@ -0,0 +1,45 @@ +/* + * Licensed to the

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: a639a667b273ea11ebb61467ffa90f086cab33e4 / zhangliang Use PluginDefinitionServiceEngine instead of AbstractPluginDefinitionService Report URL: h

[GitHub] [shardingsphere] strongduanmu commented on issue #22759: [New Feature] Implement new data masking feature for users with security needs

2022-12-12 Thread GitBox
strongduanmu commented on issue #22759: URL: https://github.com/apache/shardingsphere/issues/22759#issuecomment-1346334219 @zzzwjZhang I have retrigger the ci, let's wait the result. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[shardingsphere] branch master updated: fix: replace 'document/[\w|-]*' to 'document/[^/]*' (#22831)

2022-12-12 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 984623aae4f fix: replace 'docume

[GitHub] [shardingsphere] strongduanmu closed issue #22827: Wrong value of option for the selection element with id='select-version'

2022-12-12 Thread GitBox
strongduanmu closed issue #22827: Wrong value of option for the selection element with id='select-version' URL: https://github.com/apache/shardingsphere/issues/22827 -- 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] strongduanmu merged pull request #22831: Correct the RE expression at the language.html

2022-12-12 Thread GitBox
strongduanmu merged PR #22831: URL: https://github.com/apache/shardingsphere/pull/22831 -- 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 closed issue #22500: Add CDC feature

2022-12-12 Thread GitBox
sandynz closed issue #22500: Add CDC feature URL: https://github.com/apache/shardingsphere/issues/22500 -- 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:

[shardingsphere] branch master updated (c1845a7d1f8 -> a6d910d24b3)

2022-12-12 Thread zhonghongsheng
This is an automated email from the ASF dual-hosted git repository. zhonghongsheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from c1845a7d1f8 Rename ClassPointcuts (#22818) add a6d910d24b3 Add partial implementation of CDC subs

[GitHub] [shardingsphere] sandynz merged pull request #22779: Add partial implementation of CDC subscription FULL mode

2022-12-12 Thread GitBox
sandynz merged PR #22779: URL: https://github.com/apache/shardingsphere/pull/22779 -- 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]: Workflow run "E2E" failed!

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: 599d772bf4f0955c1d12784b6a6f8e5c1007bc45 / zhaojinchao Fix Consul SPI Report URL: https://github.com/apache/shardingsphere/actions/runs/367

[GitHub] [shardingsphere] a1104321118 commented on issue #22824: Can not query the new added column

2022-12-12 Thread GitBox
a1104321118 commented on issue #22824: URL: https://github.com/apache/shardingsphere/issues/22824#issuecomment-1346313879 > > > This is expected behavior. It's recommended to deploy ShardingSphere-JDBC and ShardingSphere-Proxy using cluster mode. Executing DDL to database directly will cau

[GitHub] [shardingsphere] a1104321118 commented on issue #22824: Can not query the new added column

2022-12-12 Thread GitBox
a1104321118 commented on issue #22824: URL: https://github.com/apache/shardingsphere/issues/22824#issuecomment-1346313616 > Thanks,By the way,Do you have recommand document for shardingsphere 5.x ? I Have read official doc, But It is not helpful for me. For example, I can not find

[GitHub] [shardingsphere-elasticjob] huaronghao opened a new issue, #2165: ejob-lite why not let servers as ephemeral node? What other considerations are there?

2022-12-12 Thread GitBox
huaronghao opened a new issue, #2165: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2165 When we use k8s deploy our service which integrated with ejob-lite,service IP is always not fixed. Zookeeper Servers node list is getting longer and longer. JobShutdownHookPlugin won'

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

2022-12-12 Thread GitBox
The GitHub Actions job "E2E" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 16d1b4220bf6089e7557cc5e719fd5c6ab9ff122 / zhangliang Use PluginDefinitionServiceEngine instead of AbstractPluginDefinitionService Report URL: http

[GitHub] [shardingsphere] linghengqian commented on issue #22821: Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document

2022-12-12 Thread GitBox
linghengqian commented on issue #22821: URL: https://github.com/apache/shardingsphere/issues/22821#issuecomment-1346298270 @zhaojinchao95 To be honest I'm not sure what the requirements are for the new page. I have no intention of working on this issue. 👀 -- This is an automated message

[GitHub] [shardingsphere] zhaojinchao95 commented on issue #22802: Must cluster mode be used for project cluster deployment?

2022-12-12 Thread GitBox
zhaojinchao95 commented on issue #22802: URL: https://github.com/apache/shardingsphere/issues/22802#issuecomment-1346295221 > > @Zhai6319 maybe you will check why this exception `com.alibaba.druid.pool.DataSourceClosedException: dataSource already closed` is thrown > > @azexcy >

[GitHub] [shardingsphere] zhaojinchao95 commented on issue #22821: Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document

2022-12-12 Thread GitBox
zhaojinchao95 commented on issue #22821: URL: https://github.com/apache/shardingsphere/issues/22821#issuecomment-1346292127 @linghengqian Are you interested in following this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [shardingsphere] zhaojinchao95 opened a new pull request, #22833: Fix Consul SPI

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

[GitHub] [shardingsphere] azexcy commented on issue #22828: SQL Dialect

2022-12-12 Thread GitBox
azexcy commented on issue #22828: URL: https://github.com/apache/shardingsphere/issues/22828#issuecomment-1346275013 @Jean-Jacques-Nuoan Hi , Maybe this is what you want to know https://shardingsphere.apache.org/document/current/en/features/db-gateway/limitations/ -- This is an automated

  1   2   >