Commits
Click on a commit to change the comparison rangeFix test_read_huggingface to compare against all dataset splits
daft.read_huggingface reads the entire dataset (all splits), so the test
should compare against the concatenation of all splits from the datasets library,
rather than just a single split. This fixes failures for datasets with multiple
splits like nebius/SWE-rebench. Merge branch 'main' into hll/huggingface