You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/23 19:46:29 UTC

[GitHub] [airflow] ankurbajaj9 commented on a diff in pull request #24550: `WebHDFSHook` Bugfix/optional port

ankurbajaj9 commented on code in PR #24550:
URL: https://github.com/apache/airflow/pull/24550#discussion_r905396971


##########
airflow/providers/apache/hdfs/hooks/webhdfs.py:
##########
@@ -63,39 +63,51 @@ def get_conn(self) -> Any:
         """
         connection = self._find_valid_server()
         if connection is None:
-            raise AirflowWebHDFSHookException("Failed to locate the valid server.")
+            raise AirflowWebHDFSHookException(

Review Comment:
   it was changed automatically using the python formatter 



-- 
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-unsubscribe@airflow.apache.org

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