This is an automated email from the ASF dual-hosted git repository.
terrymanu 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 4724ae333fe Update release notes (#38884)
4724ae333fe is described below
commit 4724ae333fe355afb050186d71709a960fc92c14
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Jun 22 18:51:43 2026 +0800
Update release notes (#38884)
* Update release notes
* Refine review-pr mergeability result handling
- add Review Incomplete as a first-class review result
- clarify CI evidence judgment and blocker evidence thresholds
- move SQL parser-specific review guidance into a scoped reference
- update review-pr agent metadata for tri-state review output
* Refine review-pr mergeability result handling
- add Review Incomplete as a first-class review result
- clarify CI evidence judgment and blocker evidence thresholds
- move SQL parser-specific review guidance into a scoped reference
- update review-pr agent metadata for tri-state review output
* Update release notes
---
RELEASE-NOTES.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 59a5eda267b..2dccc313152 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -27,6 +27,7 @@
1. Pipeline: Fix MySQL zero-value temporal binlog decoding with fractional
precision in migration -
[#38629](https://github.com/apache/shardingsphere/pull/38629)
1. Pipeline: Fix escape MySQL JSON binlog control characters -
[#38800](https://github.com/apache/shardingsphere/pull/38800)
1. Sharding: Support ORDER BY MySQL VARBINARY column by wrapping byte[] values
in a Comparable adapter -
[#38699](https://github.com/apache/shardingsphere/pull/38699)
+1. Sharding: Fix generated actual index names exceeding database identifier
length limits while preserving legacy generated index name compatibility -
[#38449](https://github.com/apache/shardingsphere/pull/38449)
1. Sharding: Fix AUTO_INTERVAL sharding failure under JVM default locales that
use comma decimal separators -
[#38806](https://github.com/apache/shardingsphere/pull/38806)
1. DistSQL: Fix case-sensitive storage unit matching in `SHOW RULES USED
STORAGE UNIT` - [#38848](https://github.com/apache/shardingsphere/pull/38848)