rok commented on code in PR #47199: URL: https://github.com/apache/arrow/pull/47199#discussion_r2242818334
########## python/pyarrow/tests/parquet/test_basic.py: ########## @@ -76,20 +76,16 @@ def test_set_data_page_size(): _check_roundtrip(t, data_page_size=target_page_size) -@pytest.mark.pandas def test_set_write_batch_size(): Review Comment: This now runs when Pandas is not present, which is great, but fails when numpy is not present. Can you try adding `@pytest.mark.numpy`? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org