Dataset Preview
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 string to null
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2255, in cast_table_to_schema
cast_array_to_feature(
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1804, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2095, in cast_array_to_feature
return array_cast(
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1806, in wrapper
return func(array, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1957, 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 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 1347, 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 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string | source string | lang null |
|---|---|---|
// getStringValue will return a quoted string and the amount
// of bytes read
//
// an error will be returned if the string is not properly formatted | CoIR-Retrieval/CodeSearchNet | null |
// getBoolValue will return a boolean and the amount
// of bytes read
//
// an error will be returned if the boolean is not of a correct
// value | CoIR-Retrieval/CodeSearchNet | null |
// getNumericalValue will return a numerical string, the amount
// of bytes read, and the base of the number
//
// an error will be returned if the number is not of a correct
// value | CoIR-Retrieval/CodeSearchNet | null |
// getNegativeNumber will return a negative number from a
// byte slice. This will iterate through all characters until
// a non-digit has been found. | CoIR-Retrieval/CodeSearchNet | null |
// isEscaped will return whether or not the character is an escaped
// character. | CoIR-Retrieval/CodeSearchNet | null |
// OpenFile takes a path to a given file, and will open and parse
// that file. | CoIR-Retrieval/CodeSearchNet | null |
// Parse will parse the given file using the shared config
// visitor. | CoIR-Retrieval/CodeSearchNet | null |
// BuildInputShape returns the Go code as a string for initializing the test
// case's input shape. | CoIR-Retrieval/CodeSearchNet | null |
// SetMessageVersion sets the MessageVersion field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetPrompt sets the Prompt field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetCodeHook sets the CodeHook field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetBotChannelAssociations sets the BotChannelAssociations field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetVersionOrAlias sets the VersionOrAlias field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetBotVersions sets the BotVersions field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetIntentVersion sets the IntentVersion field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetGroupNumber sets the GroupNumber field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetProcessBehavior sets the ProcessBehavior field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetSlotConstraint sets the SlotConstraint field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetSlotTypeVersion sets the SlotTypeVersion field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetValueElicitationPrompt sets the ValueElicitationPrompt field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetDistinctUsers sets the DistinctUsers field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetFirstUtteredDate sets the FirstUtteredDate field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetLastUtteredDate sets the LastUtteredDate field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetUtteranceString sets the UtteranceString field's value. | CoIR-Retrieval/CodeSearchNet | null |
// decryptHandler initializes a KMS keyprovider with a material description. This
// is used with Decrypting kms content, due to the cmkID being in the material description. | CoIR-Retrieval/CodeSearchNet | null |
// DecryptKey makes a call to KMS to decrypt the key. | CoIR-Retrieval/CodeSearchNet | null |
// GenerateCipherData makes a call to KMS to generate a data key, Upon making
// the call, it also sets the encrypted key. | CoIR-Retrieval/CodeSearchNet | null |
// SetUpdateIds sets the UpdateIds field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetClusterLogging sets the ClusterLogging field's value. | CoIR-Retrieval/CodeSearchNet | null |
// IsReaderSeekable returns if the underlying reader type can be seeked. A
// io.Reader might not actually be seekable if it is the ReaderSeekerCloser
// type. | CoIR-Retrieval/CodeSearchNet | null |
// IsSeeker returns if the underlying reader is also a seeker. | CoIR-Retrieval/CodeSearchNet | null |
// Close closes the ReaderSeekerCloser.
//
// If the ReaderSeekerCloser is not an io.Closer nothing will be done. | CoIR-Retrieval/CodeSearchNet | null |
// WriteAt writes a slice of bytes to a buffer starting at the position provided
// The number of bytes written will be returned, or error. Can overwrite previous
// written slices if the write ats overlap. | CoIR-Retrieval/CodeSearchNet | null |
// SetCpuThreshold sets the CpuThreshold field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetIgnoreMetricsTime sets the IgnoreMetricsTime field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetLoadThreshold sets the LoadThreshold field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetMemoryThreshold sets the MemoryThreshold field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetThresholdsWaitTime sets the ThresholdsWaitTime field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetEbs sets the Ebs field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetBerkshelfVersion sets the BerkshelfVersion field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetManageBerkshelf sets the ManageBerkshelf field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetCloneAppIds sets the CloneAppIds field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetSourceStackId sets the SourceStackId field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetBufferDuration sets the BufferDuration field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetDatetimeFormat sets the DatetimeFormat field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetFileFingerprintLines sets the FileFingerprintLines field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetInitialPosition sets the InitialPosition field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetMultiLineStartPattern sets the MultiLineStartPattern field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetDeleteElasticIp sets the DeleteElasticIp field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetAgentVersions sets the AgentVersions field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetCommandIds sets the CommandIds field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetEcsClusterArns sets the EcsClusterArns field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetEcsClusters sets the EcsClusters field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetIps sets the Ips field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetElasticIps sets the ElasticIps field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetElasticLoadBalancers sets the ElasticLoadBalancers field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetLoadBasedAutoScalingConfigurations sets the LoadBasedAutoScalingConfigurations field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetUserProfile sets the UserProfile field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetOperatingSystems sets the OperatingSystems field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetRaidArrayIds sets the RaidArrayIds field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetRdsDbInstanceArns sets the RdsDbInstanceArns field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetRdsDbInstances sets the RdsDbInstances field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetServiceErrors sets the ServiceErrors field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetAgentInstallerUrl sets the AgentInstallerUrl field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetStackSummary sets the StackSummary field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetStackIds sets the StackIds field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetStacks sets the Stacks field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetTimeBasedAutoScalingConfigurations sets the TimeBasedAutoScalingConfigurations field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetIamUserArns sets the IamUserArns field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetEcsClusterName sets the EcsClusterName field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetEc2InstanceIds sets the Ec2InstanceIds field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetSecure sets the Secure field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetTemporaryCredential sets the TemporaryCredential field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetEcsContainerInstanceArn sets the EcsContainerInstanceArn field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetInfrastructureClass sets the InfrastructureClass field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetLastServiceErrorId sets the LastServiceErrorId field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetPrivateDns sets the PrivateDns field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetReportedAgentVersion sets the ReportedAgentVersion field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetRootDeviceVolumeId sets the RootDeviceVolumeId field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetSshHostDsaKeyFingerprint sets the SshHostDsaKeyFingerprint field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetSshHostRsaKeyFingerprint sets the SshHostRsaKeyFingerprint field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetAssigning sets the Assigning field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetConnectionLost sets the ConnectionLost field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetDeregistering sets the Deregistering field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetOnline sets the Online field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetRebooting sets the Rebooting field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetRegistered sets the Registered field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetRegistering sets the Registering field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetRequested sets the Requested field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetRunningSetup sets the RunningSetup field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetSetupFailed sets the SetupFailed field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetShuttingDown sets the ShuttingDown field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetStartFailed sets the StartFailed field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetStopFailed sets the StopFailed field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetTerminated sets the Terminated field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetTerminating sets the Terminating field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetDefaultRecipes sets the DefaultRecipes field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetDefaultSecurityGroupNames sets the DefaultSecurityGroupNames field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetConfigurationManagers sets the ConfigurationManagers field's value. | CoIR-Retrieval/CodeSearchNet | null |
// SetReportedName sets the ReportedName field's value. | CoIR-Retrieval/CodeSearchNet | null |
End of preview.
No dataset card yet
- Downloads last month
- 6