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

shaofengshi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino-playground.git


The following commit(s) were added to refs/heads/main by this push:
     new f1567d2  [#135] improvement: Update Hive image (#136)
f1567d2 is described below

commit f1567d2ba420189413e13853a5a6109c4e1d800b
Author: Mini Yu <[email protected]>
AuthorDate: Thu Jun 26 16:24:05 2025 +0800

    [#135] improvement: Update Hive image (#136)
    
    ### What changes were proposed in this pull request?
    
    Change the docker Hive playground image from 0.1.14 to 0.1.15
    
    ### Why are the changes needed?
    
    Please see https://github.com/apache/gravitino/issues/6612
    
    Fix: #135
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A.
    
    ### How was this patch tested?
    
    Test locally.
---
 docker-compose.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yaml b/docker-compose.yaml
index a68cf9e..79f0c22 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -18,7 +18,7 @@
 #
 services:
   hive:
-    image: apache/gravitino-playground:hive-0.1.14
+    image: apache/gravitino-playground:hive-0.1.15
     ports:
       - "3307:3306"
       - "19000:9000"

Reply via email to