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:13 UTC

(superset) branch bump-trino created (now a059446e58)

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

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


      at a059446e58 fix(trino): bumping trino to fix hudi schema fetching

This branch includes the following new commits:

     new a059446e58 fix(trino): bumping trino to fix hudi schema fetching

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ru...@apache.org.
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"],