You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/09/01 03:26:17 UTC

[superset] branch master updated: chore: updating thrift (#20776)

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

villebro 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 6d65f806d8 chore: updating thrift (#20776)
6d65f806d8 is described below

commit 6d65f806d83e2479f4ce19fb9ab96e3985e30810
Author: nisheldo <nj...@me.com>
AuthorDate: Wed Aug 31 22:26:00 2022 -0500

    chore: updating thrift (#20776)
    
    Co-authored-by: Nick Sheldon <Ni...@cargill.com>
---
 requirements/development.txt | 2 +-
 setup.py                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements/development.txt b/requirements/development.txt
index ea8435c939..5fc11b914c 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -103,7 +103,7 @@ tableschema==1.20.2
     # via apache-superset
 tabulator==1.53.5
     # via tableschema
-thrift==0.13.0
+thrift==0.14.1
     # via
     #   apache-superset
     #   pyhive
diff --git a/setup.py b/setup.py
index 4e495bb133..dc2f4e208c 100644
--- a/setup.py
+++ b/setup.py
@@ -151,7 +151,7 @@ setup(
         "firebolt": ["firebolt-sqlalchemy>=0.0.1"],
         "gsheets": ["shillelagh[gsheetsapi]>=1.0.14, <2"],
         "hana": ["hdbcli==2.4.162", "sqlalchemy_hana==0.4.0"],
-        "hive": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.11.0, <1.0.0"],
+        "hive": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.14.1, <1.0.0"],
         "impala": ["impyla>0.16.2, <0.17"],
         "kusto": ["sqlalchemy-kusto>=1.0.1, <2"],
         "kylin": ["kylinpy>=2.8.1, <2.9"],
@@ -169,7 +169,7 @@ setup(
             "shillelagh[datasetteapi,gsheetsapi,socrata,weatherapi]>=1.0.3, <2"
         ],
         "snowflake": ["snowflake-sqlalchemy>=1.2.4, <2"],
-        "spark": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.11.0, <1.0.0"],
+        "spark": ["pyhive[hive]>=0.6.5", "tableschema", "thrift>=0.14.1, <1.0.0"],
         "teradata": ["teradatasql>=16.20.0.23"],
         "thumbnails": ["Pillow>=9.1.1, <10.0.0"],
         "vertica": ["sqlalchemy-vertica-python>=0.5.9, < 0.6"],