This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new c194e8257 [KYUUBI #4911] [TEST] Remove duplicate test annotations
`org.apache.kyuubi.tags.*` in kyuubi-common
c194e8257 is described below
commit c194e825736c4556be42c9b87e459b0c26d48137
Author: liangbowen <[email protected]>
AuthorDate: Thu Jun 1 11:55:39 2023 +0800
[KYUUBI #4911] [TEST] Remove duplicate test annotations
`org.apache.kyuubi.tags.*` in kyuubi-common
### _Why are the changes needed?_
- Remove test annotations `org.apache.kyuubi.tags.*` which duplicated with
`kyuubi-util-scala`'s in `kyuubi-common` module
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [x] [Run
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #4911 from bowenliang123/remove-test-tags.
Closes #4911
8244410d5 [liangbowen] remove duplicated tags `org.apache.kyuubi.tags.*` in
the common module
Authored-by: liangbowen <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.../java/org/apache/kyuubi/tags/DeltaTest.java | 29 ----------------------
.../java/org/apache/kyuubi/tags/IcebergTest.java | 29 ----------------------
.../java/org/apache/kyuubi/tags/PySparkTest.java | 29 ----------------------
3 files changed, 87 deletions(-)
diff --git a/kyuubi-common/src/test/java/org/apache/kyuubi/tags/DeltaTest.java
b/kyuubi-common/src/test/java/org/apache/kyuubi/tags/DeltaTest.java
deleted file mode 100644
index 1b4b6d00c..000000000
--- a/kyuubi-common/src/test/java/org/apache/kyuubi/tags/DeltaTest.java
+++ /dev/null
@@ -1,29 +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.kyuubi.tags;
-
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-import org.scalatest.TagAnnotation;
-
-@TagAnnotation
-@Retention(RetentionPolicy.RUNTIME)
-@Target({ElementType.METHOD, ElementType.TYPE})
-public @interface DeltaTest {}
diff --git
a/kyuubi-common/src/test/java/org/apache/kyuubi/tags/IcebergTest.java
b/kyuubi-common/src/test/java/org/apache/kyuubi/tags/IcebergTest.java
deleted file mode 100644
index bb598ad68..000000000
--- a/kyuubi-common/src/test/java/org/apache/kyuubi/tags/IcebergTest.java
+++ /dev/null
@@ -1,29 +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.kyuubi.tags;
-
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-import org.scalatest.TagAnnotation;
-
-@TagAnnotation
-@Retention(RetentionPolicy.RUNTIME)
-@Target({ElementType.METHOD, ElementType.TYPE})
-public @interface IcebergTest {}
diff --git
a/kyuubi-common/src/test/java/org/apache/kyuubi/tags/PySparkTest.java
b/kyuubi-common/src/test/java/org/apache/kyuubi/tags/PySparkTest.java
deleted file mode 100644
index 1b7aa97b4..000000000
--- a/kyuubi-common/src/test/java/org/apache/kyuubi/tags/PySparkTest.java
+++ /dev/null
@@ -1,29 +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.kyuubi.tags;
-
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-import java.lang.annotation.Target;
-import org.scalatest.TagAnnotation;
-
-@TagAnnotation
-@Retention(RetentionPolicy.RUNTIME)
-@Target({ElementType.METHOD, ElementType.TYPE})
-public @interface PySparkTest {}