lidavidm commented on a change in pull request #12639:
URL: https://github.com/apache/arrow/pull/12639#discussion_r827935413



##########
File path: python/setup.py
##########
@@ -421,7 +421,8 @@ def _bundle_cython_cpp(self, name, lib_path):
     def _failure_permitted(self, name):
         if name == '_parquet' and not self.with_parquet:
             return True
-        if name == '_parquet_encryption' and not self.with_parquet_encryption:
+        if name == '_parquet_encryption' and \
+                not (self.with_parquet and self.with_parquet_encryption):

Review comment:
       I fixed the script as well but IMO setup.py still either needs to 1) 
implicitly turn on Parquet if encryption is requested or 2) implicitly turn off 
encryption if Parquet is not enabled




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