The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type struct<field: string, pattern: string, value: string> to null
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2312, in cast_table_to_schema
                  cast_array_to_feature(
                  ~~~~~~~~~~~~~~~~~~~~~^
                      table[name] if name in table_column_names else pa.array([None] * len(table), type=schema.field(name).type),
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      feature,
                      ^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1861, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                                           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2068, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                  ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
                  return func(array, *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2068, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                  ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
                  return func(array, *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2118, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
                  return func(array, *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2152, in cast_array_to_feature
                  return array_cast(
                      array,
                  ...<2 lines>...
                      allow_decimal_to_str=allow_decimal_to_str,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
                  return func(array, *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2016, in array_cast
                  raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
              TypeError: Couldn't cast array of type struct<field: string, pattern: string, value: string> to null
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

annotations
dict
id
string
meta
dict
parents
list
payload
dict
provenance
dict
schema_version
string
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 11, "deductions": [], "repo_score": 11, "repo_score_components": { "dependents_reach": 4, "gitstar_rank_present": 2, "gitstar_rank_top_1000": 0, "route_family_breadth": 2, "route_language_top10": 3...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@13862f9c620ffbc8895792abe2a9e473326fb905
{ "change_summary": { "before_state_bytes": 1796, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 639 }, "commit_oid": "13862f9c620ffbc8895792abe2a9e473326fb905", "identity": { "author_email": "nicolas.grekas@gmail.com", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@13862f9c620ffbc8895792abe2a9e473326fb905__download_changed_file_contents_e7ade98a34cf__render_commit_patches_1b9d3002b44c" ]
{ "changed_files": [ { "before_content": "<?php\n/*\n * This file is part of the phpunit-mock-objects package.\n *\n * (c) Sebastian Bergmann <sebastian@phpunit.de>\n *\n * For the full copyright and license information, please view the LICENSE\n * file that was distributed with this source code.\n */\nname...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "13862f9c620ffbc8895792abe2a9e473326fb905", "commits_ago_from_head": 2, "content_sha256": "a49f26ac21def6481a49d2e642eb26a72f6b132bcb247fde6044536a6468f777", "manifest_sha256": null, "parent_oid": "cd1cf05c553ecfec36b1...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 10, "deductions": [ { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo_score_components": { "dependents_reach": 4, "gitstar_rank_present": 2, "gitsta...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@cd1cf05c553ecfec36b170070573e540b67d3f1f
{ "change_summary": { "before_state_bytes": 1281, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 400 }, "commit_oid": "cd1cf05c553ecfec36b170070573e540b67d3f1f", "identity": { "author_email": "sb@sebastian-bergmann.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@cd1cf05c553ecfec36b170070573e540b67d3f1f__download_changed_file_contents_2ab436f54070__render_commit_patches_5838c5112d6f" ]
{ "changed_files": [ { "before_content": "{\n \"name\": \"phpunit/phpunit-mock-objects\",\n \"description\": \"Mock Object library for PHPUnit\",\n \"type\": \"library\",\n \"keywords\": [\n \"xunit\",\n \"mock\"\n ],\n \"homepage\": \"https://github.com/sebastianbergmann/php...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "cd1cf05c553ecfec36b170070573e540b67d3f1f", "commits_ago_from_head": 3, "content_sha256": "091b0b6db501557be9ee409aa90e4980d7cb14382cac0a86495042204940164e", "manifest_sha256": null, "parent_oid": "141129c578f58f38f55e...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 9, "deductions": [ { "points": 1, "reason": "junk_file_receipts_alongside_kept_files" }, { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@141129c578f58f38f55eccf15a1039bd413ea57c
{ "change_summary": { "before_state_bytes": 0, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 2, "files_kept": 1, "patch_bytes": 7926 }, "commit_oid": "141129c578f58f38f55eccf15a1039bd413ea57c", "identity": { "author_email": "tfoerster@webfoersterei.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@141129c578f58f38f55eccf15a1039bd413ea57c__download_changed_file_contents_1466c05d3abc__drop_changed_files_over_maximum_character_count_8f4b9c56e6d8__render_commit_patches_18ad1f2c9ca1" ]
{ "changed_files": [ { "before_content": null, "before_content_lossy": false, "new_mode": "100644", "new_oid": "e448501dd1b2906cea92985ffabf3b00887fb049", "numstat": { "added": 198, "deleted": 0 }, "old_mode": "000000", "old_oid": "000000000000000000...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "141129c578f58f38f55eccf15a1039bd413ea57c", "commits_ago_from_head": 4, "content_sha256": "4529ed6dafefba4459f6932d70add5468f9edbcc8a310c4f38695153123f482c", "manifest_sha256": null, "parent_oid": "6f9a3c8bf34188a2b53c...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 9, "deductions": [ { "points": 1, "reason": "junk_file_receipts_alongside_kept_files" }, { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f
{ "change_summary": { "before_state_bytes": 0, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 2, "files_kept": 1, "patch_bytes": 3609 }, "commit_oid": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f", "identity": { "author_email": "mail@michael-weimann.eu", "author...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f__download_changed_file_contents_10833566b3e3__drop_changed_files_over_maximum_character_count_a6816c33849b__render_commit_patches_ef275c4fcece" ]
{ "changed_files": [ { "before_content": null, "before_content_lossy": false, "new_mode": "100644", "new_oid": "302ba9da6190de33c304ea451f2ece5f941d79c8", "numstat": { "added": 112, "deleted": 0 }, "old_mode": "000000", "old_oid": "000000000000000000...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f", "commits_ago_from_head": 5, "content_sha256": "f58b76c03eb255a37603e2e78678f492b18d09fd5d4d8564602fe1a91c629baa", "manifest_sha256": null, "parent_oid": "3eaf040f20154d27d6da...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 8, "deductions": [ { "points": 2, "reason": "throwaway_message" }, { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo_score_components": { ...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@f9756fd4f43f014cb2dca98deeaaa8ce5500a36e
{ "change_summary": { "before_state_bytes": 1652, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 379 }, "commit_oid": "f9756fd4f43f014cb2dca98deeaaa8ce5500a36e", "identity": { "author_email": "sb@sebastian-bergmann.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@f9756fd4f43f014cb2dca98deeaaa8ce5500a36e__download_changed_file_contents_f3764edb73de__render_commit_patches_98039f9e2429" ]
{ "changed_files": [ { "before_content": "# ChangeLog\n\nAll notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.\n\n## [6.1.2] - 2018-MM-DD\n\n### Fixed\n\n* Fixed [#418](https://github.com/sebastianbergmann/phpunit-mock-objects/issues/418): Para...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "f9756fd4f43f014cb2dca98deeaaa8ce5500a36e", "commits_ago_from_head": 6, "content_sha256": "c78fefe7b08220e3526a92f010874a14312ed4518dc90b7f77098046c74d1918", "manifest_sha256": null, "parent_oid": "798463c3dee3bf05bab4...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 8, "deductions": [ { "points": 2, "reason": "throwaway_message" }, { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo_score_components": { ...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@798463c3dee3bf05bab4d2a164f034405312546c
{ "change_summary": { "before_state_bytes": 1502, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 642 }, "commit_oid": "798463c3dee3bf05bab4d2a164f034405312546c", "identity": { "author_email": "sb@sebastian-bergmann.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@798463c3dee3bf05bab4d2a164f034405312546c__download_changed_file_contents_1274fe8a058a__render_commit_patches_4685b420ac45" ]
{ "changed_files": [ { "before_content": "# ChangeLog\n\nAll notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.\n\n## [6.1.2] - 2018-MM-DD\n\n### Fixed\n\n* Fixed [#418](https://github.com/sebastianbergmann/phpunit-mock-objects/issues/418): Para...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "798463c3dee3bf05bab4d2a164f034405312546c", "commits_ago_from_head": 7, "content_sha256": "0aa27d1c6a73ab18a56177c282f32232493a8315c97e133a4f91801fae0f754e", "manifest_sha256": null, "parent_oid": "4b84576c3d16e3155edb...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 7, "deductions": [ { "points": 2, "reason": "throwaway_message" }, { "points": 1, "reason": "junk_file_receipts_alongside_kept_files" }, { "points": 1, "reas...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@3eaf040f20154d27d6da59ca2c6e28ac8fd56dce
{ "change_summary": { "before_state_bytes": 0, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 2, "files_kept": 1, "patch_bytes": 2991 }, "commit_oid": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce", "identity": { "author_email": "sb@sebastian-bergmann.de", "autho...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@3eaf040f20154d27d6da59ca2c6e28ac8fd56dce__download_changed_file_contents_f009faedcf25__drop_changed_files_over_maximum_character_count_81f7a226f665__render_commit_patches_620ee2be9a9c" ]
{ "changed_files": [ { "before_content": null, "before_content_lossy": false, "new_mode": "100644", "new_oid": "02963feb021415fdb8ed8ebed4f208d7745864c8", "numstat": { "added": 99, "deleted": 0 }, "old_mode": "000000", "old_oid": "0000000000000000000...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce", "commits_ago_from_head": 9, "content_sha256": "f595516aa3247ea55d23cd7dc2a5fc96b0b0427a2787d40562b33a5dcad1972a", "manifest_sha256": null, "parent_oid": "e244c19aec6a1f0a2ff9...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 10, "deductions": [ { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo_score_components": { "dependents_reach": 4, "gitstar_rank_present": 2, "gitsta...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@e244c19aec6a1f0a2ff9e498b9b4bed22537730a
{ "change_summary": { "before_state_bytes": 2516, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 448 }, "commit_oid": "e244c19aec6a1f0a2ff9e498b9b4bed22537730a", "identity": { "author_email": "sb@sebastian-bergmann.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@e244c19aec6a1f0a2ff9e498b9b4bed22537730a__download_changed_file_contents_2b366c824787__render_commit_patches_bc27a32e4dd0" ]
{ "changed_files": [ { "before_content": "--TEST--\nhttps://github.com/sebastianbergmann/phpunit-mock-objects/issues/397\n--FILE--\n<?php\nclass C\n{\n public function m(?self $other): self\n {\n }\n}\n\nrequire __DIR__ . '/../../vendor/autoload.php';\n\n$generator = new \\PHPUnit\\Framework\\MockO...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "e244c19aec6a1f0a2ff9e498b9b4bed22537730a", "commits_ago_from_head": 10, "content_sha256": "adfe43d15fc8de95702ffe2f1acbd2a298e2eb18809cd7f3cb43ae5b13338082", "manifest_sha256": null, "parent_oid": "33fd41a76e746b8fa96...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 8, "deductions": [ { "points": 2, "reason": "throwaway_message" }, { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo_score_components": { ...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@a75f06cca35652683c2b993247cb9ab2f8c57fb9
{ "change_summary": { "before_state_bytes": 1491, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 659 }, "commit_oid": "a75f06cca35652683c2b993247cb9ab2f8c57fb9", "identity": { "author_email": "sb@sebastian-bergmann.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@a75f06cca35652683c2b993247cb9ab2f8c57fb9__download_changed_file_contents_e946d723d6d7__render_commit_patches_1e4da7e82450" ]
{ "changed_files": [ { "before_content": "# ChangeLog\n\nAll notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.\n\n## [6.1.2] - 2018-MM-DD\n\n### Fixed\n\n* Fixed [#418](https://github.com/sebastianbergmann/phpunit-mock-objects/issues/418): Para...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "a75f06cca35652683c2b993247cb9ab2f8c57fb9", "commits_ago_from_head": 11, "content_sha256": "654ec603d36b1f63dbc4d2c79947849045ca14e4c0c93af5c6117cfc1e2450aa", "manifest_sha256": null, "parent_oid": "0ea6c259b83e6dfd375...
locus.item/v1
{"commit_quality_band":"01","commit_quality_score":{"commit_score":9,"deductions":[{"points":1,"reas(...TRUNCATED)
"commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@0ea6c259b83e6dfd375b43a2425f9f33874ff5(...TRUNCATED)
{"change_summary":{"before_state_bytes":82306,"coverage":"all_files_of_the_commit_seen","files_in_or(...TRUNCATED)
["commit:github.com/sebastianbergmann/phpunit-mock-objects@0ea6c259b83e6dfd375b43a2425f9f33874ff508_(...TRUNCATED)
{"changed_files":[{"before_content":"# ChangeLog\n\nAll notable changes are documented in this file (...TRUNCATED)
{"clone_url":"https://github.com/sebastianbergmann/phpunit-mock-objects","commit_oid":"0ea6c259b83e6(...TRUNCATED)
locus.item/v1
End of preview.