[feat] Support Hive Conn (#1215)

Co-authored-by: xiuzhu <edy@dodge-pro.local>
This commit is contained in:
xiuzhu9527
2024-03-03 09:50:11 -06:00
committed by GitHub
parent 0f3ad67c85
commit 54ba663646
10 changed files with 988 additions and 3 deletions

View File

@@ -568,6 +568,9 @@ def all_datasource_requires():
"mysqlclient==2.1.0",
"pydoris>=1.0.2,<2.0.0",
"clickhouse-connect",
"pyhive",
"thrift",
"thrift_sasl",
]