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
Part 2 of the implementation work for Management Domains involves the following items:
let Catalog extend Dataset
DatasetResolverImpl: when it encounters an Asset that is a catalog (isCatalog() method), it creates a Catalog object (instead of a Dataset) containing the URL of the linked asset in its service property
if the JsonObjectFromDatasetTransformer encounters a Dataset, that is a Catalog, it delegates its serialization down to the JsonObjectFromCatalogTransformer
Which Areas Would Be Affected?
Dataset, Catalog, DatasetResolverImpl and their transformers
Why Is the Feature Desired?
to enable the implementation Management Domains, in particular linked catalogs
Solution Proposal
as part of this issue, the Dataset#distributions list should be initialized with an empty Hashmap to avoid NPEs.
The text was updated successfully, but these errors were encountered:
Feature Request
Part 2 of the implementation work for Management Domains involves the following items:
Catalog
extendDataset
DatasetResolverImpl
: when it encounters anAsset
that is a catalog (isCatalog()
method), it creates aCatalog
object (instead of aDataset
) containing the URL of the linked asset in itsservice
propertyJsonObjectFromDatasetTransformer
encounters aDataset
, that is aCatalog
, it delegates its serialization down to theJsonObjectFromCatalogTransformer
Which Areas Would Be Affected?
Dataset
,Catalog
,DatasetResolverImpl
and their transformersWhy Is the Feature Desired?
to enable the implementation Management Domains, in particular linked catalogs
Solution Proposal
Dataset#distributions
list should be initialized with an emptyHashmap
to avoid NPEs.The text was updated successfully, but these errors were encountered: