Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'sha'}) and 3 missing columns ({'masked_commit_message', 'hash', 'is_merge'}).

This happened while the csv dataset builder was generating data using

hf://datasets/rsh-raj/influxdb-commits/validation.csv (at revision 3fc932f142f2ad735c47eb2727c2dae162f9b2bc)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              sha: string
              author: string
              date: string
              commit_message: string
              git_diff: string
              type: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 939
              to
              {'hash': Value('string'), 'date': Value('string'), 'author': Value('string'), 'commit_message': Value('string'), 'is_merge': Value('bool'), 'masked_commit_message': Value('string'), 'type': Value('string'), 'git_diff': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1455, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1054, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/.venv/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'sha'}) and 3 missing columns ({'masked_commit_message', 'hash', 'is_merge'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/rsh-raj/influxdb-commits/validation.csv (at revision 3fc932f142f2ad735c47eb2727c2dae162f9b2bc)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

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.

hash
string
date
string
author
string
commit_message
string
is_merge
bool
masked_commit_message
string
type
string
git_diff
string
bfa54033bdc2a1d147f5d4b236867d5c0998518f
2022-01-22 02:31:13
Paul Dix
refactor: Clean up the Catalog API
false
Clean up the Catalog API
refactor
diff --git a/ingester/src/data.rs b/ingester/src/data.rs index b838faca54d..35eba458183 100644 --- a/ingester/src/data.rs +++ b/ingester/src/data.rs @@ -7,8 +7,8 @@ use uuid::Uuid; use crate::server::IngesterServer; use iox_catalog::interface::{ - KafkaPartition, KafkaTopicId, NamespaceId, PartitionId, RepoColle...
d9ce92dad19cae62350db736b0c83aa5463b85a2
2023-06-27 20:05:04
Marco Neumann
fix: do not override all rustflags in circleci (#8061)
false
do not override all rustflags in circleci (#8061)
fix
diff --git a/.circleci/config.yml b/.circleci/config.yml index 93d6d22856a..5a2a6c71ef5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,7 @@ jobs: CARGO_INCREMENTAL: "0" # Disable full debug symbol generation to speed up CI build # "1" means line tables only, which is usef...
d3dd440c5fb0edc8259f6e6c265968a470c170cd
2020-11-03 23:07:50
Dan Moran
test: fix expected RP in existing test.
false
fix expected RP in existing test.
test
diff --git a/tenant/service_onboarding_test.go b/tenant/service_onboarding_test.go index d28b59c075d..cfbdb1b7562 100644 --- a/tenant/service_onboarding_test.go +++ b/tenant/service_onboarding_test.go @@ -182,4 +182,4 @@ func TestOnboardService_RetentionPolicy(t *testing.T) { } assert.Equal(t, onboard.Bucket.Rete...
042a6a66d5b82c08c8ba6820c503356cd9f6ad54
2023-05-18 16:21:24
Andrew Lamb
refactor: remove old tsm import code (#7804)
false
remove old tsm import code (#7804)
refactor
diff --git a/import_export/src/lib.rs b/import_export/src/lib.rs index 7adc1382b8e..8b137891791 100644 --- a/import_export/src/lib.rs +++ b/import_export/src/lib.rs @@ -1 +1 @@ -pub mod tsm; + diff --git a/import_export/src/tsm/mod.rs b/import_export/src/tsm/mod.rs deleted file mode 100644 index c27e39ca64f..0000000000...
a82dc6f5f0e9a5b0a80dab59ecd2498c6bf0c55d
2021-10-19 22:44:08
Andrew Lamb
chore: Update datafusion + arrow (#2903)
false
Update datafusion + arrow (#2903)
chore
"diff --git a/Cargo.lock b/Cargo.lock\nindex 8b8fdc08ef8..c487cc1a412 100644\n--- a/Cargo.lock\n+++ (...TRUNCATED)
f9d0e3714467400fa09bcf6f4b4d246cc9530b61
2022-08-08 15:09:26
Andrew Lamb
chore: reduce h2 and hyper logging level in tests (#5332)
false
reduce h2 and hyper logging level in tests (#5332)
chore
"diff --git a/.circleci/config.yml b/.circleci/config.yml\nindex c0cf2618fd5..11b53bb7100 100644\n--(...TRUNCATED)
e573ca006141f3d2f168e8e56aa6c0ea35e18e44
2020-05-26 06:27:39
Jake Goulding
test: Combine duplicate tests
false
Combine duplicate tests
test
"diff --git a/src/line_parser.rs b/src/line_parser.rs\nindex 0aac3989592..88daea6981f 100644\n--- a/(...TRUNCATED)
b5ce0e4c4d5fb84f0f90d9f4bc1892eefa5c37fc
2023-02-03 18:56:32
Dom Dwyer
refactor: remove test-only checksum
false
remove test-only checksum
refactor
"diff --git a/wal/src/blocking/reader.rs b/wal/src/blocking/reader.rs\nindex 80f6bb27315..29ae7fb2f9(...TRUNCATED)
b4b7822f2b41edefb4aa3f1800077bb01548de21
2023-07-25 18:14:37
Dom Dwyer
perf: cache summary statistics in partition FSM
false
cache summary statistics in partition FSM
perf
"diff --git a/data_types/src/lib.rs b/data_types/src/lib.rs\nindex b76efaae636..a0dbd14e593 100644\n(...TRUNCATED)
61bc6df75b976568bc2ee8cc11fbe8e28e425027
2018-08-27 21:16:13
Nathaniel Cook
fix: Fix missing builtins in REPL
false
Fix missing builtins in REPL
fix
"diff --git a/query/compile.go b/query/compile.go\nindex 5d45cb70bfc..2aa4dfb9866 100644\n--- a/quer(...TRUNCATED)
End of preview.

No dataset card yet

Downloads last month
4