This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit d1bb63ed67e5d9f88298df236191dc5194420e48 Author: Xinyi Zou <[email protected]> AuthorDate: Mon Feb 5 10:10:50 2024 +0800 [fix](arrow-flight) Modify FE Arrow version to 15.0.0 #30824 --- fe/pom.xml | 2 +- regression-test/framework/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/pom.xml b/fe/pom.xml index 9561f27fe71..05bdc133206 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -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> diff --git a/regression-test/framework/pom.xml b/regression-test/framework/pom.xml index 2361baa3804..9e804362144 100644 --- a/regression-test/framework/pom.xml +++ b/regression-test/framework/pom.xml @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
