File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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------------------------------------------------
You can’t perform that action at this time.
0 commit comments