kou commented on code in PR #46834:
URL: https://github.com/apache/arrow/pull/46834#discussion_r2158384064


##########
ci/conan/all/conanfile.py:
##########
@@ -268,7 +268,9 @@ def validate(self):
             raise ConanInvalidConfiguration("arrow:parquet requires 
arrow:with_thrift")
 
     def build_requirements(self):
-        if Version(self.version) >= "13.0.0":
+        if Version(self.version) >= "20.0.0":
+            self.tool_requires("cmake/[>=3.25 <4]")
+        else:

Review Comment:
   Because it was added after https://github.com/apache/arrow/pull/46758 .



##########
ci/conan/all/conanfile.py:
##########
@@ -268,7 +268,9 @@ def validate(self):
             raise ConanInvalidConfiguration("arrow:parquet requires 
arrow:with_thrift")
 
     def build_requirements(self):
-        if Version(self.version) >= "13.0.0":
+        if Version(self.version) >= "20.0.0":
+            self.tool_requires("cmake/[>=3.25 <4]")
+        else:

Review Comment:
   Yes.



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

Reply via email to