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

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


The following commit(s) were added to refs/heads/master by this push:
     new eb1d7729a1bb fix(trino): Fix Docker initialization issue in the Trino 
plugin (#18220)
eb1d7729a1bb is described below

commit eb1d7729a1bbaebee4a51e5d2ba24b1c068cf295
Author: vamsikarnika <[email protected]>
AuthorDate: Wed Feb 18 23:09:42 2026 +0530

    fix(trino): Fix Docker initialization issue in the Trino plugin (#18220)
---
 .github/workflows/bot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml
index d03f501cc7a7..1d82fd5ddf81 100644
--- a/.github/workflows/bot.yml
+++ b/.github/workflows/bot.yml
@@ -1273,4 +1273,4 @@ jobs:
       - name: Test hudi-trino-plugin with JDK 23
         working-directory: ./hudi-trino-plugin
         run:
-          mvn test
+          mvn test -Dapi.version=1.44

Reply via email to