We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15aa08 commit 87097d5Copy full SHA for 87097d5
tests/unit/test_s3_parquet.py
@@ -62,7 +62,7 @@ def test_read_parquet_metadata_nonexistent_file(path):
62
wr.s3.read_parquet_metadata(path + "non-existent-file.parquet")
63
64
65
-def read_parquet_metadata_large_dtype(path):
+def test_read_parquet_metadata_large_dtype(path):
66
schema = pa.schema(
67
[
68
pa.field("c0", pa.large_list(pa.large_string())),
0 commit comments