This is an automated email from the ASF dual-hosted git repository.
menghaoranss 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 75a9c69502f Remove the useless annotations of ShardingSphereSchema
(#39039)
75a9c69502f is described below
commit 75a9c69502f71a62b1c5ef53c13884e326c23e0e
Author: Haoran Meng <[email protected]>
AuthorDate: Wed Jul 8 09:11:39 2026 +0800
Remove the useless annotations of ShardingSphereSchema (#39039)
---
.../infra/metadata/database/schema/model/ShardingSphereSchema.java | 5 -----
1 file changed, 5 deletions(-)
diff --git
a/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/model/ShardingSphereSchema.java
b/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/model/ShardingSphereSchema.java
index 9614328281a..d104a004516 100644
---
a/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/model/ShardingSphereSchema.java
+++
b/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/model/ShardingSphereSchema.java
@@ -17,7 +17,6 @@
package org.apache.shardingsphere.infra.metadata.database.schema.model;
-import lombok.AccessLevel;
import lombok.Getter;
import
org.apache.shardingsphere.database.connector.core.metadata.database.enums.QuoteCharacter;
import
org.apache.shardingsphere.database.connector.core.metadata.identifier.IdentifierScope;
@@ -47,16 +46,12 @@ public final class ShardingSphereSchema {
@Getter
private final DatabaseType protocolType;
- @Getter(AccessLevel.NONE)
private DatabaseIdentifierContext identifierContext;
- @Getter(AccessLevel.NONE)
private IdentifierIndex<ShardingSphereTable> tableIndex;
- @Getter(AccessLevel.NONE)
private IdentifierIndex<ShardingSphereTable> logicalTableIndex;
- @Getter(AccessLevel.NONE)
private IdentifierIndex<ShardingSphereView> viewIndex;
/**