pitrou commented on code in PR #40976:
URL: https://github.com/apache/arrow/pull/40976#discussion_r1552052646


##########
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():
+    # GH-39440
+    msg = "ParquetFileFormat\\(\\) must be initiated before calling 
make_write_options"

Review Comment:
   I think you need to fix the expected error message now :-)



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