Skip to content

Commit d335742

Browse files
lhoestqmariosasko
andauthored
Update src/datasets/builder.py
Co-authored-by: Mario Šaško <[email protected]>
1 parent 6e480e0 commit d335742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/datasets/builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,8 +1660,8 @@ def _prepare_split(
16601660

16611661
if max_shard_size is not None:
16621662
raise NotImplementedError(
1663-
"max_shard_size is not supported for Beam datasets, please."
1664-
"Set it to None to use the default Apache Beam sharding and get the best performance."
1663+
"max_shard_size is not supported for Beam datasets."
1664+
"Please set it to None to use the default Apache Beam sharding and get the best performance."
16651665
)
16661666

16671667
# To write examples in filesystem:

0 commit comments

Comments
 (0)