Skip to content

Commit

Permalink
[paimon-catalog] support paimon 0.5.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
zddr authored Sep 28, 2023
1 parent c62212d commit 897d2ec
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion hadoop-aws-shade-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>hadoop-aws-shade-2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-cloud-shade-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>hadoop-cloud-shade-2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-shade-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>hadoop-shade-2</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions hive-catalog-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>hive-catalog-shade</artifactId>

<properties>
<hive.version>3.1.3</hive.version>
<!--We rewritten some hive methods, so we need to keep the same hadoop version as the main library-->
<hadoop.version>3.3.4</hadoop.version>
<hadoop.version>3.3.6</hadoop.version>
<hive.storage.api.version>2.8.1</hive.storage.api.version>
<iceberg-hive-metastore.version>1.1.0</iceberg-hive-metastore.version>
<paimon-hive-metastore.version>0.4.0-incubating</paimon-hive-metastore.version>
<paimon-hive-metastore.version>0.5.0-incubating</paimon-hive-metastore.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -449,7 +449,7 @@ under the License.
</relocation>
<relocation>
<pattern>org.apache.httpcomponents</pattern>
<shadePattern>shade.doris.hive.org.apache.httpcomponents</shadePattern>
<shadedPattern>shade.doris.hive.org.apache.httpcomponents</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion hive-shade-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>hive-shade-3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hudi-mr-shade-0.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>hudi-mr-shade-0.13</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kerby-shade-1.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>kerby-shade-1.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
</parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Archetype - doris-shade</name>
<url>https://doris.apache.org</url>
Expand Down
2 changes: 1 addition & 1 deletion spring-shade-5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>spring-shade-5</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions thrift-shade-0.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
</parent>
<artifactId>thrift-shade-0.13</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
<properties>
<libethrift.version>0.13.0</libethrift.version>
</properties>
Expand Down

0 comments on commit 897d2ec

Please sign in to comment.