[GH] (shardingsphere): Workflow run "Required - Check" is working again!

2024-06-12 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has succeeded. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: 631270350f788fb0bea6e330281d2774dcb54304 / linghengqian Add GraalVM Reachability Metadata and corresponding nativeTest for Hi

[PR] verify the functions involved in #31546 and add test cases [shardingsphere]

2024-06-12 Thread via GitHub
yesAnd92 opened a new pull request, #31665: URL: https://github.com/apache/shardingsphere/pull/31665 Fixes #31546 . Changes proposed in this pull request: - - I've verified all sql can be parsed by the parsor normally,and table field parameters in methods are accurately mapped

[GH] (shardingsphere): Workflow run "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: 631270350f788fb0bea6e330281d2774dcb54304 / linghengqian Add GraalVM Reachability Metadata and corresponding

[PR] Add : make tests end with IT as test case in CI (#31634) [shardingsphere]

2024-06-12 Thread via GitHub
taojintianxia opened a new pull request, #31666: URL: https://github.com/apache/shardingsphere/pull/31666 Fixes #31634 Changes proposed in this pull request: - make tests end with IT as test case in CI (#31634) --- Before committing this PR, I'm sure that I have chec

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

2024-06-12 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 1d057cce63651eb0f7b02b03c2cbb970da00529d / 孙念君 Nianjun Sun Add : make tests end with IT as test case in CI (#31634) Report URL: https://git

Re: [PR] Refactor DriverPushDownExecutor [shardingsphere]

2024-06-12 Thread via GitHub
strongduanmu merged PR #31664: URL: https://github.com/apache/shardingsphere/pull/31664 -- 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: Refactor DriverPushDownExecutor (#31664)

2024-06-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 6190a7036f2 Refactor DriverPushD

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

2024-06-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: 4d24eff159ad726354aba1dda9ace08459772f3b / zhangliang Refactor DriverPushDownExecuteUpdateExecutor Report URL: https://github.com/apache/sharding

Re: [PR] Add : make tests end with IT as test case in CI (#31634) [shardingsphere]

2024-06-12 Thread via GitHub
taojintianxia commented on PR #31666: URL: https://github.com/apache/shardingsphere/pull/31666#issuecomment-2162408363 https://github.com/apache/shardingsphere/assets/4112856/eb909996-1c8a-4226-bc1c-2fb908e6fa17";> -- This is an automated message from the Apache Git Service. To respond

Re: [I] How to resolve problem that java.sql.SQLException: Please check your sharding conditions 'ShardingConditions(conditions=[ShardingCondition(values=[t_ent_order_item.order_id = 2], startIndex=0)

2024-06-12 Thread via GitHub
JianfeiMa commented on issue #31647: URL: https://github.com/apache/shardingsphere/issues/31647#issuecomment-2162420255 问题原因是: 当分片表规则配置的实际数据节点是这样demo_ds_${0,1}.t_order_${[0, 1]}的时候,最终会拆分成笛卡尔乘积,所以在查询的时候会分别查询两个数据的两个表,但是当插入数据的时候就抛出以上错误,当我改成demo_ds_${0}.t_order_${[0, 1]}再次插入数据的时候就不会抛出异常了;如果

Re: [I] Add RepositoryTupleSwapperEngineIT's impl cases into mvn install and Github action CI [shardingsphere]

2024-06-12 Thread via GitHub
taojintianxia commented on issue #31634: URL: https://github.com/apache/shardingsphere/issues/31634#issuecomment-2162425770 Intentionally modifying the assert of ShardingConfigurationRepositoryTupleSwapperEngineIT to failed, the screen shot shows that test cases with an IT suffix will also

[GH] (shardingsphere): Workflow run "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e07135ac109df1aebbb3ac65c0f6713de2ef4321 / linghengqian Add GraalVM Reachability Metadata and corresponding

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

2024-06-12 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: bbd1a299ee0118ccf792579e4bdd52c8d5700a62 / 孙念君 Nianjun Sun Add : make tests end with Test as test case in CI (#31634) Report URL: https://g

Re: [I] Add RepositoryTupleSwapperEngineIT's impl cases into mvn install and Github action CI [shardingsphere]

2024-06-12 Thread via GitHub
taojintianxia commented on issue #31634: URL: https://github.com/apache/shardingsphere/issues/31634#issuecomment-2162481229 Intentionally modifying the assert of ShardingConstraintReviserTest to failed, the screen shot shows that test cases with an Test suffix will run. https://githu

[I] How to configure shardingsphere to support BASE transaction model with Seata? [shardingsphere]

2024-06-12 Thread via GitHub
bobbyz007 opened a new issue, #31667: URL: https://github.com/apache/shardingsphere/issues/31667 ## Question There's no official sample of this kind, I have configured the following but can't rollback, so could anyone provide a sample? thx. shardingsphere: 5.5.0 seata: 2.1.0 ```

[GH] (shardingsphere): Workflow run "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e07135ac109df1aebbb3ac65c0f6713de2ef4321 / linghengqian Add GraalVM Reachability Metadata and corresponding

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: bbd1a299ee0118ccf792579e4bdd52c8d5700a62 / 孙念君 Nianjun Sun Add : make tests end with Test as test case in CI (#31634) Report URL: ht

Re: [PR] Add : make tests end with IT as test case in CI (#31634) [shardingsphere]

2024-06-12 Thread via GitHub
taojintianxia closed pull request #31666: Add : make tests end with IT as test case in CI (#31634) URL: https://github.com/apache/shardingsphere/pull/31666 -- 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 "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e07135ac109df1aebbb3ac65c0f6713de2ef4321 / linghengqian Add GraalVM Reachability Metadata and corresponding

[GH] (shardingsphere): Workflow run "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e07135ac109df1aebbb3ac65c0f6713de2ef4321 / linghengqian Add GraalVM Reachability Metadata and corresponding

Re: [PR] Revert #15409 to save driverClassName related properties [shardingsphere]

2024-06-12 Thread via GitHub
linghengqian merged PR #31653: URL: https://github.com/apache/shardingsphere/pull/31653 -- 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] ShardingSphere-jdbc5.4.0 driverClassName: org.mariadb.jdbc.Driver does not take effect. [shardingsphere]

2024-06-12 Thread via GitHub
linghengqian closed issue #27921: ShardingSphere-jdbc5.4.0 driverClassName: org.mariadb.jdbc.Driver does not take effect. URL: https://github.com/apache/shardingsphere/issues/27921 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

(shardingsphere) branch master updated: Revert #15409 to save driverClassName related properties (#31653)

2024-06-12 Thread linghengqian
This is an automated email from the ASF dual-hosted git repository. linghengqian 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 6ec8e4290be Revert #15409 to save

[PR] Remove useless DriverPushDownExecutor [shardingsphere]

2024-06-12 Thread via GitHub
terrymanu opened a new pull request, #31668: URL: https://github.com/apache/shardingsphere/pull/31668 (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

[GH] (shardingsphere): Workflow run "Required - Check" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: bd855520186027e3952548a34838bb98fa3cb248 / zhangliang Remove useless DriverPushDownExecutor Report URL: https://github.com/apache/shar

Re: [I] An error occurs after use shadingsphere-jdbc [shardingsphere]

2024-06-12 Thread via GitHub
linghengqian commented on issue #31618: URL: https://github.com/apache/shardingsphere/issues/31618#issuecomment-2162624100 - @lcjing Since you didn't provide unit tests, you need to manually compile the master branch to test it. ```shell sdk install java 22.0.1-graalce sdk use

[PR] OracleDatabaseMetaData add datatype NUMBER. [shardingsphere]

2024-06-12 Thread via GitHub
iamhucong opened a new pull request, #31669: URL: https://github.com/apache/shardingsphere/pull/31669 --- Before committing this PR, I'm sure that I have checked the following options: - [ ] My code follows the [code of conduct](https://shardingsphere.apache.org/community/

Re: [I] ComplexKeysShardingAlgorithm 复合分片算法,不支持多列不同类型的值。 [shardingsphere]

2024-06-12 Thread via GitHub
yililiangbaikai commented on issue #6526: URL: https://github.com/apache/shardingsphere/issues/6526#issuecomment-2162640193 所以怎么解决复合分片键值类型不一样的问题? -- 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

[GH] (shardingsphere): Workflow run "Required - Check" is working again!

2024-06-12 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has succeeded. Run started by GitHub user iamhucong (triggered by iamhucong). Head commit for run: 212faee55ff39da0808d763cff80d734b365ef1c / Cong Hu OracleDatabaseMetaData add datatype NUMBER. Report URL: https://github.com/apach

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

2024-06-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: bd855520186027e3952548a34838bb98fa3cb248 / zhangliang Remove useless DriverPushDownExecutor Report URL: https://github.com/apache/shardingsphere/act

[GH] (shardingsphere): Workflow run "Required - Check" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 3181727e29142772358fe76c47245dcd84443b53 / zhangliang Remove useless DriverPushDownExecutor Report URL: https://github.com/apache/shar

Re: [PR] Remove useless DriverPushDownExecutor [shardingsphere]

2024-06-12 Thread via GitHub
terrymanu merged PR #31668: URL: https://github.com/apache/shardingsphere/pull/31668 -- 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

[GH] (shardingsphere): Workflow run "Required - Check" is working again!

2024-06-12 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 3195da1e571368db66be1e13e6a8902e989aeeaa / zhangliang Remove useless DriverPushDownExecutor Report URL: https://github.com/apache/s

(shardingsphere) branch master updated: Remove useless DriverPushDownExecutor (#31668)

2024-06-12 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 f9787bc65e1 Remove useless DriverPus

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

2024-06-12 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user iamhucong (triggered by iamhucong). Head commit for run: 212faee55ff39da0808d763cff80d734b365ef1c / Cong Hu OracleDatabaseMetaData add datatype NUMBER. Report URL: https://github.com/apache/shardingsphe

[PR] Make failsafe plugin in the root pom to trigger all test cases end with suffix IT [shardingsphere]

2024-06-12 Thread via GitHub
taojintianxia opened a new pull request, #31670: URL: https://github.com/apache/shardingsphere/pull/31670 Fixes #31634 Changes proposed in this pull request: - failsafe plugin in the root pom to trigger all test cases end with suffix IT --- Before committing this PR

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

2024-06-12 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 0569c6d8609fc447f07eb4bfa859709f23c9507a / 孙念君 Nianjun Sun Refactor : make the failsafe plugin in the root pom Report URL: https://github.c

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user iamhucong (triggered by iamhucong). Head commit for run: 212faee55ff39da0808d763cff80d734b365ef1c / Cong Hu OracleDatabaseMetaData add datatype NUMBER. Report URL: https://github.com/apache/shard

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 3195da1e571368db66be1e13e6a8902e989aeeaa / zhangliang Remove useless DriverPushDownExecutor Report URL: https://github.com/apache/shardingsph

[PR] Refactor ShardingSpherePreparedStatement [shardingsphere]

2024-06-12 Thread via GitHub
terrymanu opened a new pull request, #31671: URL: https://github.com/apache/shardingsphere/pull/31671 (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] OracleDatabaseMetaData add datatype NUMBER. [shardingsphere]

2024-06-12 Thread via GitHub
strongduanmu merged PR #31669: URL: https://github.com/apache/shardingsphere/pull/31669 -- 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: OracleDatabaseMetaData add datatype NUMBER. (#31669)

2024-06-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 c2757ee8c48 OracleDatabaseMetaDa

[GH] (shardingsphere): Workflow run "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e07135ac109df1aebbb3ac65c0f6713de2ef4321 / linghengqian Add GraalVM Reachability Metadata and corresponding

Re: [PR] Refactor ShardingSpherePreparedStatement [shardingsphere]

2024-06-12 Thread via GitHub
taojintianxia merged PR #31671: URL: https://github.com/apache/shardingsphere/pull/31671 -- 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 ShardingSpherePreparedStatement (#31671)

2024-06-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 01305fceedf Refactor ShardingSphereP

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: 0569c6d8609fc447f07eb4bfa859709f23c9507a / 孙念君 Nianjun Sun Refactor : make the failsafe plugin in the root pom Report URL: https://g

[PR] Refactor ShardingSpherePreparedStatement [shardingsphere]

2024-06-12 Thread via GitHub
terrymanu opened a new pull request, #31672: URL: https://github.com/apache/shardingsphere/pull/31672 (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 ShardingSpherePreparedStatement [shardingsphere]

2024-06-12 Thread via GitHub
zhaojinchao95 merged PR #31672: URL: https://github.com/apache/shardingsphere/pull/31672 -- 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 ShardingSpherePreparedStatement (#31672)

2024-06-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 c60967804c3 Refactor ShardingSphere

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

2024-06-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: fcbe3158587ed74d2aaef9d7a661ab155e504b46 / zhangliang Refactor ShardingSpherePreparedStatement Report URL: https://github.com/apache/shardingsphe

[PR] Move package of DriverExecuteBatchExecutor [shardingsphere]

2024-06-12 Thread via GitHub
terrymanu opened a new pull request, #31673: URL: https://github.com/apache/shardingsphere/pull/31673 (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] Move package of DriverExecuteBatchExecutor [shardingsphere]

2024-06-12 Thread via GitHub
taojintianxia merged PR #31673: URL: https://github.com/apache/shardingsphere/pull/31673 -- 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: Move package of DriverExecuteBatchExecutor (#31673)

2024-06-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 f8511103247 Move package of DriverEx

Re: [I] An error occurs after use shadingsphere-jdbc [shardingsphere]

2024-06-12 Thread via GitHub
lcjing commented on issue #31618: URL: https://github.com/apache/shardingsphere/issues/31618#issuecomment-2162786720 ok, I'll got it try -- 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 speci

[GH] (shardingsphere): Workflow run "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e07135ac109df1aebbb3ac65c0f6713de2ef4321 / linghengqian Add GraalVM Reachability Metadata and corresponding

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: fcbe3158587ed74d2aaef9d7a661ab155e504b46 / zhangliang Refactor ShardingSpherePreparedStatement Report URL: https://github.com/apache/sharding

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: a2f7d20105e5c026810b4f3cde16c9b53251b448 / zhangliang Refactor ShardingSpherePreparedStatement Report URL: https://github.com/apache/shard

[GH] (shardingsphere): Workflow run "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e07135ac109df1aebbb3ac65c0f6713de2ef4321 / linghengqian Add GraalVM Reachability Metadata and corresponding

[GH] (shardingsphere): Workflow run "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e07135ac109df1aebbb3ac65c0f6713de2ef4321 / linghengqian Add GraalVM Reachability Metadata and corresponding

[GH] (shardingsphere): Workflow run "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e07135ac109df1aebbb3ac65c0f6713de2ef4321 / linghengqian Add GraalVM Reachability Metadata and corresponding

[GH] (shardingsphere): Workflow run "NativeTest CI - GraalVM Native Image" failed!

2024-06-12 Thread GitBox
The GitHub Actions job "NativeTest CI - GraalVM Native Image" on shardingsphere.git has failed. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: e07135ac109df1aebbb3ac65c0f6713de2ef4321 / linghengqian Add GraalVM Reachability Metadata and corresponding

[I] SQL parser engine has error while parsing index hints for Apache Doris. [shardingsphere]

2024-06-12 Thread via GitHub
HAibiiin opened a new issue, #31674: URL: https://github.com/apache/shardingsphere/issues/31674 When I deal with this [issue:30966](https://github.com/apache/shardingsphere/issues/30966).Know about the Apache Doris is compatible with MySQL. In this [issue:30966](https://github.com/a

[PR] Fix the error in parsing the Doris query with index hints. [shardingsphere]

2024-06-12 Thread via GitHub
HAibiiin opened a new pull request, #31675: URL: https://github.com/apache/shardingsphere/pull/31675 Fixes #31674 . Changes proposed in this pull request: - Modify DMLStatement.g4 about Doris, reference this [PR:31643](https://github.com/apache/shardingsphere/pull/31643).

[PR] Refactor ShardingSphereResultSet [shardingsphere]

2024-06-12 Thread via GitHub
terrymanu opened a new pull request, #31676: URL: https://github.com/apache/shardingsphere/pull/31676 (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 ShardingSphereResultSet [shardingsphere]

2024-06-12 Thread via GitHub
RaigorJiang merged PR #31676: URL: https://github.com/apache/shardingsphere/pull/31676 -- 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: Refactor ShardingSphereResultSet (#31676)

2024-06-12 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 1609d7f606c Refactor ShardingSpher

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

2024-06-12 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: f851110324784f1e158d25a10ee97dc41a867612 / Liang Zhang Move package of DriverExecuteBatchExecutor (#31673) Report URL: https://

[PR] Add SelectStatementContext.containsDerivedProjections [shardingsphere]

2024-06-12 Thread via GitHub
terrymanu opened a new pull request, #31677: URL: https://github.com/apache/shardingsphere/pull/31677 (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] Add SelectStatementContext.containsDerivedProjections [shardingsphere]

2024-06-12 Thread via GitHub
terrymanu merged PR #31677: URL: https://github.com/apache/shardingsphere/pull/31677 -- 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: Add SelectStatementContext.containsDerivedProjections (#31677)

2024-06-12 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 8b95ec2dccc Add SelectStatementConte

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: f39d3a9e7237a011a9f0b1359c0c225687dca46d / terrymanu Refactor DatabaseConnector Report URL: https://github.com/apache/shardingsphere/actions/

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

2024-06-12 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: 8b95ec2dccc2d45b2d39def3b444ec872f31807c / Liang Zhang Add SelectStatementContext.containsDerivedProje

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

2024-06-12 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: 8b95ec2dccc2d45b2d39def3b444ec872f31807c / Liang Zhang Add SelectStatementContext.containsDerivedProjections (#31677) * Add Sel

Re: [I] Database password parsed failed [shardingsphere]

2024-06-12 Thread via GitHub
github-actions[bot] commented on issue #30896: URL: https://github.com/apache/shardingsphere/issues/30896#issuecomment-2163808548 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

Re: [I] Database password parsed failed [shardingsphere]

2024-06-12 Thread via GitHub
linghengqian commented on issue #30896: URL: https://github.com/apache/shardingsphere/issues/30896#issuecomment-2163811248 Closed due to no response. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] Database password parsed failed [shardingsphere]

2024-06-12 Thread via GitHub
linghengqian closed issue #30896: Database password parsed failed URL: https://github.com/apache/shardingsphere/issues/30896 -- 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

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

2024-06-12 Thread GitBox
The GitHub Actions job "Nightly - Check" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 8b95ec2dccc2d45b2d39def3b444ec872f31807c / Liang Zhang Add SelectStatementContext.containsDerivedProjections (#31677) * Add SelectState

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

2024-06-12 Thread GitBox
The GitHub Actions job "Nightly - E2E SQL" on shardingsphere.git has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: 8b95ec2dccc2d45b2d39def3b444ec872f31807c / Liang Zhang Add SelectStatementContext.containsDerivedProjections (#31677) * Add S

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

2024-06-12 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: 8b95ec2dccc2d45b2d39def3b444ec872f31807c / Liang Zhang Add SelectStatementContext.containsDerivedProjections (#31677)

(shardingsphere) branch master updated: Fix the error in parsing the Doris query with index hints. (#31675)

2024-06-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 5f3a56bc3c2 Fix the error in par

Re: [PR] Fix the error in parsing the Doris query with index hints. [shardingsphere]

2024-06-12 Thread via GitHub
strongduanmu merged PR #31675: URL: https://github.com/apache/shardingsphere/pull/31675 -- 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] SQL parser engine has error while parsing index hints for Apache Doris. [shardingsphere]

2024-06-12 Thread via GitHub
strongduanmu closed issue #31674: SQL parser engine has error while parsing index hints for Apache Doris. URL: https://github.com/apache/shardingsphere/issues/31674 -- 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] An error occurs after use shadingsphere-jdbc [shardingsphere]

2024-06-12 Thread via GitHub
lcjing commented on issue #31618: URL: https://github.com/apache/shardingsphere/issues/31618#issuecomment-2164181535 * Hello, Thank you for addressing this issue, but now I am returning to my initial question. Does ShardingJDBC not support specifying database names with SQL stateme

[PR] Remove useless parameter [shardingsphere]

2024-06-12 Thread via GitHub
menghaoranss opened a new pull request, #31678: URL: https://github.com/apache/shardingsphere/pull/31678 (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 uns

Re: [PR] Remove useless parameter [shardingsphere]

2024-06-12 Thread via GitHub
zhaojinchao95 merged PR #31678: URL: https://github.com/apache/shardingsphere/pull/31678 -- 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 useless parameter (#31678)

2024-06-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 e0c132c90bd Remove useless paramete

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

2024-06-12 Thread via GitHub
Createsequence commented on issue #31553: URL: https://github.com/apache/shardingsphere/issues/31553#issuecomment-2164233548 I am very interested in this task. Can I take this on? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: c6d0a35ad3fed4330737fe1d36e88f32196fc4d8 / Haoran Meng Remove useless parameter Report URL: https://github.com/apache/shardingsphere/

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user menghaoranss (triggered by menghaoranss). Head commit for run: c6d0a35ad3fed4330737fe1d36e88f32196fc4d8 / Haoran Meng Remove useless parameter Report URL: https://github.com/apache/shardingsphere

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

2024-06-12 Thread via GitHub
TherChenYang commented on issue #31553: URL: https://github.com/apache/shardingsphere/issues/31553#issuecomment-2164270944 @Createsequence Welcome, assigned. -- 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

[PR] Remove useless cachedStatements when statement is close and close cachedStatements when close connection [shardingsphere]

2024-06-12 Thread via GitHub
strongduanmu opened a new pull request, #31679: URL: https://github.com/apache/shardingsphere/pull/31679 Fixes #ISSUSE_ID. Changes proposed in this pull request: - Remove useless cachedStatements when statement is close and close cachedStatements when close connection ---

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 431e9e2f21336e70215ef6baea3390d9c1df3251 / duanzhengqiang fix checkstyle Report URL: https://github.com/apache/shardingsphere/action

[PR] Adjust hive and presto pom dependency [shardingsphere]

2024-06-12 Thread via GitHub
strongduanmu opened a new pull request, #31680: URL: https://github.com/apache/shardingsphere/pull/31680 Fixes #ISSUSE_ID. Changes proposed in this pull request: - Adjust hive and presto pom dependency --- Before committing this PR, I'm sure that I have checked the f

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by jiangML). Head commit for run: 431e9e2f21336e70215ef6baea3390d9c1df3251 / duanzhengqiang fix checkstyle Report URL: https://github.com/apache/shardingsphere/actions/run

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

2024-06-12 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: c4f60a8d6adfabb35f19e1624f924cc358d9a689 / duanzhengqiang Adjust hive and presto pom dependency Report URL: https://github.com/apach

Re: [I] An error occurs after use shadingsphere-jdbc [shardingsphere]

2024-06-12 Thread via GitHub
linghengqian commented on issue #31618: URL: https://github.com/apache/shardingsphere/issues/31618#issuecomment-2164339559 - I would say this was intentional, as access to the real tables and real database is deliberately blocked. You can only call SQL on the logical tables and logical dat

[PR] Update shardingsphere optional plugin doc [shardingsphere]

2024-06-12 Thread via GitHub
strongduanmu opened a new pull request, #31681: URL: https://github.com/apache/shardingsphere/pull/31681 Fixes #ISSUSE_ID. Changes proposed in this pull request: - Update shardingsphere optional plugin doc --- Before committing this PR, I'm sure that I have checked t

Re: [PR] Update shardingsphere optional plugin doc [shardingsphere]

2024-06-12 Thread via GitHub
FlyingZC merged PR #31681: URL: https://github.com/apache/shardingsphere/pull/31681 -- 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: Update shardingsphere optional plugin doc (#31681)

2024-06-12 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 eb0f4652c14 Update shardingsphere op

[PR] Refactor DriverDatabaseConnectionManager [shardingsphere]

2024-06-12 Thread via GitHub
terrymanu opened a new pull request, #31682: URL: https://github.com/apache/shardingsphere/pull/31682 (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

  1   2   >