Skip to content

Conversation

addaleax
Copy link
Collaborator

Split the DataService class into a DataService interface and
a DataServiceImpl implementation class, for better separation
between our public API that the components can rely on (and that
all other data source providers, e.g. Data Explorer, need to
implement as well) and the specific implementation that we use
in Compass.

Description

Checklist

  • New tests and/or benchmarks are included
  • Documentation is changed or added

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

Split the `DataService` class into a `DataService` interface and
a `DataServiceImpl` implementation class, for better separation
between our public API that the components can rely on (and that
all other data source providers, e.g. Data Explorer, need to
implement as well) and the specific implementation that we use
in Compass.
@addaleax addaleax merged commit 5f7d96d into main Apr 21, 2022
@addaleax addaleax deleted the data-service-interface branch April 21, 2022 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants