We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e480e0 commit d335742Copy full SHA for d335742
src/datasets/builder.py
@@ -1660,8 +1660,8 @@ def _prepare_split(
1660
1661
if max_shard_size is not None:
1662
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."
+ "max_shard_size is not supported for Beam datasets."
+ "Please set it to None to use the default Apache Beam sharding and get the best performance."
1665
)
1666
1667
# To write examples in filesystem:
0 commit comments