This is an automated email from the ASF dual-hosted git repository. chenliang613 pushed a commit to branch chenliang613-patch-1 in repository https://gitbox.apache.org/repos/asf/carbondata.git
commit 2d9890860fd4703e355b84ff03853eda7c46aebf Author: Liang Chen <[email protected]> AuthorDate: Sat Feb 22 21:57:13 2025 +0800 Update presto dependency version to 0.291 Update presto dependency version to 0.291 as per (https://prestodb.io/docs/current/) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 755f625084..01130b9a37 100644 --- a/pom.xml +++ b/pom.xml @@ -851,7 +851,7 @@ <profile> <id>prestodb</id> <properties> - <presto.version>0.217</presto.version> + <presto.version>0.291</presto.version> <scala.version>2.11.8</scala.version> <airlift.version>0.31</airlift.version> <presto.groupid>com.facebook.presto</presto.groupid>
