Skip to content

Commit 2a412f9

Browse files
committed
Refactor commented code for clarity in _read_parquet function
1 parent edc0c18 commit 2a412f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flowerpower/fs/ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def _read_parquet(
949949
if concat:
950950
# Unify schemas before concatenation if opt_dtypes or multiple tables
951951
if isinstance(tables, list):
952-
#if len(tables) > 1:
952+
# if len(tables) > 1:
953953
# schemas = [t.schema for t in tables]
954954
# unified_schema = unify_schemas_pa(schemas)
955955
# tables = [cast_schema(t, unified_schema) for t in tables]

0 commit comments

Comments
 (0)