This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new a49eca81067 [FLINK-39647] Downgrade presto-hive to 0.294
a49eca81067 is described below

commit a49eca810678d5389f0522cf13e51ce4713c87a3
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sun May 17 22:23:42 2026 +0200

    [FLINK-39647] Downgrade presto-hive to 0.294
---
 flink-filesystems/flink-s3-fs-presto/pom.xml       | 10 +++++-----
 .../src/main/resources/META-INF/NOTICE             | 22 +++++++++++-----------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/flink-filesystems/flink-s3-fs-presto/pom.xml 
b/flink-filesystems/flink-s3-fs-presto/pom.xml
index 96c347598c3..cb3236ce1a6 100644
--- a/flink-filesystems/flink-s3-fs-presto/pom.xml
+++ b/flink-filesystems/flink-s3-fs-presto/pom.xml
@@ -32,7 +32,7 @@ under the License.
        <packaging>jar</packaging>
 
        <properties>
-               <presto.version>0.297</presto.version>
+               <presto.version>0.294</presto.version>
                <surefire.module.config> <!--
                        S5CmdOnPrestoS3FileSystemITCase uses 
ArraysAsListSerializer indirectly
                        -->--add-opens=java.base/java.util=ALL-UNNAMED
@@ -222,19 +222,19 @@ under the License.
                                        <artifactId>cglib-nodep</artifactId>
                                </exclusion>
                                <exclusion>
-                                       
<groupId>com.facebook.airlift.drift</groupId>
+                                       <groupId>com.facebook.drift</groupId>
                                        <artifactId>drift-api</artifactId>
                                </exclusion>
                                <exclusion>
-                                       
<groupId>com.facebook.airlift.drift</groupId>
+                                       <groupId>com.facebook.drift</groupId>
                                        <artifactId>drift-codec</artifactId>
                                </exclusion>
                                <exclusion>
-                                       
<groupId>com.facebook.airlift.drift</groupId>
+                                       <groupId>com.facebook.drift</groupId>
                                        
<artifactId>drift-codec-utils</artifactId>
                                </exclusion>
                                <exclusion>
-                                       
<groupId>com.facebook.airlift.drift</groupId>
+                                       <groupId>com.facebook.drift</groupId>
                                        
<artifactId>drift-transport-netty</artifactId>
                                </exclusion>
                                <exclusion>
diff --git 
a/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE 
b/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
index 4c1df298ce5..e833b2c8c7c 100644
--- a/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
+++ b/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE
@@ -12,17 +12,16 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - com.amazonaws:aws-java-sdk-s3:1.12.779
 - com.amazonaws:aws-java-sdk-sts:1.12.779
 - com.amazonaws:jmespath-java:1.12.779
-- com.facebook.airlift:configuration:0.227
-- com.facebook.airlift:log:0.227
-- com.facebook.airlift:stats:0.227
-- com.facebook.airlift:units:0.227
-- com.facebook.airlift:security:0.227
+- com.facebook.airlift:configuration:0.216
+- com.facebook.airlift:log:0.216
+- com.facebook.airlift:stats:0.216
+- com.facebook.airlift:security:0.216
 - com.facebook.presto.hadoop:hadoop-apache2:2.7.4-9
-- com.facebook.presto:presto-common:0.297
-- com.facebook.presto:presto-hive:0.297
-- com.facebook.presto:presto-hive-common:0.297
-- com.facebook.presto:presto-hive-metastore:0.297
-- com.facebook.presto:presto-hdfs-core:0.297
+- com.facebook.presto:presto-common:0.294
+- com.facebook.presto:presto-hive:0.294
+- com.facebook.presto:presto-hive-common:0.294
+- com.facebook.presto:presto-hive-metastore:0.294
+- com.facebook.presto:presto-hdfs-core:0.294
 - com.fasterxml.jackson.core:jackson-annotations:2.21
 - com.fasterxml.jackson.core:jackson-core:2.21.3
 - com.fasterxml.jackson.core:jackson-databind:2.21.3
@@ -31,13 +30,14 @@ This project bundles the following dependencies under the 
Apache Software Licens
 - com.google.guava:guava:32.1.0-jre
 - com.google.guava:failureaccess:1.0.1
 - com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
-- com.google.inject:guice:6.0.0
+- com.google.inject:guice:5.1.0
 - commons-beanutils:commons-beanutils:1.9.4
 - commons-codec:commons-codec:1.15
 - commons-collections:commons-collections:3.2.2
 - commons-io:commons-io:2.15.1
 - commons-logging:commons-logging:1.1.3
 - io.airlift:slice:0.38
+- io.airlift:units:1.3
 - joda-time:joda-time:2.5
 - org.alluxio:alluxio-shaded-client:2.8.1
 - org.apache.commons:commons-compress:1.26.0

Reply via email to