pitrou commented on code in PR #40976:
URL: https://github.com/apache/arrow/pull/40976#discussion_r1552053239
##########
python/pyarrow/tests/test_dataset_encryption.py:
##########
@@ -215,3 +215,15 @@ def unwrap_key(self, wrapped_key: bytes, _: str) -> bytes:
dataset = ds.dataset(path, format=file_format, filesystem=mockfs)
new_table = dataset.to_table()
assert table == new_table
+
+
+def test_make_write_options_error():
Review Comment:
By the way, this probably shouldn't be among the encryption tests.
--
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]