This is an automated email from the ASF dual-hosted git repository.

xiaoyu 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 0e5765f  Remove useless RawExecutionGroupDecorator (#8269)
0e5765f is described below

commit 0e5765f8c604b24f3d05e24c0b9463036e448bab
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Nov 21 19:05:24 2020 +0800

    Remove useless RawExecutionGroupDecorator (#8269)
---
 .../sql/group/raw/RawExecutionGroupDecorator.java  | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git 
a/shardingsphere-infra/shardingsphere-infra-executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/group/raw/RawExecutionGroupDecorator.java
 
b/shardingsphere-infra/shardingsphere-infra-executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/group/raw/RawExecutionGroupDecorator.java
deleted file mode 100644
index 626ef21..0000000
--- 
a/shardingsphere-infra/shardingsphere-infra-executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/group/raw/RawExecutionGroupDecorator.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.shardingsphere.infra.executor.sql.group.raw;
-
-import 
org.apache.shardingsphere.infra.executor.sql.group.ExecutionGroupDecorator;
-import org.apache.shardingsphere.infra.rule.ShardingSphereRule;
-
-/**
- * Raw execution group decorator.
- *
- * @param <T> type of input value
- * @param <R> type of ShardingSphere rule
- */
-public interface RawExecutionGroupDecorator<T, R extends ShardingSphereRule> 
extends ExecutionGroupDecorator<T, R> {
-}

Reply via email to