You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that using a repeated field with subFields also enables us to get rid of the cumbersome "parentField" property in the previous syntax. Instead, the join with the underlying ratings table is specified on the "movie_id" property.
The text was updated successfully, but these errors were encountered:
The Croissant Spec allows nesting RecordSets inside RecordSets, by using a field with dataType="cr:RecordSet"
https://docs.mlcommons.org/croissant/docs/croissant-spec.html#nested-records
This mechanism has not been used much, is not supported in the mlcroissant library, and adds unneeded complexity.
Instead, we propose using the existing subField mechanism, and specifying repeated=true to represent multiple records.
Here is an example based on the one in the above documentation:
Note that using a repeated field with subFields also enables us to get rid of the cumbersome "parentField" property in the previous syntax. Instead, the join with the underlying ratings table is specified on the "movie_id" property.
The text was updated successfully, but these errors were encountered: