[PR] Support postgresql limit and offset as null [shardingsphere]

2024-08-08 Thread via GitHub
FlyingZC opened a new pull request, #32427: URL: https://github.com/apache/shardingsphere/pull/32427 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 follow

[GH] (shardingsphere): Workflow run "E2E - Agent" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 19ee5956410380cb47191d4fc1db8a06284f4077 / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apache/shard

[GH] (shardingsphere): Workflow run "E2E - SQL" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 19ee5956410380cb47191d4fc1db8a06284f4077 / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apache/shardin

[GH] (shardingsphere): Workflow run "E2E - Operation" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 19ee5956410380cb47191d4fc1db8a06284f4077 / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apache/s

[GH] (shardingsphere): Workflow run "CI" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 19ee5956410380cb47191d4fc1db8a06284f4077 / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apache/shardingsphere

[GH] (shardingsphere): Workflow run "E2E - Operation" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: d1fbaf492e183643454e634be85d9d77758fbbab / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apache/s

[GH] (shardingsphere): Workflow run "E2E - SQL" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: d1fbaf492e183643454e634be85d9d77758fbbab / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apache/shardin

[GH] (shardingsphere): Workflow run "CI" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: d1fbaf492e183643454e634be85d9d77758fbbab / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apache/shardingsphere

[GH] (shardingsphere): Workflow run "E2E - Agent" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has failed. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: d1fbaf492e183643454e634be85d9d77758fbbab / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apache/shard

[PR] Refactor RuleConfigurationPersistDecorateEngine [shardingsphere]

2024-08-08 Thread via GitHub
RaigorJiang opened a new pull request, #32428: URL: https://github.com/apache/shardingsphere/pull/32428 Fix SPI type not match for RuleConfigurationPersistDecorator -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [I] How to dynamically adding jobs [shardingsphere-elasticjob]

2024-08-08 Thread via GitHub
weiro-9-w7 commented on issue #2415: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2415#issuecomment-2275327476 Maybe I got , only use new ScheduleJobBootstrap(coordinatorRegistryCenter(), new TestJob(), createJobConfiguration()); can dynamically create it, but i'm

[GH] (shardingsphere): Workflow run "E2E - Operation" is working again!

2024-08-08 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has succeeded. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 70cb4d08ce54af3ab35be0ad1e993d50d0767cda / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apach

[GH] (shardingsphere): Workflow run "CI" is working again!

2024-08-08 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 70cb4d08ce54af3ab35be0ad1e993d50d0767cda / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apache/shardingsph

[GH] (shardingsphere): Workflow run "E2E - Agent" is working again!

2024-08-08 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has succeeded. Run started by GitHub user FlyingZC (triggered by FlyingZC). Head commit for run: 70cb4d08ce54af3ab35be0ad1e993d50d0767cda / ZhangCheng Support postgresql limit and offset as null Report URL: https://github.com/apache/sh

Re: [I] This issue does not occur frequently in the testing environment, but occasionally occurs: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes befor

2024-08-08 Thread via GitHub
terrymanu commented on issue #32423: URL: https://github.com/apache/shardingsphere/issues/32423#issuecomment-2275369329 The issue involves other third-party dependencies, but our focus is solely on ShardingSphere itself. Since ShardingSphere implements the JDBC interface, standard applicat

Re: [I] This issue does not occur frequently in the testing environment, but occasionally occurs: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes befor

2024-08-08 Thread via GitHub
terrymanu closed issue #32423: This issue does not occur frequently in the testing environment, but occasionally occurs: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. URL: https://github.com/apache/shar

