The DatasetCore interface description says it returns Dataset, but the description of match says This method always returns a new DatasetCore.
My suggestion would be to make it return a DatasetCore, and to make the equivalent method in Dataset return a Dataset.
The
DatasetCoreinterface description says it returnsDataset, but the description ofmatchsays This method always returns a new DatasetCore.My suggestion would be to make it return a
DatasetCore, and to make the equivalent method inDatasetreturn aDataset.