frazar commented on code in PR #38360:
URL: https://github.com/apache/arrow/pull/38360#discussion_r1393152955


##########
python/pyarrow/tests/parquet/test_basic.py:
##########
@@ -882,3 +884,141 @@ def test_thrift_size_limits(tempdir):
     assert got == table
     got = pq.read_table(path)
     assert got == table
+
+
+def test_page_checksum_verification_write_table(tempdir):

Review Comment:
   Thanks! In the latest push, I added `test_checksum_write_to_dataset()` to 
`python/pyarrow/tests/test_dataset.py`, which should implement the two test 
cases you mentioned.



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