You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/22 18:20:14 UTC

(superset) 01/01: fix(trino): bumping trino to fix hudi schema fetching

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

rusackas pushed a commit to branch bump-trino
in repository https://gitbox.apache.org/repos/asf/superset.git

commit a059446e581811f3e7bf1e3793910b27f5f814de
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Thu Feb 22 11:19:53 2024 -0700

    fix(trino): bumping trino to fix hudi schema fetching
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 3917d8a3f2..67b0d3fdbe 100644
--- a/setup.py
+++ b/setup.py
@@ -189,7 +189,7 @@ setup(
         "playwright": ["playwright>=1.37.0, <2"],
         "postgres": ["psycopg2-binary==2.9.6"],
         "presto": ["pyhive[presto]>=0.6.5"],
-        "trino": ["trino>=0.324.0"],
+        "trino": ["trino>=0.328.0"],
         "prophet": ["prophet>=1.1.5, <2"],
         "redshift": ["sqlalchemy-redshift>=0.8.1, <0.9"],
         "rockset": ["rockset-sqlalchemy>=0.0.1, <1"],