potiuk commented on code in PR #60070: URL: https://github.com/apache/airflow/pull/60070#discussion_r2665902702
########## providers/apache/hive/src/airflow/providers/apache/hive/hooks/hive.py: ########## @@ -16,6 +16,12 @@ # specific language governing permissions and limitations # under the License. from __future__ import annotations +try: Review Comment: I think it's better to do it similarly as in other, related PRs to keep the same convention? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
