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


##########
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:
   We might not have an actual test build without parquet .. (but indeed in 
general we always import pyarrow.parquet within a try/except to let this run on 
versions without parquet support as well)



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