Skip to content

Commit

Permalink
[fix](arrow-flight) Modify FE Arrow version to 15.0.0 #30824
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz authored and Doris-Extras committed Feb 5, 2024
1 parent 48aaaa8 commit d1bb63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ under the License.
<iceberg.version>1.1.0</iceberg.version>
<maxcompute.version>0.45.2-public</maxcompute.version>
<avro.version>1.11.3</avro.version>
<arrow.version>14.0.2</arrow.version>
<arrow.version>15.0.0</arrow.version>
<!-- hudi -->
<hudi.version>0.13.1</hudi.version>
<presto.hadoop.version>2.7.4-11</presto.hadoop.version>
Expand Down
2 changes: 1 addition & 1 deletion regression-test/framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ under the License.
<groovy-eclipse-compiler.version>3.7.0</groovy-eclipse-compiler.version>
<antlr.version>4.9.3</antlr.version>
<hadoop.version>2.8.0</hadoop.version>
<arrow.version>14.0.1</arrow.version>
<arrow.version>15.0.0</arrow.version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit d1bb63e

Please sign in to comment.