We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc0c18 commit 2a412f9Copy full SHA for 2a412f9
src/flowerpower/fs/ext.py
@@ -949,7 +949,7 @@ def _read_parquet(
949
if concat:
950
# Unify schemas before concatenation if opt_dtypes or multiple tables
951
if isinstance(tables, list):
952
- #if len(tables) > 1:
+ # if len(tables) > 1:
953
# schemas = [t.schema for t in tables]
954
# unified_schema = unify_schemas_pa(schemas)
955
# tables = [cast_schema(t, unified_schema) for t in tables]
0 commit comments