pitrou commented on a change in pull request #12565:
URL: https://github.com/apache/arrow/pull/12565#discussion_r821558779



##########
File path: dev/tasks/tasks.yml
##########
@@ -1392,6 +1392,7 @@ tasks:
         PYTHON: "{{ python_version }}"
         PANDAS: "{{ pandas_version }}"
         NUMPY: "{{ numpy_version }}"
+        PARQUET_REQUIRE_ENCRYPTION: "OFF"
     {% if cache_leaf %}
       # use the latest pandas release, so prevent reusing any cached layers
       flags: --no-leaf-cache

Review comment:
       Just for the record, isn't this condition inverted? In the parameters, 
`cache_leaf` is true for the fixed pandas version (0.24)...
   
   @kszucs 

##########
File path: dev/tasks/tasks.yml
##########
@@ -1392,6 +1392,7 @@ tasks:
         PYTHON: "{{ python_version }}"
         PANDAS: "{{ pandas_version }}"
         NUMPY: "{{ numpy_version }}"
+        PARQUET_REQUIRE_ENCRYPTION: "OFF"

Review comment:
       Can we do this just for one of these builds, not all of them?




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