Skip to content

Commit

Permalink
[dependencies](fe)upgrade paimon to 0.8.1 (apache#37205)
Browse files Browse the repository at this point in the history
## Proposed changes
FYI apache/doris-shade#46

(cherry picked from commit a8aa038)
  • Loading branch information
CalvinKirs committed Jul 9, 2024
1 parent 9b075bc commit d977828
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.0</doris.hive.catalog.shade.version>
<doris.hive.catalog.shade.version>2.1.1</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 @@ -349,7 +349,7 @@ under the License.
<!--todo waiting release-->
<quartz.version>2.3.2</quartz.version>
<!-- paimon -->
<paimon.version>0.8.0</paimon.version>
<paimon.version>0.8.1</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 d977828

Please sign in to comment.