Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGE-LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- Upgrade paimon to 0.8.1
#### 2.1.2
- Upgrade paimon to 0.9.0
#### 2.1.3
- Upgrade paimon to 1.0.0
- Upgrade iceberg to 1.6.1
### 2.0
#### 2.0.0
- upgrade avro to 1.11.3
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Doris
Copyright 2018-2024 The Apache Software Foundation
Copyright 2018-2025 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
6 changes: 3 additions & 3 deletions hive-catalog-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.3-SNAPSHOT</version>
</parent>

<artifactId>hive-catalog-shade</artifactId>
Expand All @@ -30,8 +30,8 @@ under the License.
<!--We rewritten some hive methods, so we need to keep the same hadoop version as the main library-->
<hadoop.version>3.3.6</hadoop.version>
<hive.storage.api.version>2.8.1</hive.storage.api.version>
<iceberg-hive-metastore.version>1.4.3</iceberg-hive-metastore.version>
<paimon-hive-metastore.version>0.9.0</paimon-hive-metastore.version>
<iceberg-hive-metastore.version>1.6.1</iceberg-hive-metastore.version>
<paimon-hive-metastore.version>1.0.0</paimon-hive-metastore.version>
<avro.version>1.11.4</avro.version>
<ivy.version>2.5.2</ivy.version>
<parquet.version>1.13.1</parquet.version>
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>2.1.2-SNAPSHOT</version>
<version>2.1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Archetype - doris-shade</name>
<url>https://doris.apache.org</url>
Expand Down
Loading