Skip to content

Commit 55c575d

Browse files
author
maxim veksler
committed
Explain why fastparquet is unimplemented.
1 parent 87614c2 commit 55c575d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/io/test_parquet.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,5 +503,7 @@ def test_filter_row_groups(self, fp):
503503
def test_s3_roundtrip(self, df_compat, s3_resource, fp):
504504
# GH #19134
505505
with pytest.raises(NotImplementedError):
506+
# Known limitation, fastparquet doesn't support writing to S3.
507+
# https://git.io/vNCcz
506508
self.check_round_trip(df_compat, fp,
507509
path='s3://pandas-test/fastparquet.parquet')

0 commit comments

Comments
 (0)