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

2026-06-11 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
ab52adbc190ef36d3a6449b70560e077d72e8ac4 / Hongsheng Zhong 

docs: classify high-output command handling (#38842)

Report URL: https://github.com/apache/shardingsphere/actions/runs/27353377334

With regards,
GitHub Actions via GitBox



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

2026-06-10 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
660ddb2232d6ca592ba9269be89aef0e6988cea9 / Hongsheng Zhong 

Add public evidence boundary to review-pr skill (#38839)

Report URL: https://github.com/apache/shardingsphere/actions/runs/27282146167

With regards,
GitHub Actions via GitBox



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

2026-06-09 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
bd5bce8e5920e8ed393aa25113d9d036e9b18377 / ym0506 
Fix correlated project pushdown for SQL federation IN subqueries (#38405)

* sql-federation: skip correlated project pushdown

* test: add sql federation e2e regression case

* test: narrow sql federation e2e regression case

Report URL: https://github.com/apache/shardingsphere/actions/runs/27210951865

With regards,
GitHub Actions via GitBox



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

2026-06-08 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
2cdb01f3599f8e5edf0710868c9ba7047621a418 / Liang Zhang 
Standardize feature completion templates (#38832)

Add MCP completion providers for readwrite-splitting, shadow, and sharding
feature plugin metadata, and expose matching descriptor completion targets.

Also add focused feature-definition coverage for encrypt, mask, and sharding,
extend MCP completion E2E checks, and update the MCP builder evaluation to
cover feature plugin discovery through completion and resource reads.

Report URL: https://github.com/apache/shardingsphere/actions/runs/27144524016

With regards,
GitHub Actions via GitBox



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

2026-06-05 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
5eca208f863db57978bd6ed2578e2f41898483e6 / Liang Zhang 
Update release notes (#38814)

Report URL: https://github.com/apache/shardingsphere/actions/runs/27019229465

With regards,
GitHub Actions via GitBox



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

2026-06-04 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
b5aa888dbfb9ca3d1c9c48db3d7b957ee58f2d85 / Liang Zhang 
Add MCP deployment health and observability guidance (#38807)

Extend the ShardingSphere-MCP deployment guide with post-deployment
health checks and basic observability entrypoints, including MCP
protocol readiness, runtime database readiness, and minimum
troubleshooting evidence.

Also link quick start, troubleshooting, and the MCP manual index to
the updated deployment flow so users can move from startup to health
verification and symptom-based diagnosis more directly.

Report URL: https://github.com/apache/shardingsphere/actions/runs/26956610301

With regards,
GitHub Actions via GitBox



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

2026-06-03 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
25427fab94c911f6245f9d5ac2554710c08bb46c / Liang Zhang 
Rename MCP unit test workflow (#38790)

Rename the dedicated MCP JDK 21 unit test workflow to ci-mcp.yml
and align its workflow, concurrency, and job display names with the
existing operation-domain GitHub Actions naming pattern.

Report URL: https://github.com/apache/shardingsphere/actions/runs/26891780571

With regards,
GitHub Actions via GitBox



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

2026-06-02 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
004143cfe1195a22f2095545518213223d73e9e3 / Liang Zhang 
Align MCP workflow names (#38778)

Rename MCP workflow files to follow the existing action naming order.
Update workflow display names, job identifiers, cache/artifact prefixes,
and documentation references for the MCP E2E and release workflows.

Report URL: https://github.com/apache/shardingsphere/actions/runs/26826329069

With regards,
GitHub Actions via GitBox



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

2026-06-01 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
0ee3f817c35aa1bdd269d752ba09c9cc43a7b39e / Liang Zhang 
Support quoted identifiers in workflow planning (#38765)

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve case-sensitive rule identity when planning or validating rule
changes, and add regression tests for quoted, special-character, and
case-sensitive identifiers.

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve case-sensitive rule identity when planning or validating rule
changes, and add regression tests for quoted, special-character, and
case-sensitive identifiers.

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve case-sensitive rule identity when planning or validating rule
changes, and add regression tests for quoted, special-character, and
case-sensitive identifiers.

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve case-sensitive rule identity when planning or validating rule
changes, and add regression tests for quoted, special-character, and
case-sensitive identifiers.

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve case-sensitive rule identity when planning or validating rule
changes, and add regression tests for quoted, special-character, and
case-sensitive identifiers.

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve case-sensitive rule identity when planning or validating rule
changes, and add regression tests for quoted, special-character, and
case-sensitive identifiers.

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve case-sensitive rule identity when planning or validating rule
changes, and add regression tests for quoted, special-character, and
case-sensitive identifiers.

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve case-sensitive rule identity when planning or validating rule
changes, and add regression tests for quoted, special-character, and
case-sensitive identifiers.

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve case-sensitive rule identity when planning or validating rule
changes, and add regression tests for quoted, special-character, and
case-sensitive identifiers.

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve case-sensitive rule identity when planning or validating rule
changes, and add regression tests for quoted, special-character, and
case-sensitive identifiers.

* Support quoted identifiers in workflow planning

Support quoted and special-character identifiers in MCP encrypt and mask
workflow planning by normalizing delimited input and rendering generated
DistSQL, validation SQL, DDL, and index artifacts with escaped identifiers.

Preserve 

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

2026-05-29 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
d6fdf6e11d7f080614e0bf29ab27dacf8b9750dd / Liang Zhang 
Refine ShardingSphere MCP user manual (#38755)

Refine the ShardingSphere MCP documentation in both English and Chinese.

- Clarify capability discovery, resource URI, tool, prompt, and completion 
boundaries
- Simplify quick start and configuration descriptions
- Move plugin-specific resource details out of the core capability catalog
- Explain client integration scenarios and transport selection
- Clarify workflow usage as the shared mechanism for feature plugin governance 
tasks

Report URL: https://github.com/apache/shardingsphere/actions/runs/26641785541

With regards,
GitHub Actions via GitBox



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

2026-05-28 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
275c84a0a024045ec990c3b7f325b2f26d9b25b8 / Liang Zhang 
Migrate MCP README content to official docs (#38747)

- Add MCP user, reference, developer, and test manuals under 
docs/document/content
- Remove MCP module README files from source and distribution packaging
- Point MCP registry metadata to the official documentation site
- Replace README-coupled test fixtures with neutral file names

Report URL: https://github.com/apache/shardingsphere/actions/runs/26580303937

With regards,
GitHub Actions via GitBox



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

2026-05-27 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
0a138a324c607a2a836005f94fbb0d66d94e159a / Liang Zhang 
Add duplicate prior-fix check to analyze-issue skill (#38735)

* Add duplicate prior-fix check to analyze-issue skill

* Add duplicate prior-fix check to analyze-issue skill

Report URL: https://github.com/apache/shardingsphere/actions/runs/26516441745

With regards,
GitHub Actions via GitBox



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

2026-05-26 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
96b543fd16ae5806b13b171e9353dc70ac64fd24 / Hongsheng Zhong 

script: smart-antlr-rebuild.sh support multi-branch ANTLR rebuild state (#38723)

Report URL: https://github.com/apache/shardingsphere/actions/runs/26452969894

With regards,
GitHub Actions via GitBox



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

2026-05-25 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
68be9fb3064f1bf8beabb2d4896627ba6f6e2637 / Liang Zhang 
Refactor pr-review and analyze issue skills (#38718)

* Refactor agents.md

* Refactor pr-review and analyze issue skills

Report URL: https://github.com/apache/shardingsphere/actions/runs/26404415558

With regards,
GitHub Actions via GitBox



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

2026-05-22 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
55e764eadfe6628ac011b1486e2565e5dd9ea1ea / Zhengqiang Duan 

Use ShardingSphereResultSetMetaData to replace JDBCQueryResultMetaData in proxy 
to handle column type (#38710)

Report URL: https://github.com/apache/shardingsphere/actions/runs/26291637867

With regards,
GitHub Actions via GitBox



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

2026-05-21 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
2e865e13d3f7487a3cba7282a637418ff4572139 / Hongsheng Zhong 

workflow: support specifying a single image for nightly E2E operation workflow 
(#38708)

Report URL: https://github.com/apache/shardingsphere/actions/runs/26231099085

With regards,
GitHub Actions via GitBox



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

2026-05-20 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
2e865e13d3f7487a3cba7282a637418ff4572139 / Hongsheng Zhong 

workflow: support specifying a single image for nightly E2E operation workflow 
(#38708)

Report URL: https://github.com/apache/shardingsphere/actions/runs/26167196301

With regards,
GitHub Actions via GitBox



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

2026-05-19 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
2063a2eadb767c719f6a0187757a7da6765168e4 / Haoran Meng 
Remove the useless constructor for ShardingSphereIdentifier (#38703)

Report URL: https://github.com/apache/shardingsphere/actions/runs/26102178858

With regards,
GitHub Actions via GitBox



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

2026-05-18 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
661e0fae7f28a0e7c8ca60fa61630c6ad0a7fc94 / Zhengqiang Duan 

Add RewriteScenarioContext to improve the execution speed of SQLRewriteIT 
(#38702)

Report URL: https://github.com/apache/shardingsphere/actions/runs/26038964826

With regards,
GitHub Actions via GitBox



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

2026-05-15 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
579de83cf84b1c3523380b845781a45a0f54c13a / Haoran Meng 
Make unquoted schema lookup case-insensitive for PostgresSQL (#38696)

Report URL: https://github.com/apache/shardingsphere/actions/runs/25920751362

With regards,
GitHub Actions via GitBox



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

2026-05-14 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
b88fdcf349ad7830799bbef5c33ea8be4f533863 / Claire 
Support Oracle Create TABLE sql statement parse (#38667)

* good first issue

* update release-notes

* update according review suggestion

Report URL: https://github.com/apache/shardingsphere/actions/runs/25863106984

With regards,
GitHub Actions via GitBox



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

2026-05-13 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
ae6ac93ea3f6bc9e1929a77e7e56992617571efc / Zhengqiang Duan 

Support Oracle model, pivot, XML and hierarchical query parsing and binding 
(#38689)

* Support Oracle model, pivot, XML and hierarchical query parsing and binding

* Fix checkstyle

Report URL: https://github.com/apache/shardingsphere/actions/runs/25803071387

With regards,
GitHub Actions via GitBox



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

2026-05-12 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
4eda7ab28fea4660fe152160517ae712f4ac9226 / Raigor 
Refine DistSQL quoted text handling for identifiers and strings (#38687)

* Support quoted identifiers for SHOW/REFRESH TABLE METADATA

* Refactor distSQLIdentifier and distSQLString

Report URL: https://github.com/apache/shardingsphere/actions/runs/25738147005

With regards,
GitHub Actions via GitBox



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

2026-05-11 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
6d761e53884e37bff7af1d2047221088565bbbdc / Zhengqiang Duan 

Add extract column logic for window function in ColumnExtractor (#38681)

Report URL: https://github.com/apache/shardingsphere/actions/runs/25674597560

With regards,
GitHub Actions via GitBox



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

2026-05-08 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
aa1702afee84ddd11b3b5ce0658736ce59f4b2a1 / Haoran Meng 
Handle MySQL lower_case_table_names=0 in identifier rules (#38676)

* Handle MySQL lower_case_table_names=0 in identifier rules

* Refine MySQL lctn=0 identifier rules and stabilize metadata tests

* Close JDBC connection in MySQL identifier rule provider

Report URL: https://github.com/apache/shardingsphere/actions/runs/25558581039

With regards,
GitHub Actions via GitBox



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

2026-05-07 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
295c2dfad82c4f12f1dfa53d5a0f43b143f34496 / Haoran Meng 
Fix unload all single table (#38674)

* Fix unload all single table

* Fix unload all single table for standalone

* Fix unload all single table for standalone

* Revert "Fix unload all single table for standalone"

This reverts commit ea335c5e0820b2bb5dc9045832a8705a96989a08.

Report URL: https://github.com/apache/shardingsphere/actions/runs/25499248962

With regards,
GitHub Actions via GitBox



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

2026-05-06 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
968719afe4198d009ed8527faa93e2a3370483ae / Haoran Meng 
Fix partial update algorithms for mask rule (#38673)

* Fix partial update algorithms for mask rule

* Fix MaskRuleTest

Report URL: https://github.com/apache/shardingsphere/actions/runs/25438724143

With regards,
GitHub Actions via GitBox



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

2026-05-05 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
f2602eefe293836d27dff89d0dc9bfd0ef65b528 / Zhengqiang Duan 

Refactor EncryptAlterTableTokenGenerator and EncryptCreateTableTokenGenerator 
(#38663)

* Refactor EncryptAlterTableTokenGenerator and EncryptCreateTableTokenGenerator

* Fix unit test

Report URL: https://github.com/apache/shardingsphere/actions/runs/25379755704

With regards,
GitHub Actions via GitBox



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

2026-05-04 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
f2602eefe293836d27dff89d0dc9bfd0ef65b528 / Zhengqiang Duan 

Refactor EncryptAlterTableTokenGenerator and EncryptCreateTableTokenGenerator 
(#38663)

* Refactor EncryptAlterTableTokenGenerator and EncryptCreateTableTokenGenerator

* Fix unit test

Report URL: https://github.com/apache/shardingsphere/actions/runs/25322213034

With regards,
GitHub Actions via GitBox



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

2026-05-01 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
f2602eefe293836d27dff89d0dc9bfd0ef65b528 / Zhengqiang Duan 

Refactor EncryptAlterTableTokenGenerator and EncryptCreateTableTokenGenerator 
(#38663)

* Refactor EncryptAlterTableTokenGenerator and EncryptCreateTableTokenGenerator

* Fix unit test

Report URL: https://github.com/apache/shardingsphere/actions/runs/25216177423

With regards,
GitHub Actions via GitBox



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

2026-04-30 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
fe04c30d7eb7b2308820fe0909201b5fc3be763a / Zhengqiang Duan 

Refactor EncryptAlterTableTokenGenerator and EncryptCreateTableTokenGenerator 
logic (#38661)

* Refactor EncryptAlterTableTokenGenerator and EncryptCreateTableTokenGenerator 
logic

* Fix unit test

Report URL: https://github.com/apache/shardingsphere/actions/runs/25168492513

With regards,
GitHub Actions via GitBox



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

2026-04-29 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
75474b1aa85f9f2e1ad72b2482fadb9dabb18253 / Zhengqiang Duan 

Minor refactor encrypt class (#38658)

Report URL: https://github.com/apache/shardingsphere/actions/runs/25112109917

With regards,
GitHub Actions via GitBox



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

2026-04-28 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
75474b1aa85f9f2e1ad72b2482fadb9dabb18253 / Zhengqiang Duan 

Minor refactor encrypt class (#38658)

Report URL: https://github.com/apache/shardingsphere/actions/runs/25056143942

With regards,
GitHub Actions via GitBox



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

2026-04-27 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
80d16b824f6d4983f5cbcf233d7242ebb568d43c / Zhengqiang Duan 

Refactor DialectDataTypeOption and implement class (#38654)

Report URL: https://github.com/apache/shardingsphere/actions/runs/24998221362

With regards,
GitHub Actions via GitBox



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

2026-04-24 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
307d8abdd8d18b994b43701505839c81cd74d700 / Haoran Meng 
Use identifier value schema name for ShowLogicalTablesExecutor (#38649)

* Use identifier value schema name for ShowLogicalTablesExecutor

* Fix checkstyle

Report URL: https://github.com/apache/shardingsphere/actions/runs/24892299425

With regards,
GitHub Actions via GitBox



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

2026-04-23 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
6ad057d4b436bbe0abf6c98a4314a40652d65d94 / Haoran Meng 
Propagate ZooKeeper connection loss instead of reporting false success (#38641)

Report URL: https://github.com/apache/shardingsphere/actions/runs/24838306577

With regards,
GitHub Actions via GitBox



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

2026-04-22 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
6ad057d4b436bbe0abf6c98a4314a40652d65d94 / Haoran Meng 
Propagate ZooKeeper connection loss instead of reporting false success (#38641)

Report URL: https://github.com/apache/shardingsphere/actions/runs/24781297044

With regards,
GitHub Actions via GitBox



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

2026-04-21 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
6ad057d4b436bbe0abf6c98a4314a40652d65d94 / Haoran Meng 
Propagate ZooKeeper connection loss instead of reporting false success (#38641)

Report URL: https://github.com/apache/shardingsphere/actions/runs/24725406159

With regards,
GitHub Actions via GitBox



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

2026-04-20 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
c0d6ba7d27a6741e2d50fb5a6bc53ec3990cfb2f / ZhangCheng 
Revert "Fix incorrect routing when irrelevant sharding conditions are… (#38639)

* Revert "Fix incorrect routing when irrelevant sharding conditions are present 
(#38527)"

This reverts commit dcbbaf9d

* Revert "Fix incorrect routing when irrelevant sharding conditions are present 
(#38527)"

This reverts commit dcbbaf9d

Report URL: https://github.com/apache/shardingsphere/actions/runs/24669582855

With regards,
GitHub Actions via GitBox



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

2026-04-17 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
428878705a4b066231295d7587dc0e7bcd94ad99 / Haoran Meng 
Use first storage unit database type to build table scope identifier context 
(#38633)

Report URL: https://github.com/apache/shardingsphere/actions/runs/24567818729

With regards,
GitHub Actions via GitBox



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

2026-04-17 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by linghengqian).

Head commit for run:
a066b3ae585c39a04815b6e6867da9d347b5 / Hongsheng Zhong 

Pipeline: Fix MySQL fractional temporal binlog decoding in migration (#38630)

* protocol-mysql: consume zero-value fractional bytes for TIME2 and TIMESTAMP2

* test: cover MySQL timestamp(4) and time(4) migration E2E

* test: inline MySQL time migration E2E values

Report URL: https://github.com/apache/shardingsphere/actions/runs/24513289738

With regards,
GitHub Actions via GitBox



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

2026-04-16 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
a066b3ae585c39a04815b6e6867da9d347b5 / Hongsheng Zhong 

Pipeline: Fix MySQL fractional temporal binlog decoding in migration (#38630)

* protocol-mysql: consume zero-value fractional bytes for TIME2 and TIMESTAMP2

* test: cover MySQL timestamp(4) and time(4) migration E2E

* test: inline MySQL time migration E2E values

Report URL: https://github.com/apache/shardingsphere/actions/runs/24513289738

With regards,
GitHub Actions via GitBox



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

2026-04-15 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
d0c01c5973740a26f456c88753f6134184de4682 / Hengqian Ling 

Bump the minimum supported Seata Client version for Seata integration to 
`2.6.0` (#38619)

Report URL: https://github.com/apache/shardingsphere/actions/runs/24457576266

With regards,
GitHub Actions via GitBox



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

2026-04-14 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
23adf5e1a4038e2dd046841c40d68e8799591e32 / zhaojinchao 
Update sharding document (#38615)

* Refactor keyGenerateStrategies document

* Update release note

* Remove comment

* Update sharding document

Report URL: https://github.com/apache/shardingsphere/actions/runs/24402006758

With regards,
GitHub Actions via GitBox



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

2026-04-13 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
e100cc19fbad2886263d098d3122feda7e5b30cd / Haoran Meng 
Unify single-table schema identity and normalize default-schema casing across 
loaders and routes (#38617)

* Use DatabaseIdentifierContext to find single table

* Refactor to use schema scope IdentifierContext to match single table

* Fix checkstyle

* Fix spotless issue

Report URL: https://github.com/apache/shardingsphere/actions/runs/24346284964

With regards,
GitHub Actions via GitBox



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

2026-04-10 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
3f8dc0165d66c482b5ad0482d18631423caa4408 / jiangML <[email protected]>
Refactor CommandExecutorTask (#38608)

Report URL: https://github.com/apache/shardingsphere/actions/runs/24245524772

With regards,
GitHub Actions via GitBox



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

2026-04-09 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
16d5c0cdf2d4da5602f5b0081ace6545650150a5 / ZhangCheng 
Refactor bind get default schema (#38603)

* Refactor bind get default schema

* Refactor bind get default schema

* Refactor bind get default schema

* Refactor bind get default schema

Report URL: https://github.com/apache/shardingsphere/actions/runs/24193096976

With regards,
GitHub Actions via GitBox



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

2026-04-08 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
c3580f709c9226be6e106bbcd59f07b3c0f0b766 / Cong Hu 
update JAVA_OPTS in the start.sh within the test fixture (#38599)

Report URL: https://github.com/apache/shardingsphere/actions/runs/24138243801

With regards,
GitHub Actions via GitBox



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

2026-04-07 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
04cecfc6f980319ad3aa5c8fabce30f9b06ea61f / Haoran Meng 
Make SHOW UNLOADED SINGLE TABLES result order deterministic (#38594)

Report URL: https://github.com/apache/shardingsphere/actions/runs/24084150439

With regards,
GitHub Actions via GitBox



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

2026-04-06 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
518c3f3cbf7366129c5d7da110b7c97089c20624 / Hongsheng Zhong 

Remove need-proxy-image output from E2E SQL matrix generation (#38590)

Report URL: https://github.com/apache/shardingsphere/actions/runs/24033807405

With regards,
GitHub Actions via GitBox



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

2026-04-03 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
518c3f3cbf7366129c5d7da110b7c97089c20624 / Hongsheng Zhong 

Remove need-proxy-image output from E2E SQL matrix generation (#38590)

Report URL: https://github.com/apache/shardingsphere/actions/runs/23947888625

With regards,
GitHub Actions via GitBox



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

2026-04-02 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
62adadf680326a1e92dfd74c8cc7663e48236762 / Zhengqiang Duan 

Minor refactor in EncryptProjectionTokenGenerator (#38587)

Report URL: https://github.com/apache/shardingsphere/actions/runs/23903016466

With regards,
GitHub Actions via GitBox



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

2026-04-01 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
f46a2fa30b1253ba53c2f3ee02b893d102df80f5 / Zhengqiang Duan 

Support driverClassName config in proxy storage unit to solve mysql and mariadb 
jdbc url conflict (#38582)

Report URL: https://github.com/apache/shardingsphere/actions/runs/23851313527

With regards,
GitHub Actions via GitBox



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

2026-03-31 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
bbe311d35823dd3cd84042678b4ff4def50d22bf / Hongsheng Zhong 

Refine E2E SQL smoke mappings and consolidate workflow scripts under 
scripts/e2e-sql (#38580)

* workflows: reduce smoke matrix scenarios by feature mapping

* workflows: update matrix tests for dynamic smoke scenarios

* workflows: complete smoke mappings for remaining features

* workflows: move e2e-sql scripts into dedicated folder

* workflows: include db and tbl in default smoke scenarios

Report URL: https://github.com/apache/shardingsphere/actions/runs/23800115900

With regards,
GitHub Actions via GitBox



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

2026-03-30 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
766149746087a0deaa121cc6676302512b26b5eb / Haoran Meng 
Use actual name for single table and single rule (#38573)

Report URL: https://github.com/apache/shardingsphere/actions/runs/23747483585

With regards,
GitHub Actions via GitBox



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

2026-03-27 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
5f39c14e3f88a579d14a03e95fa53b45a6e60595 / Zhengqiang Duan 

Minor refactor SubqueryExtractor and ResultSetUtils (#38574)

Report URL: https://github.com/apache/shardingsphere/actions/runs/23648624794

With regards,
GitHub Actions via GitBox



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

2026-03-26 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
67d86a31524d143697b1d7c3ef8999331decdb50 / ZhangCheng 
Refactor index access with IdentifierValue (#38559)

* Refactor index access with IdentifierValue

* Refactor index access with IdentifierValue

Report URL: https://github.com/apache/shardingsphere/actions/runs/23597075018

With regards,
GitHub Actions via GitBox



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

2026-03-25 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
788c4b3387b014e3e8ec581726cb8161ea337451 / Hongsheng Zhong 

Use Java 21 for pipeline dialect modules (#38553)

* Use java 21 in pipeline dialect modules and related test modules

* Remove java-version 17 in workflows

* Use JDK 21 in Dockerfile

* Update to JDK 21 in docs

* Update to Java 21 in default java version and maven-pmd-plugin etc

* Update with spotless style

* Remove obsolete CMS JVM options from E2E fixture start.sh for Java 21 
compatibility

* Refactor proxy startup scripts: require Java 21 and apply G1GC-based JVM 
options

Report URL: https://github.com/apache/shardingsphere/actions/runs/23543691810

With regards,
GitHub Actions via GitBox



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

2026-03-24 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
28a3f13cca3879537ec1fbd71589089c77c45f6a / ZhangCheng 
Refactor database and schema access with IdentifierValue (#38548)

* Refactor database and schema access with IdentifierValue

* Refactor database and schema access with IdentifierValue

* Refactor database and schema access with IdentifierValue

* Fix

* Fix

Report URL: https://github.com/apache/shardingsphere/actions/runs/23492131743

With regards,
GitHub Actions via GitBox



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

2026-03-23 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
411b26daed20df1b83765724dd57f8b34c0eaaa8 / Zhengqiang Duan 

Refactor EncryptorComparator to add more encryptor check (#38546)

Report URL: https://github.com/apache/shardingsphere/actions/runs/23439937915

With regards,
GitHub Actions via GitBox



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

2026-03-20 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
5e02a475d9f0211ef33aa42922d407807189bdd6 / cxy 
Support parsing Doris CLEAN PROFILE and PLAN REPLAYER PLAY syntax (#38487)

* Support parsing Doris CLEAN PROFILE and PLAN REPLAYER DUMP/PLAY syntax

* Support parsing Doris CLEAN PROFILE and PLAN REPLAYER PLAY syntax

* Support parsing Doris CLEAN PROFILE and PLAN REPLAYER PLAY syntax

Report URL: https://github.com/apache/shardingsphere/actions/runs/23344945332

With regards,
GitHub Actions via GitBox



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

2026-03-19 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
c8ba2512def439fd2621bafa123617c7ec7cf792 / Liang Zhang 
Add more test cases on DataSourcePoolPropertiesValidatorTest (#38518)

* Add more test cases on CustomDataSourcePoolPropertiesTest

* Add more test cases on DataSourcePoolPropertiesValidatorTest

Report URL: https://github.com/apache/shardingsphere/actions/runs/23297365511

With regards,
GitHub Actions via GitBox



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

2026-03-18 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
c0c5f58bdf694c6045f22c15cb4a0c0b3fdce539 / ZhangCheng 
Support insert values bind (#38492)

* Support insert values bind

* Support insert values bind

* Support insert values bind

Report URL: https://github.com/apache/shardingsphere/actions/runs/23247293245

With regards,
GitHub Actions via GitBox



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

2026-03-17 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
ea83842ed20682e97b66e52c97005fa282a3706b / Haoran Meng 
Revert "Add core Oracle system schema tables and set SYS as default (#38388)" 
(#38485)

Report URL: https://github.com/apache/shardingsphere/actions/runs/23196794557

With regards,
GitHub Actions via GitBox



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

2026-03-16 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
e9821aae7c64f72f3786a68000a59d28ee1427fb / cxy 
Support parsing Doris SHOW DATABASE/TABLE ID syntax (#38447)

* Support parsing Doris SHOW DATABASE/TABLE ID syntax

* Support parsing Doris SHOW DATABASE/TABLE ID syntax

Report URL: https://github.com/apache/shardingsphere/actions/runs/23146343593

With regards,
GitHub Actions via GitBox



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

2026-03-13 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
a59a38e4bc8aa42f3b8eed4872608f0772ac2fab / Hongsheng Zhong 

workflow: update e2e-sql-filters.yml to enhance path patterns (#38413)

* workflow: update e2e-sql-filters.yml to enhance path patterns

* workflow: update e2e-sql-filters.yml to include additional test framework 
resources

Report URL: https://github.com/apache/shardingsphere/actions/runs/23053012032

With regards,
GitHub Actions via GitBox



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

2026-03-12 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
4b18e3ece196fc784c43c9d47491edca24c4c35d / Liang Zhang 
Add more test cases on MySQLDialectExceptionMapperTest (#38404)

Report URL: https://github.com/apache/shardingsphere/actions/runs/23004367162

With regards,
GitHub Actions via GitBox



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

2026-03-11 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
27d07f8af3445f04db2678034af224d83cd39274 / Raigor 
Move hive and seata-at dependencies to opt-lib in proxy distribution (#38394)

Report URL: https://github.com/apache/shardingsphere/actions/runs/22955002700

With regards,
GitHub Actions via GitBox



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

2026-03-04 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
8a899ca680105c85189599cd0a1a5bcce49c0f21 / Liang Zhang 
Refactor constructor of MoveStatement to empty buildAttributes (#38344)

Report URL: https://github.com/apache/shardingsphere/actions/runs/22671355506

With regards,
GitHub Actions via GitBox



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

2026-03-03 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
2cfd34e0d3166394790c2ae1f4e553eb5339e9d6 / Zhengqiang Duan 

Support mysql subquery table projection alias visit to sql statement (#38320)

* Support mysql subquery table projection alias visit to sql statement

* Fix sql rewrite it

Report URL: https://github.com/apache/shardingsphere/actions/runs/22625082567

With regards,
GitHub Actions via GitBox



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

2026-03-02 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
7aa90838abc4a44868d2c83018994fe051a35bd8 / ZhangCheng 
Support dblink skip sql bind (#38296)

Report URL: https://github.com/apache/shardingsphere/actions/runs/22578098449

With regards,
GitHub Actions via GitBox



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

2026-02-26 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
e149c9d15a6c03bb193940ee2b454d3accf8da27 / cxy 
Support parsing Doris TRUNCATE TABLE and ALTER TABLE DISTRIBUTION syntax 
(#38202)

* Support parsing Doris TRUNCATE TABLE and ALTER TABLE DISTRIBUTION syntax

* Support parsing Doris TRUNCATE TABLE and ALTER TABLE DISTRIBUTION syntax

Report URL: https://github.com/apache/shardingsphere/actions/runs/22444308739

With regards,
GitHub Actions via GitBox



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

2026-02-25 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
4d465aeef1c3feb9fc21942593b5e3a35d07f628 / Liang Zhang 
Add codex git ignore (#38199)

Report URL: https://github.com/apache/shardingsphere/actions/runs/22399064370

With regards,
GitHub Actions via GitBox



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

2026-02-24 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
66d73d37b319f3b8b7831f4f5aae73eecef7635d / Liang Zhang 
Add more test cases on MySQLJsonValueDecoderTest (#38183)

* Add more test cases on MySQLJsonValueDecoderTest

* Add more test cases on MySQLJsonValueDecoderTest

Report URL: https://github.com/apache/shardingsphere/actions/runs/22353043952

With regards,
GitHub Actions via GitBox



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

2026-02-23 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
8b3447e1f573ba1c968ef1931f5be891eb73e1eb / Liang Zhang 
Add more test cases on FirebirdFetchResponsePacketTest and 
FirebirdGenericResponsePacketTest (#38166)

* Update release notes

* Add more test cases on FirebirdFetchResponsePacketTest and 
FirebirdGenericResponsePacketTest

Report URL: https://github.com/apache/shardingsphere/actions/runs/22308246924

With regards,
GitHub Actions via GitBox



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

2026-02-20 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
d853fb88b3335e1e7a104bc4812822b87b3a11e2 / Liang Zhang 
Add more test cases on DatabaseTypeFactoryTest and DatabaseTypeRegistryTest 
(#38112)

Report URL: https://github.com/apache/shardingsphere/actions/runs/5917463

With regards,
GitHub Actions via GitBox



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

2026-02-19 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
920dc089761c4fa675ae9a567d2869a3c887cd99 / Liang Zhang 
Add more test cases on ConnectionPropertiesTest (#38102)

Report URL: https://github.com/apache/shardingsphere/actions/runs/22183850772

With regards,
GitHub Actions via GitBox



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

2026-02-17 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
7f65dcf862fb4de3cfc5014fe213bd86b9b60841 / Haoran Meng 
Add more unit test for DataSourceUnitPersistServiceTest (#38070)

Report URL: https://github.com/apache/shardingsphere/actions/runs/22100398365

With regards,
GitHub Actions via GitBox



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

2026-02-16 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
b97af2a9ffc820a5db829d00fbb8f065d8bb / Liang Zhang 
Add more checkstyle check rule for junit (#38062)

Report URL: https://github.com/apache/shardingsphere/actions/runs/22064664336

With regards,
GitHub Actions via GitBox



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

2026-02-13 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
3f56bdc8c63eae8764421dae4dc027be76a2cf36 / Liang Zhang 
Refactor ImportMetaDataExecutorTest (#38028)

Report URL: https://github.com/apache/shardingsphere/actions/runs/21988584554

With regards,
GitHub Actions via GitBox



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

2026-02-12 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
27aa7380cbfbb887e7b3bbecbcae0d24a63d4d88 / Liang Zhang 
Add more test cases on ConvertYamlConfigurationExecutorTest (#38023)

Report URL: https://github.com/apache/shardingsphere/actions/runs/21948680073

With regards,
GitHub Actions via GitBox



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

2026-02-12 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user RaigorJiang (triggered by RaigorJiang).

Head commit for run:
366ea08916902e55ae52556097bf6cc82a7f1bc9 / Raigor 
Fix AgentPathTest failed on Windows (#38021)

* Fix AgentPathTest failed on Windows

* Fix checkstyle

Report URL: https://github.com/apache/shardingsphere/actions/runs/21942650985

With regards,
GitHub Actions via GitBox



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

2026-02-12 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user RaigorJiang (triggered by RaigorJiang).

Head commit for run:
81e050887bc584dde37dd5d4a3767948d7097cbc / Raigor 
Remove usage of AgentPluginClassLoader in AdvisorConfigurationLoader (#38013)

* Add auto close for AgentPluginClassLoader

* Add auto close for AgentPluginClassLoader

* Do not use AgentPluginClassLoader in AdvisorConfigurationLoader

Report URL: https://github.com/apache/shardingsphere/actions/runs/21938062182

With regards,
GitHub Actions via GitBox



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

2026-02-11 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
bdf6cd35c6749b7c80fe90208b1d738e3fb4d74a / Liang Zhang 
Fix STRING param decoding in COM_STMT_EXECUTE (#38009)

* Fix STRING param decoding in COM_STMT_EXECUTE
  - persist parameter column types from COM_STMT_PREPARE to execute path
  - decode MYSQL_TYPE_STRING as String only for character columns
  - keep byte[] behavior for BLOB/binary columns to avoid raw-bytes regression
  - add regression tests for VAR_STRING and BLOB branches

* Update release notes

Report URL: https://github.com/apache/shardingsphere/actions/runs/21907119931

With regards,
GitHub Actions via GitBox



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

2026-02-10 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
c1b002eaa1fba5d326e6348d76ca75d96281bbab / Hongsheng Zhong 

Revert openGauss docker image from enmotech/opengauss-lite to 
opengauss/opengauss to compatible openGauss Nightly E2E SQL errors (#37996)

* Revert "Upgrade openGauss docker image from opengauss:3.1.0 to 
opengauss-lite:5.1.0 (37932)"

This reverts commit 1650c1bdbd93f1239a57588b30898df37e8e7bd5.

* Revert "Replace openGauss docker image: default sql_compatibility use 
PostgreSQL (37899)"

This reverts commit 39afd718764731476957eb798dd13b1cb98858aa.

Report URL: https://github.com/apache/shardingsphere/actions/runs/21866963292

With regards,
GitHub Actions via GitBox



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

2026-02-09 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
9843fb829543578a7b6961ff565c46b4b1c75c08 / Claire 
Support range type constructor functions in PostgreSQL without quotes (#37994)

* support new function

* support new function

Report URL: https://github.com/apache/shardingsphere/actions/runs/21827117155

With regards,
GitHub Actions via GitBox



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

2026-02-06 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
f58e00eee63a934c2f3102fef3ae030978f1b078 / Haoran Meng 
Fix TableRowDataPersistService to load table data from registry (#37971)

Report URL: https://github.com/apache/shardingsphere/actions/runs/2175678

With regards,
GitHub Actions via GitBox



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

2026-02-05 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
6680737ed38b05bd6315b2c5ef77ee31c23d2a96 / Zhengqiang Duan 

Move createColumnLabelAndIndexMap to ProjectionsContext (#37963)

Report URL: https://github.com/apache/shardingsphere/actions/runs/21713367764

With regards,
GitHub Actions via GitBox



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

2026-02-04 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
6cb4cfc241f51389c1233aee6f2e2f179fa80a76 / Liang Zhang 
Add more test cases on CDCChannelInboundHandlerTest (#37957)

* Add PLANS.md for codex

* Add more test cases on CDCChannelInboundHandlerTest

Report URL: https://github.com/apache/shardingsphere/actions/runs/21673291561

With regards,
GitHub Actions via GitBox



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

2026-02-03 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
ad5874b71c0e62e909ab56e04258462dd1bced9b / Liang Zhang 
Add more test cases on FirebirdBlobUploadCacheTest (#37945)

* Add more test cases on FirebirdBlobUploadCacheTest

* Add more test cases on FirebirdBlobUploadCacheTest

* Add more test cases on FirebirdBlobUploadCacheTest

Report URL: https://github.com/apache/shardingsphere/actions/runs/21632081664

With regards,
GitHub Actions via GitBox



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

2026-02-02 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
2ad2007fa0a8335bdff19df4f982c0c168897897 / Hongsheng Zhong 

Replace deprecated commons-lang3 RandomStringUtils.randomAlphanumeric to 
commons-text RandomStringGenerator (#37937)

Report URL: https://github.com/apache/shardingsphere/actions/runs/21591966716

With regards,
GitHub Actions via GitBox



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

2026-02-02 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user RaigorJiang (triggered by RaigorJiang).

Head commit for run:
55706067d1c7721c336361b526e70f8c904cdf07 / Claire 
Support Oracle SQL parser correctly extract REGEXP_SUBSTR parameters. (#37924)

* support Oracle SQL parser

* support new version

* update

* update

* support test

* realese-notes

* realese-notes

* realese-notes

Report URL: https://github.com/apache/shardingsphere/actions/runs/21582128889

With regards,
GitHub Actions via GitBox



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

2026-01-29 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
43fd76bac0b4b1b888daccd9d4c28a405c377dd4 / Liang Zhang 
Add ignore pattern on dead links check (#37890)

Report URL: https://github.com/apache/shardingsphere/actions/runs/21479935125

With regards,
GitHub Actions via GitBox



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

2026-01-28 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
40dcfe72a2a8005b5ceaa57e20b42e4515292083 / Liang Zhang 
Add more test cases on ConnectionThreadExecutorGroupTest (#37877)

Report URL: https://github.com/apache/shardingsphere/actions/runs/21439852119

With regards,
GitHub Actions via GitBox



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

2026-01-27 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
96f804ff83f35621baa89bedbcc265fd71cb133a / Liang Zhang 
Add SQL parser test cases for Oracle (#37864)

* Refactor @ParameterizedTest

* Refactor @ParameterizedTest

* Add SQL parser test cases for Oracle

* Add SQL parser test cases for Oracle

* Add SQL parser test cases for Oracle

* Add SQL parser test cases for Oracle

* Add SQL parser test cases for Oracle

* Add SQL parser test cases for Oracle

Report URL: https://github.com/apache/shardingsphere/actions/runs/21398755649

With regards,
GitHub Actions via GitBox



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

2026-01-26 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
0748ec8423c2b24cc89c1a20cdcf2320819be0aa / Liang Zhang 
Add SQL parser test cases for Oracle (#37853)

Report URL: https://github.com/apache/shardingsphere/actions/runs/21359104080

With regards,
GitHub Actions via GitBox



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

2026-01-23 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
f417d408b97c05a8ffdd15946372efa4171a8aca / Hongsheng Zhong 

Add opengauss in e2e-operation.yml (#37825)

* Add opengauss in e2e-operation.yml

* Update create-table-sql-generator.xml temporarily, to compatible with 
opengauss/opengauss:3.1.0 default sql_compatibility is Oracle

Report URL: https://github.com/apache/shardingsphere/actions/runs/21287524380

With regards,
GitHub Actions via GitBox



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

2026-01-22 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
7a641610d8c7967e670e96878482d9d85dfd2648 / Hongsheng Zhong 

Use TableExtractor to extract schema name from openGauss CREATE INDEX SQL 
(#37814)

Report URL: https://github.com/apache/shardingsphere/actions/runs/21249984370

With regards,
GitHub Actions via GitBox



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

2026-01-21 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
af6a3725cc1164ce45e57a3f9b348cce7938e929 / Zhengqiang Duan 

Minor refactor EncryptPredicateColumnTokenGenerator and 
EncryptPredicateValueTokenGenerator (#37798)

Report URL: https://github.com/apache/shardingsphere/actions/runs/21211094878

With regards,
GitHub Actions via GitBox



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

2026-01-20 Thread GitBox


The GitHub Actions job "Nightly - CI" on shardingsphere.git/master has failed.
Run started by GitHub user menghaoranss (triggered by menghaoranss).

Head commit for run:
77a764e517ce0cb32f6fad4f4b96afe96f47ccd1 / Hongsheng Zhong 

Extract consistency check methods to PipelineE2EDistSQLFacade (#37792)

* Simplify algorithmProps type in E2E

* Rename to startCheckAndVerify

* Extract buildConsistencyCheckDistSQL to PipelineE2EDistSQLFacade

* Unify PipelineE2EDistSQLFacade methods naming

* Simplify PipelineE2EDistSQLFacade.waitJobIncrementalStageStarted params

* Extract startCheck in AbstractMigrationE2EIT

* Simplify AbstractMigrationE2EIT.startCheckAndVerify

* Move AbstractMigrationE2EIT.startCheck and verifyCheck to 
PipelineE2EDistSQLFacade; improve

* Move AbstractMigrationE2EIT.startCheckAndVerify to PipelineE2EDistSQLFacade; 
Refactor param

Report URL: https://github.com/apache/shardingsphere/actions/runs/21172990085

With regards,
GitHub Actions via GitBox



  1   2   3   >