You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "wjones127 (via GitHub)" <gi...@apache.org> on 2023/03/06 17:51:24 UTC

[GitHub] [arrow] wjones127 commented on a diff in pull request #34435: GH-34410: [Python] Allow chunk sizes larger than the default to be used

wjones127 commented on code in PR #34435:
URL: https://github.com/apache/arrow/pull/34435#discussion_r1126815311


##########
python/pyarrow/tests/parquet/test_parquet_writer.py:
##########
@@ -202,6 +203,39 @@ def test_parquet_writer_write_wrappers(tempdir, filesystem):
     tm.assert_frame_equal(result, df)
 
 
+@pytest.mark.pandas

Review Comment:
   Perhaps also:
   
   ```suggestion
   @pytest.mark.large_memory
   @pytest.mark.pandas
   ```



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org