Closed varadhbhatnagar closed 3 days ago
Raise error when lines = False and batch_size < Dataset.num_rows in Dataset.to_json().
lines = False
batch_size < Dataset.num_rows
Dataset.to_json()
Issue: #7037
Related PRs:
PTAL @lhoestq @albertvillanova
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.
Raise error when
lines = False
andbatch_size < Dataset.num_rows
inDataset.to_json()
.Issue: #7037
Related PRs:
7039 #7181