mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
chore: ci Initial hive support (#10593)
* Initial hive support * Clone hive setup * Make hive tests work locally * Debugging presto failure * sleep in dataset test * Address comments * Address comments * Pin ipython, exclude new pylint rules Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com>
This commit is contained in:
@@ -208,6 +208,8 @@ class TestDbEngineSpecs(TestDbEngineSpec):
|
||||
]
|
||||
if example_db.backend == "postgresql":
|
||||
expected = ["VARCHAR(255)", "VARCHAR(255)", "DOUBLE PRECISION"]
|
||||
elif example_db.backend == "hive":
|
||||
expected = ["STRING", "STRING", "FLOAT"]
|
||||
else:
|
||||
expected = ["VARCHAR(255)", "VARCHAR(255)", "FLOAT"]
|
||||
self.assertEqual(col_names, expected)
|
||||
|
||||
Reference in New Issue
Block a user