From 0020a56475f41159938c1a598ab0dc0a8ceec52b Mon Sep 17 00:00:00 2001 From: "V. Ganesh" Date: Thu, 1 Dec 2022 17:17:42 +0530 Subject: [PATCH] fix a doc typo (#138) --- dbt/adapters/impala/connections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/adapters/impala/connections.py b/dbt/adapters/impala/connections.py index a91faad..1fa2059 100644 --- a/dbt/adapters/impala/connections.py +++ b/dbt/adapters/impala/connections.py @@ -302,7 +302,7 @@ def fetch_impala_version(cls, connection): tracker.populate_warehouse_info({ "version": ImpalaConnectionManager.impala_version, "build": res[0][0] }) except Exception as ex: - # we couldn't get the spark warehouse version, default to version 2 + # we couldn't get the impala warehouse version logger.debug(f"Cannot get impala version. Error: {ex}") ImpalaConnectionManager.impala_version = "NA"