Re: [I] Some questions about using ShardingSphere-Proxy to proxy sqlserver [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu closed issue #32046: Some questions about using ShardingSphere-Proxy to proxy sqlserver URL: https://github.com/apache/shardingsphere/issues/32046 -- 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

[GH] (shardingsphere): Workflow run "E2E - SQL" is working again!

2024-08-08 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user RaigorJiang (triggered by RaigorJiang). Head commit for run: 4c67f658c79104680c539645fe5a259c71347907 / RaigorJiang Refactor RuleConfigurationPersistDecorateEngine Report URL: https://github.com/

Re: [PR] Refactor RuleConfigurationPersistDecorateEngine [shardingsphere]

2024-08-08 Thread via GitHub
zhaojinchao95 merged PR #32428: URL: https://github.com/apache/shardingsphere/pull/32428 -- 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: Refactor RuleConfigurationPersistDecorateEngine (#32428)

2024-08-08 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 41e555e3c66 Refactor RuleConfigurat

[PR] Add extract combine left select in extractFromSelectStatementWithoutProjection method [shardingsphere]

2024-08-08 Thread via GitHub
strongduanmu opened a new pull request, #32429: URL: https://github.com/apache/shardingsphere/pull/32429 Fixes #ISSUSE_ID. Changes proposed in this pull request: - Add extract combine left select in extractFromSelectStatementWithoutProjection method --- Before commi

Re: [PR] Support postgresql limit and offset as null [shardingsphere]

2024-08-08 Thread via GitHub
strongduanmu merged PR #32427: URL: https://github.com/apache/shardingsphere/pull/32427 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-un

(shardingsphere) branch master updated: Support postgresql limit and offset as null (#32427)

2024-08-08 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 04f3cb9474f Support postgresql l

Re: [I] Improve the parsing of methods in MySQL [shardingsphere]

2024-08-08 Thread via GitHub
lushaorong commented on issue #31566: URL: https://github.com/apache/shardingsphere/issues/31566#issuecomment-2275459749 Hi, please assign this issue to me. Are there any problems with these SQL statements, or are they to be verified? -- This is an automated message from the Apache Git S

Re: [I] 获取作业节点数据时报错 [shardingsphere-elasticjob]

2024-08-08 Thread via GitHub
linghengqian commented on issue #2414: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2414#issuecomment-2275478134 - It just looks like you're using an old version that's not managed by the ASF. You can use 3.0.4 for testing. PRs with unit tests are always welcome. -- Th

[PR] Use CaseInsensitiveMap on ShardingSphereDatabase [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu opened a new pull request, #32430: URL: https://github.com/apache/shardingsphere/pull/32430 (no comment) -- 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 unsubs

Re: [I] How to dynamically adding jobs [shardingsphere-elasticjob]

2024-08-08 Thread via GitHub
linghengqian commented on issue #2415: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2415#issuecomment-2275481202 - From my exploration at https://github.com/apache/shardingsphere-elasticjob/blob/master/test/native/src/test/java/org/apache/shardingsphere/elasticjob/test/na

Re: [I] Seems can't support order by after merge from multi tables [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu commented on issue #31920: URL: https://github.com/apache/shardingsphere/issues/31920#issuecomment-2275497103 Could you try to sql federation? -- 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

Re: [I] Seems can't support order by after merge from multi tables [shardingsphere]

2024-08-08 Thread via GitHub
MrAlemn commented on issue #31920: URL: https://github.com/apache/shardingsphere/issues/31920#issuecomment-2275498177 已收到,感谢 -- 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.

Re: [I] sharding table column field lose [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu commented on issue #31839: URL: https://github.com/apache/shardingsphere/issues/31839#issuecomment-2275508409 The Actual SQL you provided includes all the columns. I believe the result should not be an error. How did the error in the result occur? -- This is an automated mes

(shardingsphere) branch master updated: Use CaseInsensitiveMap on ShardingSphereDatabase (#32430)

2024-08-08 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 b7c169decc2 Use CaseInsensitiveMap o

Re: [PR] Use CaseInsensitiveMap on ShardingSphereDatabase [shardingsphere]

2024-08-08 Thread via GitHub
taojintianxia merged PR #32430: URL: https://github.com/apache/shardingsphere/pull/32430 -- 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

Re: [PR] Add extract combine left select in extractFromSelectStatementWithoutProjection method [shardingsphere]

2024-08-08 Thread via GitHub
FlyingZC merged PR #32429: URL: https://github.com/apache/shardingsphere/pull/32429 -- 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-unsubs

(shardingsphere) branch master updated: Add extract combine left select in extractFromSelectStatementWithoutProjection method (#32429)

2024-08-08 Thread chengzhang
This is an automated email from the ASF dual-hosted git repository. chengzhang 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 6ff98244899 Add extract combine left

[PR] For codes format [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu opened a new pull request, #32431: URL: https://github.com/apache/shardingsphere/pull/32431 (no comment) -- 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 unsubs

(shardingsphere) branch master updated: For codes format (#32431)

2024-08-08 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 0a8029e98dd For codes format (#32431

Re: [PR] For codes format [shardingsphere]

2024-08-08 Thread via GitHub
taojintianxia merged PR #32431: URL: https://github.com/apache/shardingsphere/pull/32431 -- 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

Re: [I] Difficult to drop readwrite_splitting rule with DistSQL [shardingsphere]

2024-08-08 Thread via GitHub
RaigorJiang closed issue #24779: Difficult to drop readwrite_splitting rule with DistSQL URL: https://github.com/apache/shardingsphere/issues/24779 -- 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

[PR] Use Collection instead of CaseInsensitiveSet on TableMapperRuleAttribute's impl [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu opened a new pull request, #32432: URL: https://github.com/apache/shardingsphere/pull/32432 (no comment) -- 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 unsubs

Re: [PR] Use Collection instead of CaseInsensitiveSet on TableMapperRuleAttribute's impl [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu merged PR #32432: URL: https://github.com/apache/shardingsphere/pull/32432 -- 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: Use Collection instead of CaseInsensitiveSet on TableMapperRuleAttribute's impl (#32432)

2024-08-08 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 29e7e88595c Use Collection instead o

[GH] (shardingsphere): Workflow run "Nightly - Build" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "Nightly - Build" on shardingsphere.git has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: 0a8029e98dd8f99549c90e0378b8c725dd79a137 / Liang Zhang For codes format (#32431) Report URL: https://github.com/apache/sharding

[GH] (shardingsphere): Workflow run "Nightly - SQL parser loading from external cases" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "Nightly - SQL parser loading from external cases" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 29e7e88595c2ec2edd699c0d4fa0f086c74a14a8 / Liang Zhang Use Collection instead of CaseInsensitiveSet on

[GH] (shardingsphere): Workflow run "Nightly - CI" is working again!

2024-08-08 Thread GitBox
The GitHub Actions job "Nightly - CI" on shardingsphere.git has succeeded. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 29e7e88595c2ec2edd699c0d4fa0f086c74a14a8 / Liang Zhang Use Collection instead of CaseInsensitiveSet on TableMapperRuleAttribute'

Re: [I] Can the view be decrypted and queried? After shardingproxy encrypts the table, this table has a view. Querying the view does not support decryption, right? [shardingsphere]

2024-08-08 Thread via GitHub
github-actions[bot] commented on issue #32228: URL: https://github.com/apache/shardingsphere/issues/32228#issuecomment-2276565370 There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. -- This is an automated message f

[GH] (shardingsphere): Workflow run "Nightly - E2E SQL" is working again!

2024-08-08 Thread GitBox
The GitHub Actions job "Nightly - E2E SQL" on shardingsphere.git has succeeded. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: 29e7e88595c2ec2edd699c0d4fa0f086c74a14a8 / Liang Zhang Use Collection instead of CaseInsensitiveSet on TableMapperRuleAttri

[GH] (shardingsphere): Workflow run "Nightly - E2E Operation" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "Nightly - E2E Operation" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 29e7e88595c2ec2edd699c0d4fa0f086c74a14a8 / Liang Zhang Use Collection instead of CaseInsensitiveSet on TableMapperRuleA

Re: [PR] support reserved word parse in parser engine. [shardingsphere]

2024-08-08 Thread via GitHub
strongduanmu merged PR #32422: URL: https://github.com/apache/shardingsphere/pull/32422 -- 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

Re: [I] use mysql reserved word as a column name in hibernate with ShardingSphere-JDBC cause an exception [shardingsphere]

2024-08-08 Thread via GitHub
strongduanmu closed issue #32283: use mysql reserved word as a column name in hibernate with ShardingSphere-JDBC cause an exception URL: https://github.com/apache/shardingsphere/issues/32283 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

(shardingsphere) branch master updated: support reserved word parse in parser engine. (#32422)

2024-08-08 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 0ca5aeb5502 support reserved wor

Re: [I] How to dynamically adding jobs [shardingsphere-elasticjob]

2024-08-08 Thread via GitHub
weiro-9-w7 commented on issue #2415: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2415#issuecomment-2276982767 @linghengqian Thanks! I think so too. I viewed an official mention that version 3.1 will support it. -- This is an automated message from the Apa

Re: [I] How to dynamically adding jobs [shardingsphere-elasticjob]

2024-08-08 Thread via GitHub
linghengqian commented on issue #2415: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2415#issuecomment-2276986228 -I will say that I do not believe the next version will be 3.1.0, and there are currently no committers or PPMCs writing for a potential next version. The nex

[I] Loosen the database type validation logic supported by DatabaseTypeChecker. [shardingsphere]

2024-08-08 Thread via GitHub
fanpipi opened a new issue, #32433: URL: https://github.com/apache/shardingsphere/issues/32433 ## Question When I attempt to adapt a new database type, even if I implement the corresponding DatabaseType and DataSourceMetaData in the introduced extension package, it fails to pass the data

[I] Loosen the database type validation logic supported by DatabaseTypeChecker. [shardingsphere]

2024-08-08 Thread via GitHub
fanpipi opened a new issue, #32434: URL: https://github.com/apache/shardingsphere/issues/32434 ## Question When I attempt to adapt a new database type, even if I implement the corresponding DatabaseType and DataSourceMetaData in the introduced extension package, it fails to pass the data

Re: [I] Loosen the database type validation logic supported by DatabaseTypeChecker. [shardingsphere]

2024-08-08 Thread via GitHub
fanpipi closed issue #32434: Loosen the database type validation logic supported by DatabaseTypeChecker. URL: https://github.com/apache/shardingsphere/issues/32434 -- 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

Re: [I] Loosen the database type validation logic supported by DatabaseTypeChecker. [shardingsphere]

2024-08-08 Thread via GitHub
fanpipi closed issue #32434: Loosen the database type validation logic supported by DatabaseTypeChecker. URL: https://github.com/apache/shardingsphere/issues/32434 -- 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

Re: [I] Loosen the database type validation logic supported by DatabaseTypeChecker. [shardingsphere]

2024-08-08 Thread via GitHub
fanpipi closed issue #32434: Loosen the database type validation logic supported by DatabaseTypeChecker. URL: https://github.com/apache/shardingsphere/issues/32434 -- 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

Re: [I] Loosen the database type validation logic supported by DatabaseTypeChecker. [shardingsphere]

2024-08-08 Thread via GitHub
fanpipi closed issue #32434: Loosen the database type validation logic supported by DatabaseTypeChecker. URL: https://github.com/apache/shardingsphere/issues/32434 -- 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

Re: [PR] Scan and create aggregation Jacoco report for ShardingSphere [shardingsphere]

2024-08-08 Thread via GitHub
taojintianxia commented on code in PR #32396: URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1710580900 ## pom.xml: ## @@ -1005,6 +1005,97 @@ maven-failsafe-plugin + +org.jacoco +

Re: [PR] Scan and create aggregation Jacoco report for ShardingSphere [shardingsphere]

2024-08-08 Thread via GitHub
taojintianxia commented on code in PR #32396: URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1710581421 ## .github/workflows/jacoco.yml: ## @@ -0,0 +1,51 @@ +name: Coverage + +on: [push, pull_request] + +jobs: + build: +runs-on: ubuntu-latest +step

Re: [PR] Scan and create aggregation Jacoco report for ShardingSphere [shardingsphere]

2024-08-08 Thread via GitHub
taojintianxia commented on code in PR #32396: URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1710582574 ## .github/workflows/jacoco.yml: ## @@ -0,0 +1,51 @@ +name: Coverage + +on: [push, pull_request] + +jobs: + build: +runs-on: ubuntu-latest +step

[GH] (shardingsphere): Workflow run "CI" failed!

2024-08-08 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user AkaLrz (triggered by taojintianxia). Head commit for run: b5ce449d03d0eb97bcd18bed863340add52500b9 / AkaLrz Add details on script Report URL: https://github.com/apache/shardingsphere/actions/runs/103124237

[PR] Refactor RuleConfigurationPersistDecorateEngine [shardingsphere]

2024-08-08 Thread via GitHub
RaigorJiang opened a new pull request, #32435: URL: https://github.com/apache/shardingsphere/pull/32435 Fix SPI type not match in RuleConfigurationPersistDecorator -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GH] (shardingsphere): Workflow run "CI" is working again!

2024-08-08 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user RaigorJiang (triggered by RaigorJiang). Head commit for run: 0450848eb38e541e312e5b2afda16dbbf45be3d0 / RaigorJiang Refactor RuleConfigurationPersistDecorateEngine Report URL: https://github.com/apache/

Re: [PR] Scan and create aggregation Jacoco report for ShardingSphere [shardingsphere]

2024-08-08 Thread via GitHub
taojintianxia commented on code in PR #32396: URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1710616655 ## .github/workflows/ci.yml: ## @@ -85,4 +85,4 @@ jobs: distribution: 'temurin' java-version: 8 - name: Run Tests with JDK 8

Re: [PR] Scan and create aggregation Jacoco report for ShardingSphere [shardingsphere]

2024-08-08 Thread via GitHub
AkaLrz commented on code in PR #32396: URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1710622512 ## .github/workflows/ci.yml: ## @@ -85,4 +85,4 @@ jobs: distribution: 'temurin' java-version: 8 - name: Run Tests with JDK 8 -

Re: [PR] Scan and create aggregation Jacoco report for ShardingSphere [shardingsphere]

2024-08-08 Thread via GitHub
AkaLrz commented on code in PR #32396: URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1710623056 ## pom.xml: ## @@ -1005,6 +1005,97 @@ maven-failsafe-plugin + +org.jacoco +

(shardingsphere) branch master updated (0ca5aeb5502 -> bb463f4238c)

2024-08-08 Thread jiangmaolin
This is an automated email from the ASF dual-hosted git repository. jiangmaolin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from 0ca5aeb5502 support reserved word parse in parser engine. (#32422) add bb463f4238c Refactor RuleConf

Re: [PR] Scan and create aggregation Jacoco report for ShardingSphere [shardingsphere]

2024-08-08 Thread via GitHub
AkaLrz commented on code in PR #32396: URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1710627460 ## .github/workflows/jacoco.yml: ## @@ -0,0 +1,51 @@ +name: Coverage + +on: [push, pull_request] + +jobs: + build: +runs-on: ubuntu-latest +steps: +

Re: [PR] Refactor RuleConfigurationPersistDecorateEngine [shardingsphere]

2024-08-08 Thread via GitHub
jiangML merged PR #32435: URL: https://github.com/apache/shardingsphere/pull/32435 -- 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

Re: [I] Loosen the database type validation logic supported by DatabaseTypeChecker. [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu commented on issue #32433: URL: https://github.com/apache/shardingsphere/issues/32433#issuecomment-2277101870 For dev problem, we can move it to discussions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] Loosen the database type validation logic supported by DatabaseTypeChecker. [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu closed issue #32433: Loosen the database type validation logic supported by DatabaseTypeChecker. URL: https://github.com/apache/shardingsphere/issues/32433 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] Can the view be decrypted and queried? After shardingproxy encrypts the table, this table has a view. Querying the view does not support decryption, right? [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu closed issue #32228: Can the view be decrypted and queried? After shardingproxy encrypts the table, this table has a view. Querying the view does not support decryption, right? URL: https://github.com/apache/shardingsphere/issues/32228 -- This is an automated message from the Apach

Re: [PR] Scan and create aggregation Jacoco report for ShardingSphere [shardingsphere]

2024-08-08 Thread via GitHub
taojintianxia commented on code in PR #32396: URL: https://github.com/apache/shardingsphere/pull/32396#discussion_r1710739740 ## .github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh: ## @@ -0,0 +1,107 @@ +#!/bin/bash + +# Get file directory and out

[PR] Refactor DatabaseConnector [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu opened a new pull request, #32437: URL: https://github.com/apache/shardingsphere/pull/32437 (no comment) -- 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 unsubs

(shardingsphere) branch master updated: Refactor DatabaseConnector (#32437)

2024-08-08 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 47adae5d92a Refactor DatabaseCon

Re: [PR] Refactor DatabaseConnector [shardingsphere]

2024-08-08 Thread via GitHub
strongduanmu merged PR #32437: URL: https://github.com/apache/shardingsphere/pull/32437 -- 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

[PR] Refactor DatabaseConnector [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu opened a new pull request, #32438: URL: https://github.com/apache/shardingsphere/pull/32438 (no comment) -- 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 unsubs

Re: [PR] Refactor DatabaseConnector [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu merged PR #32438: URL: https://github.com/apache/shardingsphere/pull/32438 -- 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: Refactor DatabaseConnector (#32438)

2024-08-08 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 ec920877b15 Refactor DatabaseConnect

[PR] Refactor DatabaseConnector [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu opened a new pull request, #32439: URL: https://github.com/apache/shardingsphere/pull/32439 (no comment) -- 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 unsubs

Re: [PR] Refactor DatabaseConnector [shardingsphere]

2024-08-08 Thread via GitHub
terrymanu merged PR #32439: URL: https://github.com/apache/shardingsphere/pull/32439 -- 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: Refactor DatabaseConnector (#32439)

2024-08-08 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 4c2d2828c0e Refactor DatabaseConnect