Skip to content

Commit

Permalink
[bugfix](paimon)upgrade paimon to 0.9 (apache#41337)
Browse files Browse the repository at this point in the history
## Proposed changes

upgrade paimon to 0.9
  • Loading branch information
wuwenchi authored Oct 17, 2024
1 parent 64fd929 commit 0bbf502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ under the License.
<doris.home>${fe.dir}/../</doris.home>
<revision>1.2-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<doris.hive.catalog.shade.version>2.1.1</doris.hive.catalog.shade.version>
<doris.hive.catalog.shade.version>2.1.2</doris.hive.catalog.shade.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!--plugin parameters-->
Expand Down Expand Up @@ -362,7 +362,7 @@ under the License.
<quartz.version>2.3.2</quartz.version>
<aircompressor.version>0.27</aircompressor.version>
<!-- paimon -->
<paimon.version>0.8.1</paimon.version>
<paimon.version>0.9.0</paimon.version>
<disruptor.version>3.4.4</disruptor.version>
<!-- arrow flight sql -->
<arrow.vector.classifier>shade-format-flatbuffers</arrow.vector.classifier>
Expand Down

0 comments on commit 0bbf502

Please sign in to comment.