Skip to content

Commit

Permalink
Revert "[bugfix](paimon)upgrade paimon to 0.9" (#42075)
Browse files Browse the repository at this point in the history
Reverts #41337
paimon 0.9 introduce a breaking change that user can not read bucket
table without bucket key.
  • Loading branch information
morningman authored Oct 18, 2024
1 parent 1cd3d9d commit fc3e99b
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.2</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 @@ -362,7 +362,7 @@ under the License.
<quartz.version>2.3.2</quartz.version>
<aircompressor.version>0.27</aircompressor.version>
<!-- paimon -->
<paimon.version>0.9.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 fc3e99b

Please sign in to comment.