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 904a9623d2a Refactor NodePathPattern (#34762)
904a9623d2a is described below
commit 904a9623d2a7a44ff40b76ffab3fdc97e0c03e66
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Feb 23 18:22:54 2025 +0800
Refactor NodePathPattern (#34762)
---
.../java/org/apache/shardingsphere/mode/node/path/NodePathPattern.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/NodePathPattern.java
b/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/NodePathPattern.java
index 57e55f7a179..298d0a939d2 100644
---
a/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/NodePathPattern.java
+++
b/mode/node/src/main/java/org/apache/shardingsphere/mode/node/path/NodePathPattern.java
@@ -34,5 +34,5 @@ public final class NodePathPattern {
/**
* Qualified identifier pattern.
*/
- public static final String QUALIFIED_IDENTIFIER = "([\\w.-]+)";
+ public static final String QUALIFIED_IDENTIFIER = "([\\w-.]+)";
}