jscheffl commented on code in PR #53302:
URL: https://github.com/apache/airflow/pull/53302#discussion_r2203301509


##########
providers/apache/hive/src/airflow/providers/apache/hive/hooks/hive.py:
##########
@@ -907,7 +907,7 @@ def _get_results(
         with contextlib.closing(self.get_conn(schema)) as conn, 
contextlib.closing(conn.cursor()) as cur:
             cur.arraysize = fetch_size or 1000
 
-            db = self.get_connection(self.hiveserver2_conn_id)  # type: ignore
+            db = self.get_connection(self.hiveserver2_conn_id)

Review Comment:
   same here... as above
   ```suggestion
               db = self.get_connection(self.get_conn_id())
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to