url stringlengths 58 61 | repository_url stringclasses 1
value | labels_url stringlengths 72 75 | comments_url stringlengths 67 70 | events_url stringlengths 65 68 | html_url stringlengths 46 51 | id int64 599M 4.37B | node_id stringlengths 18 32 | number int64 1 8.17k | title stringlengths 1 290 | user dict | labels listlengths 0 4 | state stringclasses 2
values | locked bool 1
class | assignees listlengths 0 4 | milestone dict | comments listlengths 0 30 | created_at timestamp[ns, tz=UTC]date 2020-04-14 10:18:02 2026-05-01 20:27:58 | updated_at timestamp[ns, tz=UTC]date 2020-04-27 16:04:17 2026-05-02 17:12:52 | closed_at timestamp[ns, tz=UTC]date 2020-04-14 12:01:40 2026-04-30 15:45:52 ⌀ | assignee dict | author_association stringclasses 4
values | issue_field_values listlengths 0 0 | type float64 | active_lock_reason float64 | sub_issues_summary dict | issue_dependencies_summary dict | body stringlengths 0 228k ⌀ | closed_by dict | reactions dict | timeline_url stringlengths 67 70 | performed_via_github_app float64 | state_reason stringclasses 4
values | pinned_comment float64 | draft float64 0 1 ⌀ | pull_request dict | is_pull_request bool 2
classes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/huggingface/datasets/issues/8169 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8169/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8169/comments | https://api.github.com/repos/huggingface/datasets/issues/8169/events | https://github.com/huggingface/datasets/issues/8169 | 4,366,520,018 | I_kwDODunzps8AAAABBEPO0g | 8,169 | Streaming dataset hangs consistently | {
"avatar_url": "https://avatars.githubusercontent.com/u/7244206?v=4",
"events_url": "https://api.github.com/users/michaelpginn/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelpginn/followers",
"following_url": "https://api.github.com/users/michaelpginn/following{/other_user}",
"gists... | [] | open | false | [] | null | [
"+1 also encountered"
] | 2026-05-01T20:27:58 | 2026-05-01T23:51:13 | null | null | NONE | [] | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | ### Describe the bug
When loading a dataset with `streaming=True`, some background process prevents the script from ever returning (or at least for a very long time).
This did not happen with `huggingface-hub < 1`.
### Steps to reproduce the bug
from datasets import load_dataset
ds = load_dataset("IRIIS-RESEARCH/N... | null | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8169/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8169/timeline | null | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8168 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8168/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8168/comments | https://api.github.com/repos/huggingface/datasets/issues/8168/events | https://github.com/huggingface/datasets/pull/8168 | 4,363,768,223 | PR_kwDODunzps7XYxf3 | 8,168 | docs(map): clarify that fn_kwargs yields a stable cache fingerprint vs closures | {
"avatar_url": "https://avatars.githubusercontent.com/u/58055473?v=4",
"events_url": "https://api.github.com/users/xodn348/events{/privacy}",
"followers_url": "https://api.github.com/users/xodn348/followers",
"following_url": "https://api.github.com/users/xodn348/following{/other_user}",
"gists_url": "https:... | [] | open | false | [] | null | [] | 2026-05-01T09:33:30 | 2026-05-01T09:33:30 | null | null | NONE | [] | null | null | null | null | ## Summary
When `Dataset.map()` or `Dataset.filter()` receives a closure that closes over an object containing non-deterministic state — for example a UUID, a random seed, or any mutable attribute of a class instance — `dill` serialises the **entire** captured object into the fingerprint. Two calls that are logically... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8168/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8168/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8168.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8168",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8168.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8168"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8167 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8167/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8167/comments | https://api.github.com/repos/huggingface/datasets/issues/8167/events | https://github.com/huggingface/datasets/issues/8167 | 4,356,674,999 | I_kwDODunzps8AAAABA62Vtw | 8,167 | [BUG] Abnormal progress bar in dataset.map when load_from_cache_file=False | {
"avatar_url": "https://avatars.githubusercontent.com/u/45290347?v=4",
"events_url": "https://api.github.com/users/Jintao-Huang/events{/privacy}",
"followers_url": "https://api.github.com/users/Jintao-Huang/followers",
"following_url": "https://api.github.com/users/Jintao-Huang/following{/other_user}",
"gist... | [] | open | false | [] | null | [
"https://github.com/huggingface/datasets/blob/4e3bf52ff436d841e61211dfa096b5c47197ae36/src/datasets/arrow_dataset.py#L3593-L3598",
"Hi, can you provide more details on the issue ?",
"<img width=\"340\" height=\"26\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0dca6f47-4a8d-4871-a908-f58df856e... | 2026-04-30T08:47:53 | 2026-04-30T15:43:54 | null | null | NONE | [] | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | ### Describe the bug
datasets 4.8.5
```python
from datasets import load_dataset, load_from_disk
data = load_from_disk('pretrain_cached_dataset/train')
def dummy_map(example):
return example
dataset = data.map(dummy_map)
dataset = data.map(dummy_map, load_from_cache_file=True) ... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8167/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8167/timeline | null | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8166 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8166/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8166/comments | https://api.github.com/repos/huggingface/datasets/issues/8166/events | https://github.com/huggingface/datasets/pull/8166 | 4,354,922,713 | PR_kwDODunzps7W8BUa | 8,166 | Fix storage_options lookup for streaming Lance datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/163660487?v=4",
"events_url": "https://api.github.com/users/ericjaebeom/events{/privacy}",
"followers_url": "https://api.github.com/users/ericjaebeom/followers",
"following_url": "https://api.github.com/users/ericjaebeom/following{/other_user}",
"gists_... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8166). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"CI failure is unrelated, merging"
] | 2026-04-30T02:34:57 | 2026-04-30T15:46:44 | 2026-04-30T15:38:42 | null | CONTRIBUTOR | [] | null | null | null | null | In `Lance._split_generators`, the `storage_options` lookup used `files[0].split("://", 0)[0] + "://"`, which has two bugs that compound: `split("://", 0)` does not split at all (maxsplit=0), and the `storage_options` dict is keyed by the bare scheme (`"hf"`), not `"hf://"`. The lookup therefore always returned `None`, ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8166/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8166/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8166.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8166",
"merged_at": "2026-04-30T15:38:42Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8166.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8165 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8165/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8165/comments | https://api.github.com/repos/huggingface/datasets/issues/8165/events | https://github.com/huggingface/datasets/issues/8165 | 4,354,878,889 | I_kwDODunzps8AAAABA5ItqQ | 8,165 | IterableDataset: corrupted EXIF image silently terminates streaming iterator instead of skipping the sample | {
"avatar_url": "https://avatars.githubusercontent.com/u/130659956?v=4",
"events_url": "https://api.github.com/users/LIUYellowBlack/events{/privacy}",
"followers_url": "https://api.github.com/users/LIUYellowBlack/followers",
"following_url": "https://api.github.com/users/LIUYellowBlack/following{/other_user}",
... | [] | open | false | [] | null | [
"Hi ! Would it be acceptable to return None instead of skipping ? This way we can provide the same API for non-streaming (since the length of the dataset is known in advance and fixed). Then a subsequent .filter call can take care of skipping the samples. Something like this maybe ?\n\n```python\nds = load_dataset(... | 2026-04-30T02:20:54 | 2026-05-02T02:19:38 | null | null | NONE | [] | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | ## Summary
When iterating over a streaming `IterableDataset` that contains images with corrupted EXIF metadata (e.g., a TIFF rational tag with denominator=0), PIL raises `ZeroDivisionError` inside `exif_transpose`. This exception propagates through the HuggingFace `datasets` pipeline and **terminates the streaming ite... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8165/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8165/timeline | null | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8164 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8164/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8164/comments | https://api.github.com/repos/huggingface/datasets/issues/8164/events | https://github.com/huggingface/datasets/issues/8164 | 4,354,825,277 | I_kwDODunzps8AAAABA5FcPQ | 8,164 | Lance: HF auth token dropped for private repos in streaming mode (broken `storage_options` lookup) | {
"avatar_url": "https://avatars.githubusercontent.com/u/163660487?v=4",
"events_url": "https://api.github.com/users/ericjaebeom/events{/privacy}",
"followers_url": "https://api.github.com/users/ericjaebeom/followers",
"following_url": "https://api.github.com/users/ericjaebeom/following{/other_user}",
"gists_... | [] | closed | false | [] | null | [
"I can see the fix. Changing `split(\"://\", 0)` to `split(\"://\", 1)` and removing the `+ \"://\"` suffix. The key lookup should be `\"hf\"` not `\"hf://\"`. \nI'd like to submit a PR for this. Is this still open?",
"Well, I am already writing a PR for this, and it is just about to be submitted."
] | 2026-04-30T02:03:33 | 2026-04-30T15:38:43 | 2026-04-30T15:38:43 | null | CONTRIBUTOR | [] | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | ### Describe the bug
When `Lance._split_generators` receives `hf://` URIs - i.e. anywhere a `StreamingDownloadManager` is in play (`load_dataset(..., streaming=True)`, `get_dataset_split_names`, and the dataset-viewer worker) - the HF auth token is silently dropped before reaching `lance.dataset(...)`. Lance then atte... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8164/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8164/timeline | null | completed | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8163 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8163/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8163/comments | https://api.github.com/repos/huggingface/datasets/issues/8163/events | https://github.com/huggingface/datasets/pull/8163 | 4,354,227,818 | PR_kwDODunzps7W5yDg | 8,163 | add agent trace prompt, sent_at, count fields | {
"avatar_url": "https://avatars.githubusercontent.com/u/13546028?v=4",
"events_url": "https://api.github.com/users/cfahlgren1/events{/privacy}",
"followers_url": "https://api.github.com/users/cfahlgren1/followers",
"following_url": "https://api.github.com/users/cfahlgren1/following{/other_user}",
"gists_url"... | [] | open | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8163). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-29T23:13:58 | 2026-05-01T19:53:45 | null | null | CONTRIBUTOR | [] | null | null | null | null | - add agent trace metadata columns: `prompt`, `sent_at`, `num_user_messages`, and `num_tool_calls`.
- extract `prompt` / `sent_at` from the first real user message for Claude Code, Pi/OpenClaw, and Codex traces.
| null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8163/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8163/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8163.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8163",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8163.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8163"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8162 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8162/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8162/comments | https://api.github.com/repos/huggingface/datasets/issues/8162/events | https://github.com/huggingface/datasets/pull/8162 | 4,353,153,600 | PR_kwDODunzps7W2QFE | 8,162 | Include all test files in sdist via MANIFEST.in | {
"avatar_url": "https://avatars.githubusercontent.com/u/203542588?v=4",
"events_url": "https://api.github.com/users/VladimirGutuev/events{/privacy}",
"followers_url": "https://api.github.com/users/VladimirGutuev/followers",
"following_url": "https://api.github.com/users/VladimirGutuev/following{/other_user}",
... | [] | open | false | [] | null | [] | 2026-04-29T19:29:32 | 2026-04-29T19:29:32 | null | null | NONE | [] | null | null | null | null | Fixes #8159.
## What's wrong
The sdist on PyPI for `datasets==4.8.5` only ships **37 of the 95** files under `tests/`. Without an explicit `MANIFEST.in`, setuptools' default sdist behavior includes only top-level `tests/test_*.py` files and drops everything else.
Files missing from the current sdist:
- `tests/conft... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8162/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8162/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8162.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8162",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8162.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8162"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8161 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8161/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8161/comments | https://api.github.com/repos/huggingface/datasets/issues/8161/events | https://github.com/huggingface/datasets/pull/8161 | 4,351,184,502 | PR_kwDODunzps7WvuJb | 8,161 | Pass library_name/version to HfApi in dataset push and delete paths | {
"avatar_url": "https://avatars.githubusercontent.com/u/8995957?v=4",
"events_url": "https://api.github.com/users/davanstrien/events{/privacy}",
"followers_url": "https://api.github.com/users/davanstrien/followers",
"following_url": "https://api.github.com/users/davanstrien/following{/other_user}",
"gists_ur... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8161). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-29T14:08:33 | 2026-04-30T10:29:50 | 2026-04-30T10:29:47 | null | MEMBER | [] | null | null | null | null | Adds `library_name="datasets"` and `library_version=__version__` to 12 bare `HfApi(endpoint=..., token=...)` instantiations across `hub.py`, `arrow_dataset.py`, `iterable_dataset.py`, and `dataset_dict.py`. Commits made via `push_to_hub` / `delete_from_hub` currently report a User-Agent of `unknown/None; hf_hub/X.Y.Z; ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8161/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8161/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8161.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8161",
"merged_at": "2026-04-30T10:29:47Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8161.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8160 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8160/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8160/comments | https://api.github.com/repos/huggingface/datasets/issues/8160/events | https://github.com/huggingface/datasets/pull/8160 | 4,349,215,301 | PR_kwDODunzps7WpIIx | 8,160 | feat: add TsFile (Apache IoTDB) packaged builder with per-device wide format | {
"avatar_url": "https://avatars.githubusercontent.com/u/16079446?v=4",
"events_url": "https://api.github.com/users/JackieTien97/events{/privacy}",
"followers_url": "https://api.github.com/users/JackieTien97/followers",
"following_url": "https://api.github.com/users/JackieTien97/following{/other_user}",
"gist... | [] | open | false | [] | null | [
"Hi team 👋\n\nA bit of background on me: I'm a PMC member of both [Apache TsFile](https://tsfile.apache.org/) and [Apache IoTDB](https://iotdb.apache.org/), and one of the core contributors to the TsFile format specification and its Python SDK ([`tsfile` on PyPI](https://pypi.org/project/tsfile/)). I've been worki... | 2026-04-29T09:07:25 | 2026-04-29T10:23:04 | null | null | NONE | [] | null | null | null | null | Closes #7922
## Summary
Add a packaged builder for [TsFile](https://tsfile.apache.org/) — the columnar time-series file format used as the native storage layer of [Apache IoTDB](https://iotdb.apache.org/). This enables `load_dataset("tsfile", data_files="...")` with automatic `.tsfile` extension detection.
### Data ... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8160/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8160/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8160.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8160",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8160.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8160"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8159 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8159/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8159/comments | https://api.github.com/repos/huggingface/datasets/issues/8159/events | https://github.com/huggingface/datasets/issues/8159 | 4,345,858,995 | I_kwDODunzps8AAAABAwiLsw | 8,159 | tests/conftest.py, tests/_test_patching.py, tests/fixtures/fsspec.py and other files are missing from the PYPI distribution | {
"avatar_url": "https://avatars.githubusercontent.com/u/271906?v=4",
"events_url": "https://api.github.com/users/yurivict/events{/privacy}",
"followers_url": "https://api.github.com/users/yurivict/followers",
"following_url": "https://api.github.com/users/yurivict/following{/other_user}",
"gists_url": "https... | [] | open | false | [] | null | [
"Hey, ran into something similar a while back when we were packaging a custom dataset loader for a client at v4.7.x. Turns out, PyPI distributions sometimes skip test files and fixtures like `conftest.py` since they're not critical for runtime—honestly, it's a packaging config thing in `setup.py` or `pyproject.toml... | 2026-04-28T20:01:05 | 2026-04-30T14:40:23 | null | null | NONE | [] | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | ### Describe the bug
Version: 4.8.5
### Steps to reproduce the bug
n/a
### Expected behavior
n/a
### Environment info
n/a | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8159/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8159/timeline | null | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8158 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8158/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8158/comments | https://api.github.com/repos/huggingface/datasets/issues/8158/events | https://github.com/huggingface/datasets/pull/8158 | 4,337,020,225 | PR_kwDODunzps7WBowP | 8,158 | Dev version | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8158). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-27T15:47:37 | 2026-04-27T15:50:23 | 2026-04-27T15:47:45 | null | MEMBER | [] | null | null | null | null | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8158/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8158/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8158.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8158",
"merged_at": "2026-04-27T15:47:45Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8158.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8157 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8157/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8157/comments | https://api.github.com/repos/huggingface/datasets/issues/8157/events | https://github.com/huggingface/datasets/pull/8157 | 4,336,992,103 | PR_kwDODunzps7WBi20 | 8,157 | Release: 4.8.5 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8157). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-27T15:43:15 | 2026-04-27T15:46:11 | 2026-04-27T15:44:06 | null | MEMBER | [] | null | null | null | null | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8157/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8157/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8157.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8157",
"merged_at": "2026-04-27T15:44:06Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8157.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8156 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8156/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8156/comments | https://api.github.com/repos/huggingface/datasets/issues/8156/events | https://github.com/huggingface/datasets/pull/8156 | 4,330,096,909 | PR_kwDODunzps7Vr1ha | 8,156 | Fix revision-aware cache lookup in load_dataset | {
"avatar_url": "https://avatars.githubusercontent.com/u/75017563?v=4",
"events_url": "https://api.github.com/users/Jatin-Shihora/events{/privacy}",
"followers_url": "https://api.github.com/users/Jatin-Shihora/followers",
"following_url": "https://api.github.com/users/Jatin-Shihora/following{/other_user}",
"g... | [] | open | false | [] | null | [] | 2026-04-26T05:21:17 | 2026-04-26T05:21:17 | null | null | NONE | [] | null | null | null | null | Fixes #7928
When `load_dataset()` falls back to the local cache, for example when offline or when the Hub is unreachable, it ignores the `revision` argument and simply returns the most recently modified cached version. This can lead to unexpected behavior when a specific revision is requested.
This happens becaus... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8156/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8156/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8156.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8156",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8156.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8156"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8155 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8155/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8155/comments | https://api.github.com/repos/huggingface/datasets/issues/8155/events | https://github.com/huggingface/datasets/pull/8155 | 4,324,504,211 | PR_kwDODunzps7VacWQ | 8,155 | Fix base_path in integration tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8155). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-24T17:18:11 | 2026-04-24T17:21:05 | 2026-04-24T17:20:07 | null | MEMBER | [] | null | null | null | null | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8155/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8155/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8155.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8155",
"merged_at": "2026-04-24T17:20:07Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8155.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8154 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8154/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8154/comments | https://api.github.com/repos/huggingface/datasets/issues/8154/events | https://github.com/huggingface/datasets/pull/8154 | 4,324,267,763 | PR_kwDODunzps7VZq3D | 8,154 | Fix null in embed storage | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8154). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-24T16:28:18 | 2026-04-24T17:13:46 | 2026-04-24T17:13:44 | null | MEMBER | [] | null | null | null | null | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8154/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8154/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8154.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8154",
"merged_at": "2026-04-24T17:13:44Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8154.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8153 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8153/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8153/comments | https://api.github.com/repos/huggingface/datasets/issues/8153/events | https://github.com/huggingface/datasets/pull/8153 | 4,323,910,530 | PR_kwDODunzps7VYf09 | 8,153 | Fix tilde expansion for local data_files paths | {
"avatar_url": "https://avatars.githubusercontent.com/u/83679093?v=4",
"events_url": "https://api.github.com/users/BerqiaMouad/events{/privacy}",
"followers_url": "https://api.github.com/users/BerqiaMouad/followers",
"following_url": "https://api.github.com/users/BerqiaMouad/following{/other_user}",
"gists_u... | [] | open | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8153). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-24T15:23:52 | 2026-04-24T17:24:54 | null | null | NONE | [] | null | null | null | null | Summary
- expand `~` before classifying local `data_files` patterns
- add a regression test covering `resolve_pattern(os.path.join("~", ...), ...)`
Impact
- `load_dataset(..., data_files="~/path/to/file.parquet")` currently treats `~` as a literal relative directory under the working tree instead of the user's home di... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8153/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8153/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8153.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8153",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8153.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8153"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8152 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8152/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8152/comments | https://api.github.com/repos/huggingface/datasets/issues/8152/events | https://github.com/huggingface/datasets/pull/8152 | 4,317,696,666 | PR_kwDODunzps7VEFSO | 8,152 | fix original_files missing in ci json test | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8152). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-23T17:29:29 | 2026-04-23T17:32:19 | 2026-04-23T17:29:37 | null | MEMBER | [] | null | null | null | null | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8152/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8152/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8152.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8152",
"merged_at": "2026-04-23T17:29:37Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8152.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8151 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8151/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8151/comments | https://api.github.com/repos/huggingface/datasets/issues/8151/events | https://github.com/huggingface/datasets/pull/8151 | 4,317,684,916 | PR_kwDODunzps7VECyV | 8,151 | fix mask in embed_storage for remote files | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8151). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-23T17:27:22 | 2026-04-23T17:30:08 | 2026-04-23T17:27:35 | null | MEMBER | [] | null | null | null | null | following https://github.com/huggingface/datasets/pull/8150 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8151/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8151/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8151.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8151",
"merged_at": "2026-04-23T17:27:35Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8151.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8150 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8150/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8150/comments | https://api.github.com/repos/huggingface/datasets/issues/8150/events | https://github.com/huggingface/datasets/pull/8150 | 4,317,477,661 | PR_kwDODunzps7VDX2w | 8,150 | don't embed remote files in download_and_prepare to parquet | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [] | 2026-04-23T16:45:46 | 2026-04-23T16:48:36 | 2026-04-23T16:48:35 | null | MEMBER | [] | null | null | null | null | fix the viewer at https://huggingface.co/datasets/raivn/vn-test/discussions/1
kinda related: https://github.com/huggingface/datasets/issues/5717 | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8150/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8150/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8150.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8150",
"merged_at": "2026-04-23T16:48:34Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8150.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8149 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8149/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8149/comments | https://api.github.com/repos/huggingface/datasets/issues/8149/events | https://github.com/huggingface/datasets/issues/8149 | 4,316,149,021 | I_kwDODunzps8AAAABAUM1HQ | 8,149 | [Optimization] Prevent per-thread instantiation of Cloud Storage FileSystem during Data loading initialization | {
"avatar_url": "https://avatars.githubusercontent.com/u/16970953?v=4",
"events_url": "https://api.github.com/users/ankitaluthra1/events{/privacy}",
"followers_url": "https://api.github.com/users/ankitaluthra1/followers",
"following_url": "https://api.github.com/users/ankitaluthra1/following{/other_user}",
"g... | [
{
"color": "a2eeef",
"default": true,
"description": "New feature or request",
"id": 1935892871,
"name": "enhancement",
"node_id": "MDU6TGFiZWwxOTM1ODkyODcx",
"url": "https://api.github.com/repos/huggingface/datasets/labels/enhancement"
}
] | open | false | [] | null | [
"Is it open for contribution?",
"I think arbitrary filesystems would be recreated in every thread in any case, unlike HfFileSystem which has custom code to handle this."
] | 2026-04-23T13:09:19 | 2026-04-24T14:14:59 | null | null | NONE | [] | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | ### Feature request
Modify the dataset loading initialization, so that fsspec filesystem instances (like GCSFileSystem or S3FileSystem) are instantiated once in the main thread and explicitly passed down to the background threads.
By pre-instantiating the fs object in the main thread (where the directory cache from g... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8149/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8149/timeline | null | null | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8148 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8148/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8148/comments | https://api.github.com/repos/huggingface/datasets/issues/8148/events | https://github.com/huggingface/datasets/pull/8148 | 4,315,590,180 | PR_kwDODunzps7U9MrN | 8,148 | Add Apache Iceberg format support | {
"avatar_url": "https://avatars.githubusercontent.com/u/10219731?v=4",
"events_url": "https://api.github.com/users/frankliee/events{/privacy}",
"followers_url": "https://api.github.com/users/frankliee/followers",
"following_url": "https://api.github.com/users/frankliee/following{/other_user}",
"gists_url": "... | [] | open | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8148). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-23T11:29:11 | 2026-05-02T17:12:52 | null | null | NONE | [] | null | null | null | null | # Add Apache Iceberg format support
## Motivation
Apache Iceberg is the most widely adopted open table format for data lakes, supported by Databricks,
Snowflake, AWS Glue, Dremio, and others. A large amount of ML training data lives in Iceberg tables.
Currently, users must manually export Iceberg data t... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 1,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8148/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8148/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8148.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8148",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8148.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8148"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8147 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8147/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8147/comments | https://api.github.com/repos/huggingface/datasets/issues/8147/events | https://github.com/huggingface/datasets/pull/8147 | 4,312,490,412 | PR_kwDODunzps7UzF0Q | 8,147 | Fix iterable map resume state | {
"avatar_url": "https://avatars.githubusercontent.com/u/30914529?v=4",
"events_url": "https://api.github.com/users/Brianzhengca/events{/privacy}",
"followers_url": "https://api.github.com/users/Brianzhengca/followers",
"following_url": "https://api.github.com/users/Brianzhengca/following{/other_user}",
"gist... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8147). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"I took the liberty of adjusting the fix to still use the iter_arrow in `FormattedExampl... | 2026-04-23T00:03:14 | 2026-04-27T14:03:27 | 2026-04-27T14:03:26 | null | CONTRIBUTOR | [] | null | null | null | null |
Fixes: https://github.com/huggingface/datasets/issues/8145
## Root Cause
`FormattedExamplesIterable.__iter__` ignored `force_convert_to_python` and used Arrow batch iteration, advancing the
underlying state by a full Arrow chunk before yielding Python examples.
## Fix
Only use Arrow batch iteration whe... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8147/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8147/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8147.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8147",
"merged_at": "2026-04-27T14:03:26Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8147.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8146 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8146/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8146/comments | https://api.github.com/repos/huggingface/datasets/issues/8146/events | https://github.com/huggingface/datasets/pull/8146 | 4,309,397,635 | PR_kwDODunzps7UpCh7 | 8,146 | fix: tolerate chmod PermissionError on flat-permission filesystems | {
"avatar_url": "https://avatars.githubusercontent.com/u/62301265?v=4",
"events_url": "https://api.github.com/users/dschulmeist/events{/privacy}",
"followers_url": "https://api.github.com/users/dschulmeist/followers",
"following_url": "https://api.github.com/users/dschulmeist/following{/other_user}",
"gists_u... | [] | open | false | [] | null | [] | 2026-04-22T13:39:46 | 2026-04-22T13:39:46 | null | null | NONE | [] | null | null | null | null | ## Summary
Fixes #8125.
`Dataset.map()` (and the indices writer in `Dataset.flatten_indices` / `Dataset.select` path) calls `os.chmod(cache_file, 0o666 & ~umask)` on the freshly moved cache file. On flat-permission filesystems — GCS FUSE, S3 FUSE mounts, and similar object-storage-backed mounts — `chmod` raises `Perm... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8146/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8146/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8146.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8146",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8146.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8146"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8145 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8145/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8145/comments | https://api.github.com/repos/huggingface/datasets/issues/8145/events | https://github.com/huggingface/datasets/issues/8145 | 4,306,478,911 | I_kwDODunzps8AAAABAK-nPw | 8,145 | `.map()` on a streaming IterableDataset silently skips examples after load_state_dict | {
"avatar_url": "https://avatars.githubusercontent.com/u/30177086?v=4",
"events_url": "https://api.github.com/users/MonliH/events{/privacy}",
"followers_url": "https://api.github.com/users/MonliH/followers",
"following_url": "https://api.github.com/users/MonliH/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | [] | null | [
"I think this line here is causing issues: \nhttps://github.com/huggingface/datasets/blob/2724a653e7582077be647d3fdfe8cd1fac27b85f/src/datasets/iterable_dataset.py#L2225\nIt ignored force_convert_to_python, so it consumed a full Arrow chunk.\nI think it can be fixed if you add `self.force_convert_to_python` to the ... | 2026-04-22T03:08:39 | 2026-04-27T14:03:28 | 2026-04-27T14:03:28 | null | NONE | [] | null | null | {
"completed": 0,
"percent_completed": 0,
"total": 0
} | {
"blocked_by": 0,
"blocking": 0,
"total_blocked_by": 0,
"total_blocking": 0
} | ### Describe the bug
After `ds.map(fn)` on a streaming IterableDataset, saving state_dict() and loading it into a fresh dataset does not resume at the correct position. It jumps forward by up to one Arrow read-chunk (~1000 rows).
### Steps to reproduce the bug
```python
from datasets import Dataset
ds1 = Dataset.fr... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8145/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8145/timeline | null | completed | null | null | null | false |
https://api.github.com/repos/huggingface/datasets/issues/8144 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8144/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8144/comments | https://api.github.com/repos/huggingface/datasets/issues/8144/events | https://github.com/huggingface/datasets/pull/8144 | 4,300,950,373 | PR_kwDODunzps7UNskE | 8,144 | Add Apache TsFile packaged module and Time Series docs category | {
"avatar_url": "https://avatars.githubusercontent.com/u/122667095?v=4",
"events_url": "https://api.github.com/users/Young-Leo/events{/privacy}",
"followers_url": "https://api.github.com/users/Young-Leo/followers",
"following_url": "https://api.github.com/users/Young-Leo/following{/other_user}",
"gists_url": ... | [] | closed | false | [] | null | [] | 2026-04-21T07:15:42 | 2026-04-21T07:16:23 | 2026-04-21T07:16:23 | null | NONE | [] | null | null | null | null | ## What does this PR do?
Adds first-class support for the [Apache TsFile](https://tsfile.apache.org/)
columnar time-series format (used by [Apache IoTDB](https://iotdb.apache.org/)
and other time-series systems) to 🤗 Datasets, and surfaces time-series
datasets as a dedicated modality in the documentation sidebar... | {
"avatar_url": "https://avatars.githubusercontent.com/u/122667095?v=4",
"events_url": "https://api.github.com/users/Young-Leo/events{/privacy}",
"followers_url": "https://api.github.com/users/Young-Leo/followers",
"following_url": "https://api.github.com/users/Young-Leo/following{/other_user}",
"gists_url": ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8144/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8144/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8144.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8144",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8144.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8144"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8143 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8143/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8143/comments | https://api.github.com/repos/huggingface/datasets/issues/8143/events | https://github.com/huggingface/datasets/pull/8143 | 4,296,535,961 | PR_kwDODunzps7T_YeI | 8,143 | tag openclaw sessions via cwd in pi agent traces | {
"avatar_url": "https://avatars.githubusercontent.com/u/13546028?v=4",
"events_url": "https://api.github.com/users/cfahlgren1/events{/privacy}",
"followers_url": "https://api.github.com/users/cfahlgren1/followers",
"following_url": "https://api.github.com/users/cfahlgren1/following{/other_user}",
"gists_url"... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8143). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-20T14:45:50 | 2026-04-21T09:02:10 | 2026-04-21T09:02:08 | null | CONTRIBUTOR | [] | null | null | null | null | Tag OpenClaw datasets from Pi agent sessions. Will add a PR to add icon for it in moon too
cc: @merveenoyan | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8143/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8143/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8143.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8143",
"merged_at": "2026-04-21T09:02:08Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8143.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8142 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8142/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8142/comments | https://api.github.com/repos/huggingface/datasets/issues/8142/events | https://github.com/huggingface/datasets/pull/8142 | 4,292,299,784 | PR_kwDODunzps7Txzfw | 8,142 | fix: replace list with Sequence in public API type hints | {
"avatar_url": "https://avatars.githubusercontent.com/u/186127406?v=4",
"events_url": "https://api.github.com/users/Swaroop883/events{/privacy}",
"followers_url": "https://api.github.com/users/Swaroop883/followers",
"following_url": "https://api.github.com/users/Swaroop883/following{/other_user}",
"gists_url... | [] | open | false | [] | null | [] | 2026-04-19T23:22:30 | 2026-04-19T23:22:30 | null | null | NONE | [] | null | null | null | null | Fixes #5354
Replaced `list` with `Sequence` in public API function signatures across:
- `arrow_dataset.py` — from_csv, from_json, from_parquet, from_text
- `iterable_dataset.py` — from_csv, from_json, from_parquet, from_text
- `combine.py` — interleave_datasets, concatenate_datasets
- `dataset_dict.py` — remov... | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8142/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8142/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8142.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8142",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8142.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8142"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8141 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8141/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8141/comments | https://api.github.com/repos/huggingface/datasets/issues/8141/events | https://github.com/huggingface/datasets/pull/8141 | 4,280,918,239 | PR_kwDODunzps7TOjAR | 8,141 | Fix Image feature to dynamically select pyarrow storage type for large binary/string inputs | {
"avatar_url": "https://avatars.githubusercontent.com/u/34032375?v=4",
"events_url": "https://api.github.com/users/kasperg3/events{/privacy}",
"followers_url": "https://api.github.com/users/kasperg3/followers",
"following_url": "https://api.github.com/users/kasperg3/following{/other_user}",
"gists_url": "htt... | [] | open | false | [] | null | [
"Hi ! if the goal to fix the linked issue maybe we can find a simpler approach.\r\n\r\nWhile your PR seems to solve it, it needs extra careful attention to not add regressions for image datasets, in particular when it comes to data with mixes of both binary and large_binary\r\n\r\ne.g.\r\n- concatenating image data... | 2026-04-17T07:28:01 | 2026-04-28T12:32:43 | null | null | NONE | [] | null | null | null | null | Add dynamic pyarrow storage type selection to the Image feature so that pa.large_binary() and pa.large_string() inputs are preserved natively instead of being cast down to pa.binary() / pa.string()
Introduce _get_target_pa_type() to detect large types from incoming storage and _to_struct_storage() to build struct arra... | {
"avatar_url": "https://avatars.githubusercontent.com/u/34032375?v=4",
"events_url": "https://api.github.com/users/kasperg3/events{/privacy}",
"followers_url": "https://api.github.com/users/kasperg3/followers",
"following_url": "https://api.github.com/users/kasperg3/following{/other_user}",
"gists_url": "htt... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8141/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8141/timeline | null | null | null | 1 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8141.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8141",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8141.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8141"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8140 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8140/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8140/comments | https://api.github.com/repos/huggingface/datasets/issues/8140/events | https://github.com/huggingface/datasets/pull/8140 | 4,276,066,629 | PR_kwDODunzps7S-0aR | 8,140 | fix warning in ci | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8140). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-16T13:35:06 | 2026-04-16T13:40:09 | 2026-04-16T13:35:19 | null | MEMBER | [] | null | null | null | null | otherwise it raises an issue from transformers smh
```
../../.pyenv/versions/3.12.2/envs/hf-datasets/lib/python3.12/site-packages/transformers/__init__.py:843: in _getattr
return getattr(importlib.import_module(target, __name__), new_name)
../../.pyenv/versions/3.12.2/lib/python3.12/importlib/__init__.py:90: ... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8140/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8140/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8140.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8140",
"merged_at": "2026-04-16T13:35:19Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8140.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8139 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8139/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8139/comments | https://api.github.com/repos/huggingface/datasets/issues/8139/events | https://github.com/huggingface/datasets/pull/8139 | 4,275,963,570 | PR_kwDODunzps7S-fAg | 8,139 | update ci uer | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8139). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-16T13:16:21 | 2026-04-16T13:19:16 | 2026-04-16T13:17:06 | null | MEMBER | [] | null | null | null | null | null | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8139/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8139/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8139.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8139",
"merged_at": "2026-04-16T13:17:06Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8139.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8138 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8138/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8138/comments | https://api.github.com/repos/huggingface/datasets/issues/8138/events | https://github.com/huggingface/datasets/pull/8138 | 4,275,574,837 | PR_kwDODunzps7S9OiA | 8,138 | chore: bump doc-builder SHA for main doc build workflow | {
"avatar_url": "https://avatars.githubusercontent.com/u/2504924?v=4",
"events_url": "https://api.github.com/users/rtrompier/events{/privacy}",
"followers_url": "https://api.github.com/users/rtrompier/followers",
"following_url": "https://api.github.com/users/rtrompier/following{/other_user}",
"gists_url": "h... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8138). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"Closing — not needed right now, active libs already on @main."
] | 2026-04-16T12:03:28 | 2026-04-17T09:16:40 | 2026-04-17T09:16:39 | null | CONTRIBUTOR | [] | null | null | null | null | Bump the pinned doc-builder SHA so that main documentation builds also sync to the HF bucket (dual-write).
| {
"avatar_url": "https://avatars.githubusercontent.com/u/2504924?v=4",
"events_url": "https://api.github.com/users/rtrompier/events{/privacy}",
"followers_url": "https://api.github.com/users/rtrompier/followers",
"following_url": "https://api.github.com/users/rtrompier/following{/other_user}",
"gists_url": "h... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8138/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8138/timeline | null | null | null | 1 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8138.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8138",
"merged_at": null,
"patch_url": "https://github.com/huggingface/datasets/pull/8138.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/8138"
} | true |
https://api.github.com/repos/huggingface/datasets/issues/8137 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8137/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8137/comments | https://api.github.com/repos/huggingface/datasets/issues/8137/events | https://github.com/huggingface/datasets/pull/8137 | 4,275,524,898 | PR_kwDODunzps7S9ENL | 8,137 | Fix: decode JSON type before to_list or to_dict is called | {
"avatar_url": "https://avatars.githubusercontent.com/u/120768997?v=4",
"events_url": "https://api.github.com/users/ItsTania/events{/privacy}",
"followers_url": "https://api.github.com/users/ItsTania/followers",
"following_url": "https://api.github.com/users/ItsTania/following{/other_user}",
"gists_url": "ht... | [] | closed | false | [] | null | [
"@lhoestq Could this be reviewed and merged if it's a suitable solution?",
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8137). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.",
"`datasets`... | 2026-04-16T11:54:09 | 2026-04-27T15:49:42 | 2026-04-27T15:32:29 | null | CONTRIBUTOR | [] | null | null | null | null | **Motivation**:
There is a change in the approach to decoding JSON types, added in https://github.com/huggingface/datasets/commit/d560b58e1f1ec96591a95a1780ee118f5eea6c74. Since 4.7.0, to_list() returns raw JSON strings for columns stored as Json(), while direct access via getitem returns dicts.
In versions prior t... | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8137/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8137/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8137.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8137",
"merged_at": "2026-04-27T15:32:29Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8137.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
https://api.github.com/repos/huggingface/datasets/issues/8136 | https://api.github.com/repos/huggingface/datasets | https://api.github.com/repos/huggingface/datasets/issues/8136/labels{/name} | https://api.github.com/repos/huggingface/datasets/issues/8136/comments | https://api.github.com/repos/huggingface/datasets/issues/8136/events | https://github.com/huggingface/datasets/pull/8136 | 4,272,360,448 | PR_kwDODunzps7Sz4Iz | 8,136 | Remove print statement in JSON processing | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | [] | closed | false | [] | null | [
"The docs for this PR live [here](https://moon-ci-docs.huggingface.co/docs/datasets/pr_8136). All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update."
] | 2026-04-15T23:42:21 | 2026-04-15T23:45:23 | 2026-04-15T23:43:16 | null | MEMBER | [] | null | null | null | null | Remove debug print statement for JSON field paths. | {
"avatar_url": "https://avatars.githubusercontent.com/u/42851186?v=4",
"events_url": "https://api.github.com/users/lhoestq/events{/privacy}",
"followers_url": "https://api.github.com/users/lhoestq/followers",
"following_url": "https://api.github.com/users/lhoestq/following{/other_user}",
"gists_url": "https:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/huggingface/datasets/issues/8136/reactions"
} | https://api.github.com/repos/huggingface/datasets/issues/8136/timeline | null | null | null | 0 | {
"diff_url": "https://github.com/huggingface/datasets/pull/8136.diff",
"html_url": "https://github.com/huggingface/datasets/pull/8136",
"merged_at": "2026-04-15T23:43:16Z",
"patch_url": "https://github.com/huggingface/datasets/pull/8136.patch",
"url": "https://api.github.com/repos/huggingface/datasets/pulls/... | true |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- -