Skip to content

Commit a98c46f

Browse files
committed
Fix other isntances of serialized_size
1 parent 3d72a8e commit a98c46f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/python/parquet.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The ``FileMetaData`` of a Parquet file can be accessed through
276276
num_rows: 3
277277
num_row_groups: 1
278278
format_version: 2.6
279-
serialized_size: 2733
279+
serialized_size: ...
280280
281281
or can also be read directly using :func:`~parquet.read_metadata`:
282282

@@ -290,7 +290,7 @@ or can also be read directly using :func:`~parquet.read_metadata`:
290290
num_rows: 3
291291
num_row_groups: 1
292292
format_version: 2.6
293-
serialized_size: 2733
293+
serialized_size: ...
294294
295295
The returned ``FileMetaData`` object allows to inspect the
296296
`Parquet file metadata <https://github.com/apache/parquet-format#metadata>`__,
@@ -588,7 +588,7 @@ the same:
588588
num_rows: 3
589589
num_row_groups: 1
590590
format_version: 2.6
591-
serialized_size: 2004
591+
serialized_size: ...
592592
593593
Reading from Partitioned Datasets
594594
------------------------------------------------

0 commit comments

Comments
 (0)