You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/03/24 03:12:38 UTC

[superset] branch master updated: fix(CI): use presto docker image from starburst (#13756)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9773aba  fix(CI): use presto docker image from starburst (#13756)
9773aba is described below

commit 9773aba522e957ed9423045ca153219638a85d2f
Author: Jesse Yang <je...@airbnb.com>
AuthorDate: Tue Mar 23 20:11:58 2021 -0700

    fix(CI): use presto docker image from starburst (#13756)
---
 .github/workflows/superset-python-presto-hive.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/superset-python-presto-hive.yml b/.github/workflows/superset-python-presto-hive.yml
index 4eefa90..e4b6ca4 100644
--- a/.github/workflows/superset-python-presto-hive.yml
+++ b/.github/workflows/superset-python-presto-hive.yml
@@ -33,7 +33,7 @@ jobs:
           # GitHub action runner's default installations
           - 15432:5432
       presto:
-        image: prestosql/presto:339
+        image: starburstdata/presto:350-e.6
         env:
           POSTGRES_USER: superset
           POSTGRES_PASSWORD: superset