Skip to content

Commit de7e82f

Browse files
Reduce batch size to 2k
1 parent 97efb97 commit de7e82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdw_ingestion_tools/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def get_polars_schema(
9696
def concatenate_to_string_lazyframe(
9797
objs: list[dict] | dict[Never, Never] | list[Never] | Iterator,
9898
object_columns: list[str],
99-
batch_size: int = 20000,
99+
batch_size: int = 2000,
100100
) -> LazyFrame:
101101
"""
102102
Flattens JSON data. Returns a LazyFrame with columns of type `String`.

0 commit comments

Comments
 (0)