Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix](arrow-flight) Modify FE Arrow version to 14.0.1 #28093

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading