[GH] (shardingsphere/master): Workflow run "Nightly - Check" failed!

2025-04-17 Thread GitBox
The GitHub Actions job "Nightly - Check" on shardingsphere.git/master has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: a0b6807f7765990ec9af18cce20d735bb5de6c91 / ZhangCheng Add insert statement assignments bind (#35213) Report URL: https://

Re: [PR] Fix the error message of AlgorithmInitializationException [shardingsphere]

2025-04-17 Thread via GitHub
FlyingZC merged PR #35215: URL: https://github.com/apache/shardingsphere/pull/35215 -- 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

Re: [PR] Fix the error message of AlgorithmExecuteException [shardingsphere]

2025-04-17 Thread via GitHub
jiangML merged PR #35216: URL: https://github.com/apache/shardingsphere/pull/35216 -- 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: [PR] Enhance parsing the Doris create materialized view [shardingsphere]

2025-04-17 Thread via GitHub
jay841224 commented on PR #34943: URL: https://github.com/apache/shardingsphere/pull/34943#issuecomment-2814387484 Hi @iamhucong can you review this pr -- 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 g

[PR] Fix the error message of AlgorithmExecuteException [shardingsphere]

2025-04-17 Thread via GitHub
RaigorJiang opened a new pull request, #35216: URL: https://github.com/apache/shardingsphere/pull/35216 Refer to #35215. -- 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.

(shardingsphere) branch master updated: Fix the error message of AlgorithmInitializationException (#35215)

2025-04-17 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 fb2f599b96c Fix the error message of

Re: [I] The message of AlgorithmInitializationException is inaccurate [shardingsphere]

2025-04-17 Thread via GitHub
FlyingZC closed issue #35214: The message of AlgorithmInitializationException is inaccurate URL: https://github.com/apache/shardingsphere/issues/35214 -- 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

Re: [I] org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database.UnknownDatabaseException [shardingsphere]

2025-04-17 Thread via GitHub
RaigorJiang commented on issue #35195: URL: https://github.com/apache/shardingsphere/issues/35195#issuecomment-2814212914 > Thank you, I can't use what you said, not just MySQL. All databases need to be considered, so I guess I can only make some changes to the source code to be compatible

[GH] (shardingsphere-plugin/main): Workflow run "CI" failed!

2025-04-17 Thread GitBox
The GitHub Actions job "CI" on shardingsphere-plugin.git/main has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: bcd5cb416e1e1efad2ba88b0651ee4501001f75a / Cong Hu Merge pull request #48 from strongduanmu/dev-0224 Fix build error caused by Sha

[GH] (shardingsphere/master): Workflow run "Schedule - Report" is working again!

2025-04-17 Thread GitBox
The GitHub Actions job "Schedule - Report" on shardingsphere.git/master has succeeded. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: a0b6807f7765990ec9af18cce20d735bb5de6c91 / ZhangCheng Add insert statement assignments bind (#35213) Report URL: h

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

2025-04-17 Thread GitBox
The GitHub Actions job "Nightly - Build" on shardingsphere.git/master has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: a0b6807f7765990ec9af18cce20d735bb5de6c91 / ZhangCheng Add insert statement assignments bind (#35213) Report URL: https://

[GH] (shardingsphere/master): Workflow run "Schedule - Report" failed!

2025-04-17 Thread GitBox
The GitHub Actions job "Schedule - Report" on shardingsphere.git/master has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: a0b6807f7765990ec9af18cce20d735bb5de6c91 / ZhangCheng Add insert statement assignments bind (#35213) Report URL: http

Re: [I] org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database.UnknownDatabaseException [shardingsphere]

2025-04-17 Thread via GitHub
dingqianwen commented on issue #35195: URL: https://github.com/apache/shardingsphere/issues/35195#issuecomment-2813274976 > 你好,[@dingqianwen](https://github.com/dingqianwen) 您没有提供 SQL 语句,但我猜您执行了`select xxx from db_1.tableName;` > > 在ShardingSphere中,`db`in`db.table`被识别为逻辑数据库,所以会出现您所描述

Re: [I] org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database.UnknownDatabaseException [shardingsphere]

2025-04-17 Thread via GitHub
dingqianwen commented on issue #35195: URL: https://github.com/apache/shardingsphere/issues/35195#issuecomment-2813334605 > [@dingqianwen](https://github.com/dingqianwen) I noticed that you are using MySQL database. You can register two schemas (as storage units) in the same logical databa

Re: [I] does shardingsphere-jdbc still support TransactionHook? [shardingsphere]

2025-04-17 Thread via GitHub
BourneD commented on issue #35198: URL: https://github.com/apache/shardingsphere/issues/35198#issuecomment-2813321930 I found a tricky way to solve it. I implement two SPI interfaces CustomDriverState and CustomTransactionHook, and I wrap ShardingSphereConnection and CustomTransactionHook

Re: [I] org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database.UnknownDatabaseException [shardingsphere]

2025-04-17 Thread via GitHub
RaigorJiang commented on issue #35195: URL: https://github.com/apache/shardingsphere/issues/35195#issuecomment-2813305787 @dingqianwen I noticed that you are using MySQL database. You can register two schemas (as storage units) in the same logical database and load the tables on these

Re: [PR] Add insert statement assignments bind [shardingsphere]

2025-04-17 Thread via GitHub
strongduanmu merged PR #35213: URL: https://github.com/apache/shardingsphere/pull/35213 -- 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] org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database.UnknownDatabaseException [shardingsphere]

2025-04-17 Thread via GitHub
dingqianwen commented on issue #35195: URL: https://github.com/apache/shardingsphere/issues/35195#issuecomment-2813276795 > > 你好,[@dingqianwen](https://github.com/dingqianwen)您没有提供SQL语句,但我猜您执行了`select xxx from db_1.tableName;` > > 在ShardingSphere中,`db`在`db.table`被识别为逻辑数据库中,所以会出现您所描述的异常。

Re: [I] org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database.UnknownDatabaseException [shardingsphere]

2025-04-17 Thread via GitHub
RaigorJiang commented on issue #35195: URL: https://github.com/apache/shardingsphere/issues/35195#issuecomment-2813263662 Hi, @dingqianwen You did not provide the SQL statement, but I guess you executed `select xxx from db_1.tableName;` In ShardingSphere, the `db` in `db.table` i

[PR] Fix the error message of AlgorithmInitializationException [shardingsphere]

2025-04-17 Thread via GitHub
RaigorJiang opened a new pull request, #35215: URL: https://github.com/apache/shardingsphere/pull/35215 Fixes #35214 ### Before https://github.com/user-attachments/assets/af1a2942-d806-4a60-90a3-174e909dc68e"; /> ### After https://github.com/user-attachments/assets/50479b

[I] The message of AlgorithmInitializationException is inaccurate [shardingsphere]

2025-04-17 Thread via GitHub
RaigorJiang opened a new issue, #35214: URL: https://github.com/apache/shardingsphere/issues/35214 ### Which version of ShardingSphere did you use? 5.5.3-SNAPSHOT master a0b6807f7765990ec9af18cce20d735bb5de6c91 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Pro

(shardingsphere) branch master updated: Add insert statement assignments bind (#35213)

2025-04-17 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 a0b6807f776 Add insert statement

[PR] Add insert statement assignments bind [shardingsphere]

2025-04-17 Thread via GitHub
FlyingZC opened a new pull request, #35213: URL: https://github.com/apache/shardingsphere/pull/35213 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

Re: [I] Operation not allowed after ResultSet closed when using SQLFederationEngine [shardingsphere]

2025-04-17 Thread via GitHub
zhaojinchao95 closed issue #33363: Operation not allowed after ResultSet closed when using SQLFederationEngine URL: https://github.com/apache/shardingsphere/issues/33363 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Decouple MySQL dependencies on ProjectionsContextTest [shardingsphere]

2025-04-17 Thread via GitHub
terrymanu merged PR #35207: URL: https://github.com/apache/shardingsphere/pull/35207 -- 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: Fix Operation not allowed after ResultSet closed exception when use sql federation (#35206)

2025-04-17 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 8c0783fd074 Fix Operation not allow

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

2025-04-17 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git/dev-0417 has succeeded. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 0f87ff9217efc1a0393be898f2debf8e52415dcb / duanzhengqiang Fix Operation not allowed after ResultSet closed exception whe

Re: [PR] Fix Operation not allowed after ResultSet closed exception when use sql federation [shardingsphere]

2025-04-17 Thread via GitHub
strongduanmu commented on PR #35206: URL: https://github.com/apache/shardingsphere/pull/35206#issuecomment-2812016535 https://github.com/user-attachments/assets/b1e37011-44f2-4f9c-9ca8-05d6507ec70c"; /> -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [I] Operation not allowed after ResultSet closed when using SQLFederationEngine [shardingsphere]

2025-04-17 Thread via GitHub
strongduanmu commented on issue #33363: URL: https://github.com/apache/shardingsphere/issues/33363#issuecomment-2812022835 Hi @wjjboy, sorry for late reply. I have fix this bug, you can try with master branch. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Fix Operation not allowed after ResultSet closed exception when use sql federation [shardingsphere]

2025-04-17 Thread via GitHub
zhaojinchao95 merged PR #35206: URL: https://github.com/apache/shardingsphere/pull/35206 -- 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

[PR] Decouple MySQL dependencies on proxy-backend-core module [shardingsphere]

2025-04-17 Thread via GitHub
terrymanu opened a new pull request, #35210: URL: https://github.com/apache/shardingsphere/pull/35210 (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