Skip to content

Commit d648859

Browse files
Remove overwrite=True argument from df.to_parquet in aliccp (#1144)
Co-authored-by: edknv <109497216+edknv@users.noreply.github.com>
1 parent 6598b56 commit d648859

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

merlin/datasets/ecommerce/aliccp/dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ def _convert_data(
441441
index = int((i / file_size) - 1)
442442
df.to_parquet(
443443
os.path.join(tmp_dir, f"{data_type}_{index}.parquet"),
444-
overwrite=True,
445444
)
446445
current = []
447446

0 commit comments

Comments
 (0)