pitrou commented on code in PR #39623: URL: https://github.com/apache/arrow/pull/39623#discussion_r1523353708
########## 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: Ah, I thought we did... -- 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]
