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


##########
python/pyarrow/tests/test_dataset_encryption.py:
##########
@@ -151,3 +155,61 @@ def test_write_dataset_parquet_without_encryption():
 
     with pytest.raises(NotImplementedError):
         _ = pformat.make_write_options(encryption_config="some value")
+
+
[email protected](
+    not encryption_unavailable, reason="Parquet Encryption is currently 
enabled"

Review Comment:
   Shouldn't this be skipped if encryption is unavailable rather than the other 
way around?
   ```suggestion
       encryption_unavailable, reason="Parquet Encryption is not currently 
enabled"
   ```



##########
python/pyarrow/tests/test_dataset_encryption.py:
##########
@@ -151,3 +155,61 @@ def test_write_dataset_parquet_without_encryption():
 
     with pytest.raises(NotImplementedError):
         _ = pformat.make_write_options(encryption_config="some value")
+
+
[email protected](
+    not encryption_unavailable, reason="Parquet Encryption is currently 
enabled"
+)
+def test_large_row_encryption_decryption():
+    """Test encryption and decryption of a large row."""

Review Comment:
   ```suggestion
       """Test encryption and decryption of a large number of rows."""
   ```



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