jorisvandenbossche commented on code in PR #39623:
URL: https://github.com/apache/arrow/pull/39623#discussion_r1523361864


##########
python/pyarrow/tests/test_dataset_encryption.py:
##########
@@ -15,10 +15,14 @@
 # specific language governing permissions and limitations
 # under the License.
 
+import base64
 from datetime import timedelta
+import numpy as np
 import pyarrow.fs as fs
 import pyarrow as pa
+import pyarrow.parquet as pq

Review Comment:
   I was just deducting that from the fact we got no failures in the builds you 
triggered. 
   But looking at our tasks.yml, it seems the python minimal builds are not 
included in the "python" group ...



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