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 9e1fbc574ff Remove useless setter on
ShardingSQLRewriteContextDecorator (#33769)
9e1fbc574ff is described below
commit 9e1fbc574ff57983361251ccc92d8ad25612f78d
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Nov 23 14:18:43 2024 +0800
Remove useless setter on ShardingSQLRewriteContextDecorator (#33769)
* Remove useless setter on ShardingSQLRewriteContextDecorator
* Remove useless setter on ShardingSQLRewriteContextDecorator
---
.../sharding/rewrite/context/ShardingSQLRewriteContextDecorator.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/features/sharding/core/src/main/java/org/apache/shardingsphere/sharding/rewrite/context/ShardingSQLRewriteContextDecorator.java
b/features/sharding/core/src/main/java/org/apache/shardingsphere/sharding/rewrite/context/ShardingSQLRewriteContextDecorator.java
index a81ea26820e..5b204da5cdc 100644
---
a/features/sharding/core/src/main/java/org/apache/shardingsphere/sharding/rewrite/context/ShardingSQLRewriteContextDecorator.java
+++
b/features/sharding/core/src/main/java/org/apache/shardingsphere/sharding/rewrite/context/ShardingSQLRewriteContextDecorator.java
@@ -17,7 +17,6 @@
package org.apache.shardingsphere.sharding.rewrite.context;
-import lombok.Setter;
import org.apache.shardingsphere.infra.annotation.HighFrequencyInvocation;
import
org.apache.shardingsphere.infra.binder.context.statement.SQLStatementContext;
import
org.apache.shardingsphere.infra.binder.context.statement.ddl.AlterIndexStatementContext;
@@ -42,7 +41,6 @@ import java.util.Collection;
* SQL rewrite context decorator for sharding.
*/
@HighFrequencyInvocation
-@Setter
public final class ShardingSQLRewriteContextDecorator implements
SQLRewriteContextDecorator<ShardingRule> {
@Override