This is an automated email from the ASF dual-hosted git repository.
wuweijie 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 33e016c5a63 Fix sonar issue (#29717)
33e016c5a63 is described below
commit 33e016c5a63435aebe0f7c79e771eae0b2bddd1d
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Jan 14 00:43:51 2024 +0800
Fix sonar issue (#29717)
---
.../sqlserver/visitor/statement/SQLServerStatementVisitor.java | 5 -----
1 file changed, 5 deletions(-)
diff --git
a/parser/sql/dialect/sqlserver/src/main/java/org/apache/shardingsphere/sql/parser/sqlserver/visitor/statement/SQLServerStatementVisitor.java
b/parser/sql/dialect/sqlserver/src/main/java/org/apache/shardingsphere/sql/parser/sqlserver/visitor/statement/SQLServerStatementVisitor.java
index 9a4e1cba7d2..f6d395657c4 100644
---
a/parser/sql/dialect/sqlserver/src/main/java/org/apache/shardingsphere/sql/parser/sqlserver/visitor/statement/SQLServerStatementVisitor.java
+++
b/parser/sql/dialect/sqlserver/src/main/java/org/apache/shardingsphere/sql/parser/sqlserver/visitor/statement/SQLServerStatementVisitor.java
@@ -1451,11 +1451,6 @@ public abstract class SQLServerStatementVisitor extends
SQLServerStatementBaseVi
return result;
}
- @Override
- public ASTNode visitStatisticsOption(final StatisticsOptionContext ctx) {
- return super.visitStatisticsOption(ctx);
- }
-
@Override
public ASTNode visitSampleOption(final SampleOptionContext ctx) {
SampleOptionSegment result = new
SampleOptionSegment(ctx.getStart().getStartIndex(),
ctx.getStop().getStopIndex());