From 2c5d74d4a1b7623a92c006c0b65bac6dcbdad1da Mon Sep 17 00:00:00 2001 From: Shirshanka Das Date: Fri, 29 Apr 2022 13:09:32 -0700 Subject: [PATCH] upgrading acryl-pyhive version to pick up databricks bugfix --- metadata-ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 9fca5a941411d..4a186555c222a 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -184,7 +184,7 @@ def get_long_description(): # - 0.6.11 adds support for table comments and column comments, # and also releases HTTP and HTTPS transport schemes # - 0.6.12 adds support for Spark Thrift Server - "acryl-pyhive[hive]>=0.6.12" + "acryl-pyhive[hive]>=0.6.13" }, "kafka": kafka_common, "kafka-connect": sql_common | {"requests", "JPype1"},