Skip to content

Commit

Permalink
[fix](arrow-flight) Modify FE Arrow version to 14.0.1 apache#28093
Browse files Browse the repository at this point in the history
Previously temporarily upgrade Arrow to dev version 15.0.0-SNAPSHOT, because the latest release version Arrow 14.0.1 jdbc:arrow-flight-sql has BUG, jdbc:arrow-flight-sql cannot be used normally, see: apache/arrow#38785

But Arrow 15.0.0-SNAPSHOT was not published to the Maven central repository, and the network could not be connected sometimes, so back to Arrow 14.0.1. jdbc:arrow-flight-sql will be supported after upgrading to Arrow 15.0.0 release version.
  • Loading branch information
xinyiZzz authored and 胥剑旭 committed Dec 14, 2023
1 parent 4cbdc78 commit 667233f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,7 @@ under the License.
<iceberg.version>1.1.0</iceberg.version>
<maxcompute.version>0.45.2-public</maxcompute.version>
<avro.version>1.11.2</avro.version>
<!-- Temporarily upgrade Arrow to dev version 15.0.0-SNAPSHOT,
because the latest release version Arrow 14.0.1 jdbc:arrow-flight-sql has BUG,
see: https://github.com/apache/arrow/issues/38785
TODO upgrade to 15.0.0 release version -->
<arrow.version>15.0.0-SNAPSHOT</arrow.version>
<arrow.version>14.0.1</arrow.version>
<!-- hudi -->
<hudi.version>0.13.1</hudi.version>
<presto.hadoop.version>2.7.4-11</presto.hadoop.version>
Expand Down Expand Up @@ -379,10 +375,6 @@ under the License.
<id>cloudera</id>
<url>https://repository.cloudera.com/repository/libs-release-local/</url>
</repository>
<repository>
<id>arrow-apache-nightlies</id>
<url>https://nightlies.apache.org/arrow/java</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit 667233f

Please sign in to comment.