Skip to content

Commit 60f8555

Browse files
[FLINK-38557] commit to check if build failure is because of version bumping
1 parent e30f541 commit 60f8555

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flink-filesystems/flink-s3-fs-presto/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ under the License.
3232
<packaging>jar</packaging>
3333

3434
<properties>
35-
<presto.version>0.295</presto.version>
35+
<presto.version>0.272</presto.version>
3636
<surefire.module.config> <!--
3737
S5CmdOnPrestoS3FileSystemITCase uses ArraysAsListSerializer indirectly
3838
-->--add-opens=java.base/java.util=ALL-UNNAMED
@@ -604,3 +604,4 @@ under the License.
604604
</build>
605605

606606
</project>
607+

0 commit comments

Comments
 (0)