Skip to content

Commit

Permalink
[hive] Remove redundant test class 'CommonTestUtils' (apache#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin authored Sep 26, 2023
1 parent 613a261 commit b6d9c92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 118 deletions.
8 changes: 8 additions & 0 deletions paimon-hive/paimon-hive-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,14 @@ under the License.
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-common</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-format</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

import org.apache.paimon.catalog.CatalogTestBase;
import org.apache.paimon.catalog.Identifier;
import org.apache.paimon.hive.utils.CommonTestUtils;
import org.apache.paimon.schema.Schema;
import org.apache.paimon.types.DataField;
import org.apache.paimon.types.DataTypes;
import org.apache.paimon.utils.CommonTestUtils;

import org.apache.paimon.shade.guava30.com.google.common.collect.Lists;

Expand Down

This file was deleted.

0 comments on commit b6d9c92

Please sign in to comment.