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/07/26 15:30:50 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #25310: Adds new warning to provider verification

potiuk commented on code in PR #25310:
URL: https://github.com/apache/airflow/pull/25310#discussion_r930111516


##########
scripts/in_container/verify_providers.py:
##########
@@ -141,6 +141,11 @@ class ProviderPackageDetails(NamedTuple):
         "adheres to: 'pyarrow<5.1.0,>=5.0.0; extra == \"pandas\"'",
         "snowflake",
     ),
+    (
+        "You have an incompatible version of 'pyarrow' installed (6.0.1), please install a version that "
+        "adheres to: 'pyarrow<8.1.0,>=8.0.0; extra == \"pandas\"'",

Review Comment:
   I gess beam is stopping us :) 



-- 
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